@appthreat/atom-parsetools 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/plugins/bin/bundler +1 -1
- package/plugins/bin/ruby_ast_gen +1 -1
- package/plugins/composer/installed.php +6 -6
- package/plugins/rubyastgen/Gemfile +1 -1
- package/plugins/rubyastgen/Gemfile.lock +4 -7
- package/plugins/rubyastgen/bundle/bundler/setup.rb +1 -1
- package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/Gemfile +2 -2
- package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/lib/ruby_ast_gen/version.rb +1 -1
- package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/ruby_ast_gen.gemspec +2 -2
- package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out +6 -6
- package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/racc/cparse.so +0 -0
- package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +3 -3
- package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- package/rbastgen.js +1 -1
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/.rspec +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/LICENSE.txt +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/README.md +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/Rakefile +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/bin/console +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/bin/setup +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/exe/ruby_ast_gen +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/lib/ruby_ast_gen/node_handling.rb +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/lib/ruby_ast_gen.rb +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/spec/ruby_ast_gen_spec.rb +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/spec/spec_helper.rb +0 -0
- /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-d8b5c5740b5a → ruby_ast_gen-2a9186207494}/update_version.rb +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/atom-parsetools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Parsing tools that complement the @appthreat/atom project.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"lint": "eslint *.mjs *.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@appthreat/atom-common": "^1.0.
|
|
13
|
-
"@babel/parser": "^7.27.
|
|
12
|
+
"@appthreat/atom-common": "^1.0.4",
|
|
13
|
+
"@babel/parser": "^7.27.5",
|
|
14
14
|
"typescript": "^5.8.3",
|
|
15
15
|
"yargs": "^17.7.2"
|
|
16
16
|
},
|
package/plugins/bin/bundler
CHANGED
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
$:.unshift File.expand_path "../rubyastgen/bundle", __dir__
|
|
12
12
|
|
|
13
13
|
require "bundler/setup"
|
|
14
|
-
load File.expand_path "../../../../../../../../../../../opt/hostedtoolcache/Ruby/3.4.
|
|
14
|
+
load File.expand_path "../../../../../../../../../../../opt/hostedtoolcache/Ruby/3.4.4/x64/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundler", __dir__
|
package/plugins/bin/ruby_ast_gen
CHANGED
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
$:.unshift File.expand_path "../rubyastgen/bundle", __dir__
|
|
12
12
|
|
|
13
13
|
require "bundler/setup"
|
|
14
|
-
load File.expand_path "../rubyastgen/bundle/ruby/3.4.0/bundler/gems/ruby_ast_gen-
|
|
14
|
+
load File.expand_path "../rubyastgen/bundle/ruby/3.4.0/bundler/gems/ruby_ast_gen-2a9186207494/exe/ruby_ast_gen", __dir__
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<?php return array(
|
|
2
2
|
'root' => array(
|
|
3
3
|
'name' => '__root__',
|
|
4
|
-
'pretty_version' => 'v2.2.
|
|
5
|
-
'version' => '2.2.
|
|
6
|
-
'reference' => '
|
|
4
|
+
'pretty_version' => 'v2.2.5',
|
|
5
|
+
'version' => '2.2.5.0',
|
|
6
|
+
'reference' => '6454c05a0b44ed140775f4013bba5b795c52be4c',
|
|
7
7
|
'type' => 'library',
|
|
8
8
|
'install_path' => __DIR__ . '/../../',
|
|
9
9
|
'aliases' => array(),
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
),
|
|
12
12
|
'versions' => array(
|
|
13
13
|
'__root__' => array(
|
|
14
|
-
'pretty_version' => 'v2.2.
|
|
15
|
-
'version' => '2.2.
|
|
16
|
-
'reference' => '
|
|
14
|
+
'pretty_version' => 'v2.2.5',
|
|
15
|
+
'version' => '2.2.5.0',
|
|
16
|
+
'reference' => '6454c05a0b44ed140775f4013bba5b795c52be4c',
|
|
17
17
|
'type' => 'library',
|
|
18
18
|
'install_path' => __DIR__ . '/../../',
|
|
19
19
|
'aliases' => array(),
|
|
@@ -5,7 +5,7 @@ ruby ">=3.1.4"
|
|
|
5
5
|
source "https://rubygems.org"
|
|
6
6
|
|
|
7
7
|
group :frontend do
|
|
8
|
-
gem "ruby_ast_gen", github: 'appthreat/ruby_ast_gen', ref: 'v1.0.
|
|
8
|
+
gem "ruby_ast_gen", github: 'appthreat/ruby_ast_gen', ref: 'v1.0.5'
|
|
9
9
|
gem "parser", "~> 3.3.8.0"
|
|
10
10
|
gem "ostruct", "~> 0.6.1"
|
|
11
11
|
gem "racc", "~> 1.8.1"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/appthreat/ruby_ast_gen.git
|
|
3
|
-
revision:
|
|
4
|
-
ref: v1.0.
|
|
3
|
+
revision: 2a9186207494efd93442138ea69cff87a043965a
|
|
4
|
+
ref: v1.0.5
|
|
5
5
|
specs:
|
|
6
|
-
ruby_ast_gen (1.0.
|
|
6
|
+
ruby_ast_gen (1.0.5)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
@@ -28,7 +28,4 @@ DEPENDENCIES
|
|
|
28
28
|
ruby_ast_gen!
|
|
29
29
|
|
|
30
30
|
RUBY VERSION
|
|
31
|
-
ruby 3.4.
|
|
32
|
-
|
|
33
|
-
BUNDLED WITH
|
|
34
|
-
2.6.7
|
|
31
|
+
ruby 3.4.4p34
|
|
@@ -39,4 +39,4 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|
|
39
39
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-linux/#{Gem.extension_api_version}/racc-1.8.1")
|
|
40
40
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.8.1/lib")
|
|
41
41
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.8.0/lib")
|
|
42
|
-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/bundler/gems/ruby_ast_gen-
|
|
42
|
+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/bundler/gems/ruby_ast_gen-2a9186207494/lib")
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: ruby_ast_gen 1.0.
|
|
2
|
+
# stub: ruby_ast_gen 1.0.5 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "ruby_ast_gen".freeze
|
|
6
|
-
s.version = "1.0.
|
|
6
|
+
s.version = "1.0.5".freeze
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.metadata = { "homepage_uri" => "https://github.com/appthreat/ruby_ast_gen" } if s.respond_to? :metadata=
|
package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
current directory: /home/runner/work/atom/atom/wrapper/nodejs/packages/atom-parsetools/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
|
|
2
|
-
/opt/hostedtoolcache/Ruby/3.4.
|
|
2
|
+
/opt/hostedtoolcache/Ruby/3.4.4/x64/bin/ruby extconf.rb
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/atom/atom/wrapper/nodejs/packages/atom-parsetools/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250612-3110-9q07am sitelibdir\=./.gem.20250612-3110-9q07am clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/atom/atom/wrapper/nodejs/packages/atom-parsetools/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250612-3110-9q07am sitelibdir\=./.gem.20250612-3110-9q07am
|
|
10
10
|
compiling cparse.c
|
|
11
11
|
linking shared-object racc/cparse.so
|
|
12
12
|
|
|
13
13
|
current directory: /home/runner/work/atom/atom/wrapper/nodejs/packages/atom-parsetools/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20250612-3110-9q07am sitelibdir\=./.gem.20250612-3110-9q07am install
|
|
15
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20250612-3110-9q07am/racc
|
|
16
16
|
|
|
17
17
|
current directory: /home/runner/work/atom/atom/wrapper/nodejs/packages/atom-parsetools/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20250612-3110-9q07am sitelibdir\=./.gem.20250612-3110-9q07am clean
|
package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/racc/cparse.so
CHANGED
|
Binary file
|
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
|
13
13
|
#### Start of system configuration section. ####
|
|
14
14
|
|
|
15
15
|
srcdir = .
|
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.4.
|
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.4.4/x64/include/ruby-3.4.0
|
|
17
17
|
hdrdir = $(topdir)
|
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.4.
|
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.4.4/x64/include/ruby-3.4.0/x86_64-linux
|
|
19
19
|
PATH_SEPARATOR = :
|
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.4.
|
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.4.4/x64
|
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
|
Binary file
|
package/rbastgen.js
CHANGED
|
@@ -30,7 +30,7 @@ if (
|
|
|
30
30
|
RUBY_ASTGEN_BIN = join(PARENT_NODE_PLUGINS_HOME, "bin", "ruby_ast_gen");
|
|
31
31
|
}
|
|
32
32
|
// Ruby version needed
|
|
33
|
-
const RUBY_VERSION_NEEDED = "3.4.
|
|
33
|
+
const RUBY_VERSION_NEEDED = "3.4.4";
|
|
34
34
|
function main(argvs) {
|
|
35
35
|
const cwd = process.env.ATOM_CWD || process.cwd();
|
|
36
36
|
argvs.splice(0, 0, RUBY_ASTGEN_BIN);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|