Skip to content

Commit

Permalink
Update rubyastagen to remove code truncation for ruby
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 23, 2025
1 parent 6d2e9b4 commit 2e9ae95
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.1.11"
ThisBuild / version := "2.1.12"
ThisBuild / scalaVersion := "3.6.2"

val chenVersion = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.1.11",
"version": "2.1.12",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions wrapper/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "2.1.11",
"version": "2.1.12",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion wrapper/nodejs/plugins/rubyastgen/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby ">=3.1.4"
source "https://rubygems.org"

group :frontend do
gem "ruby_ast_gen", github: 'appthreat/ruby_ast_gen', ref: 'v1.0.0'
gem "ruby_ast_gen", github: 'appthreat/ruby_ast_gen', ref: 'v1.0.1'
gem "parser", "~> 3.3.7.0"
gem "ostruct", "~> 0.6.1"
gem "racc", "~> 1.8.1"
Expand Down
6 changes: 3 additions & 3 deletions wrapper/nodejs/plugins/rubyastgen/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/appthreat/ruby_ast_gen.git
revision: 05140cf67b0c70df3cf726c7cc4706d484c8d8cc
ref: v1.0.0
revision: 9e2555359e15760b51a37611e45c76476eda061a
ref: v1.0.1
specs:
ruby_ast_gen (1.0.0)
ruby_ast_gen (1.0.1)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit 2e9ae95

Please sign in to comment.