lib-ruby-parser 0.0.1.beta2-x86_64-darwin → 4.0.3.0-x86_64-darwin

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.
@@ -1,4 +1,4 @@
1
1
  module LibRubyParser
2
- # Version of the parser
3
- VERSION = '0.0.1.beta2'
2
+ # Version of the lib-ruby-parser
3
+ VERSION = '4.0.3.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lib-ruby-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta2
4
+ version: 4.0.3.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ilya Bylich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-02 00:00:00.000000000 Z
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for lib-ruby-parser.
14
14
  email:
@@ -41,11 +41,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  version: 2.6.0
42
42
  required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">"
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 1.3.1
46
+ version: '0'
47
47
  requirements: []
48
- rubygems_version: 3.2.32
48
+ rubygems_version: 3.3.7
49
49
  signing_key:
50
50
  specification_version: 4
51
51
  summary: Ruby parser written in Rust.