gherkin 7.0.2 → 7.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/executables/gherkin-darwin-386 +0 -0
- data/executables/gherkin-darwin-amd64 +0 -0
- data/executables/gherkin-freebsd-386 +0 -0
- data/executables/gherkin-freebsd-amd64 +0 -0
- data/executables/gherkin-freebsd-arm +0 -0
- data/executables/gherkin-linux-386 +0 -0
- data/executables/gherkin-linux-amd64 +0 -0
- data/executables/gherkin-linux-arm +0 -0
- data/executables/gherkin-linux-mips +0 -0
- data/executables/gherkin-linux-mips64 +0 -0
- data/executables/gherkin-linux-mips64le +0 -0
- data/executables/gherkin-linux-mipsle +0 -0
- data/executables/gherkin-linux-s390x +0 -0
- data/executables/gherkin-netbsd-386 +0 -0
- data/executables/gherkin-netbsd-amd64 +0 -0
- data/executables/gherkin-netbsd-arm +0 -0
- data/executables/gherkin-openbsd-386 +0 -0
- data/executables/gherkin-openbsd-amd64 +0 -0
- data/executables/gherkin-windows-386.exe +0 -0
- data/executables/gherkin-windows-amd64.exe +0 -0
- metadata +23 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38a954bb8bef18e9285ac639021294df13e840810f4aad1573469d6e9e16bc8c
|
4
|
+
data.tar.gz: a46d9be7c2eb51d6514929af6f7661965965a664705322ac6cd74f69d72779c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6d9b2b0def97ff66276455bf5e19795bcd7a349f98a2533e556f70439026c02e11295b65f19d36f0f38b3782a62b2ad8a7d8cd0d412de1b9f21c4b77d144dab
|
7
|
+
data.tar.gz: c82d56fb6b7fccea05c58627bef6721fac7bfcea538fb476977915617377b868df3080d9e56442c2bb1a89bc3874217f56f36db5860c881ff8a2d557cbc5ed6b
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gherkin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.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: 2019-08-
|
13
|
+
date: 2019-08-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: c21e
|
@@ -108,6 +108,26 @@ files:
|
|
108
108
|
- README.md
|
109
109
|
- bin/gherkin
|
110
110
|
- bin/gherkin-ruby
|
111
|
+
- executables/gherkin-darwin-386
|
112
|
+
- executables/gherkin-darwin-amd64
|
113
|
+
- executables/gherkin-freebsd-386
|
114
|
+
- executables/gherkin-freebsd-amd64
|
115
|
+
- executables/gherkin-freebsd-arm
|
116
|
+
- executables/gherkin-linux-386
|
117
|
+
- executables/gherkin-linux-amd64
|
118
|
+
- executables/gherkin-linux-arm
|
119
|
+
- executables/gherkin-linux-mips
|
120
|
+
- executables/gherkin-linux-mips64
|
121
|
+
- executables/gherkin-linux-mips64le
|
122
|
+
- executables/gherkin-linux-mipsle
|
123
|
+
- executables/gherkin-linux-s390x
|
124
|
+
- executables/gherkin-netbsd-386
|
125
|
+
- executables/gherkin-netbsd-amd64
|
126
|
+
- executables/gherkin-netbsd-arm
|
127
|
+
- executables/gherkin-openbsd-386
|
128
|
+
- executables/gherkin-openbsd-amd64
|
129
|
+
- executables/gherkin-windows-386.exe
|
130
|
+
- executables/gherkin-windows-amd64.exe
|
111
131
|
- lib/gherkin/dialect.rb
|
112
132
|
- lib/gherkin/exe_file_path.rb
|
113
133
|
- lib/gherkin/gherkin.rb
|
@@ -144,7 +164,7 @@ rubyforge_project:
|
|
144
164
|
rubygems_version: 2.7.6.2
|
145
165
|
signing_key:
|
146
166
|
specification_version: 4
|
147
|
-
summary: gherkin-7.0.
|
167
|
+
summary: gherkin-7.0.3
|
148
168
|
test_files:
|
149
169
|
- spec/gherkin/dialect_spec.rb
|
150
170
|
- spec/gherkin/gherkin_spec.rb
|