cucumber-gherkin 19.0.2 → 19.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1434d3799777dd48f76c2da9aa87c2fc368ba0de7a0e91a6beaf3f67b35f5b49
|
4
|
+
data.tar.gz: 95693b179a0f88d682d9702aaabda60c034c8357e1ffbf0f7f0774735989eed6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 778fa521711be7b29cf0f104e39fb0f82dfbfa8e770c625e701180cd261ca60d777ca16bf652bcb2353db9b2b981dc88386a70a43daf3204d6b144348e638e0d
|
7
|
+
data.tar.gz: 73964905ed87feb8772807819aceefb6046b58d883f31ce55d8605b08e98186cc7f1e59b28c5811938017ac5b92b504d3f0d3ef03f8a5fed21213f92b90b9139
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Gherkin for Ruby
|
2
2
|
|
3
|
-
Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/
|
3
|
+
Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/common/tree/main/gherkin) for details.
|
4
4
|
|
5
5
|
## To build
|
6
6
|
|
7
|
-
|
7
|
+
```bash
|
8
8
|
cd <project_root>/ruby
|
9
9
|
make
|
10
|
-
|
10
|
+
```
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-gherkin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 19.0.
|
4
|
+
version: 19.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gáspár Nagy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-05-
|
13
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber-messages
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '16.0'
|
22
22
|
- - ">="
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 16.0.
|
24
|
+
version: 16.0.1
|
25
25
|
type: :runtime
|
26
26
|
prerelease: false
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
version: '16.0'
|
32
32
|
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 16.0.
|
34
|
+
version: 16.0.1
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: rake
|
37
37
|
requirement: !ruby/object:Gem::Requirement
|
@@ -111,10 +111,10 @@ licenses:
|
|
111
111
|
- MIT
|
112
112
|
metadata:
|
113
113
|
bug_tracker_uri: https://github.com/cucumber/cucumber/issues
|
114
|
-
changelog_uri: https://github.com/cucumber/
|
114
|
+
changelog_uri: https://github.com/cucumber/common/blob/main/gherkin/CHANGELOG.md
|
115
115
|
documentation_uri: https://cucumber.io/docs/gherkin/
|
116
116
|
mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
|
117
|
-
source_code_uri: https://github.com/cucumber/
|
117
|
+
source_code_uri: https://github.com/cucumber/common/blob/main/gherkin/ruby
|
118
118
|
post_install_message:
|
119
119
|
rdoc_options:
|
120
120
|
- "--charset=UTF-8"
|
@@ -134,7 +134,7 @@ requirements: []
|
|
134
134
|
rubygems_version: 3.1.2
|
135
135
|
signing_key:
|
136
136
|
specification_version: 4
|
137
|
-
summary: cucumber-gherkin-19.0.
|
137
|
+
summary: cucumber-gherkin-19.0.3
|
138
138
|
test_files:
|
139
139
|
- spec/capture_warnings.rb
|
140
140
|
- spec/gherkin/dialect_spec.rb
|