regexp_parser 2.3.1 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  class Regexp
2
2
  class Parser
3
- VERSION = '2.3.1'
3
+ VERSION = '2.4.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: regexp_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ammar Ali
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-24 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A library for tokenizing, lexing, and parsing Ruby regular expressions.
14
14
  email:
@@ -51,6 +51,7 @@ files:
51
51
  - lib/regexp_parser/expression/quantifier.rb
52
52
  - lib/regexp_parser/expression/sequence.rb
53
53
  - lib/regexp_parser/expression/sequence_operation.rb
54
+ - lib/regexp_parser/expression/shared.rb
54
55
  - lib/regexp_parser/expression/subexpression.rb
55
56
  - lib/regexp_parser/lexer.rb
56
57
  - lib/regexp_parser/parser.rb