lib-ruby-parser 0.0.1.beta3-x86_64-linux → 1.0.0-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module LibRubyParser
2
- # Version of the parser
3
- VERSION = '0.0.1.beta3'
2
+ # Version of the lib-ruby-parser + monotonically increasing ".N"
3
+ VERSION = '1.0.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.beta3
4
+ version: 1.0.0
5
5
  platform: x86_64-linux
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-05-07 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.