cucumber-gherkin 30.0.4 → 31.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gherkin/parser.rb +466 -1088
- metadata +6 -6
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-gherkin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 31.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gáspár Nagy
|
8
8
|
- Aslak Hellesøy
|
9
9
|
- Steve Tooke
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber-messages
|
@@ -110,7 +110,7 @@ metadata:
|
|
110
110
|
documentation_uri: https://cucumber.io/docs/gherkin/
|
111
111
|
mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
|
112
112
|
source_code_uri: https://github.com/cucumber/gherkin/blob/main/ruby
|
113
|
-
post_install_message:
|
113
|
+
post_install_message:
|
114
114
|
rdoc_options:
|
115
115
|
- "--charset=UTF-8"
|
116
116
|
require_paths:
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
version: 3.2.8
|
128
128
|
requirements: []
|
129
129
|
rubygems_version: 3.5.22
|
130
|
-
signing_key:
|
130
|
+
signing_key:
|
131
131
|
specification_version: 4
|
132
|
-
summary: cucumber-gherkin-
|
132
|
+
summary: cucumber-gherkin-31.0.0
|
133
133
|
test_files: []
|