regexp_parser 2.2.1 → 2.3.0

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.
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.2.1
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ammar Ali
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-11 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A library for tokenizing, lexing, and parsing Ruby regular expressions.
14
14
  email:
@@ -92,6 +92,7 @@ files:
92
92
  - lib/regexp_parser/syntax/versions/2.6.2.rb
93
93
  - lib/regexp_parser/syntax/versions/2.6.3.rb
94
94
  - lib/regexp_parser/syntax/versions/3.1.0.rb
95
+ - lib/regexp_parser/syntax/versions/3.2.0.rb
95
96
  - lib/regexp_parser/token.rb
96
97
  - lib/regexp_parser/version.rb
97
98
  - regexp_parser.gemspec
@@ -104,7 +105,7 @@ metadata:
104
105
  homepage_uri: https://github.com/ammar/regexp_parser
105
106
  source_code_uri: https://github.com/ammar/regexp_parser
106
107
  wiki_uri: https://github.com/ammar/regexp_parser/wiki
107
- post_install_message:
108
+ post_install_message:
108
109
  rdoc_options:
109
110
  - "--inline-source"
110
111
  - "--charset=UTF-8"
@@ -121,8 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
122
  - !ruby/object:Gem::Version
122
123
  version: '0'
123
124
  requirements: []
124
- rubygems_version: 3.3.3
125
- signing_key:
125
+ rubygems_version: 3.1.6
126
+ signing_key:
126
127
  specification_version: 4
127
128
  summary: Scanner, lexer, parser for ruby's regular expressions
128
129
  test_files: []