gherkin 4.1.0 → 4.1.1
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.
- checksums.yaml +4 -4
- data/bin/gherkin-ruby +2 -0
- data/gherkin.gemspec +2 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87697edb5357e54e45f097d8df0837169b45a148
|
|
4
|
+
data.tar.gz: b40611f69e568a968b2b2f62dd15a48b70ea9b5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c11560e1e4636d3d4bf4f3ab0c0ac05845c5f03aad34defea79f107e5910022441c6b3d20982c96ca7414b4a1d81ba3e0b46e87ad58c720c11589997eaa13f26
|
|
7
|
+
data.tar.gz: 617a4f5b537f62be85d5e86c9bc88899cd298c6b58f5317b62f3f62cb3bb3a65c95fd4200d01742229d6281d93f15f20e8908e5948dfbeaf6523ae833372cfde
|
data/bin/gherkin-ruby
ADDED
data/gherkin.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'gherkin'
|
|
4
|
-
s.version = '4.1.
|
|
4
|
+
s.version = '4.1.1'
|
|
5
5
|
s.authors = ["Gáspár Nagy", "Aslak Hellesøy", "Steve Tooke"]
|
|
6
6
|
s.description = 'Gherkin parser'
|
|
7
7
|
s.summary = "gherkin-#{s.version}"
|
|
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
# For coverage reports
|
|
19
19
|
s.add_development_dependency 'coveralls'
|
|
20
20
|
|
|
21
|
+
s.executables = ["gherkin-ruby"]
|
|
21
22
|
s.rubygems_version = ">= 1.6.1"
|
|
22
23
|
s.files = `git ls-files`.split("\n").reject {|path| path =~ /\.gitignore$/ }
|
|
23
24
|
s.test_files = `git ls-files -- spec/*`.split("\n")
|
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: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
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: 2017-03-
|
|
13
|
+
date: 2017-03-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -70,7 +70,8 @@ dependencies:
|
|
|
70
70
|
version: '0'
|
|
71
71
|
description: Gherkin parser
|
|
72
72
|
email: cukes@googlegroups.com
|
|
73
|
-
executables:
|
|
73
|
+
executables:
|
|
74
|
+
- gherkin-ruby
|
|
74
75
|
extensions: []
|
|
75
76
|
extra_rdoc_files: []
|
|
76
77
|
files:
|
|
@@ -90,6 +91,7 @@ files:
|
|
|
90
91
|
- berp/berp.pdb
|
|
91
92
|
- bin/gherkin
|
|
92
93
|
- bin/gherkin-generate-tokens
|
|
94
|
+
- bin/gherkin-ruby
|
|
93
95
|
- gherkin-languages.json
|
|
94
96
|
- gherkin-ruby.razor
|
|
95
97
|
- gherkin.berp
|
|
@@ -282,7 +284,7 @@ rubyforge_project:
|
|
|
282
284
|
rubygems_version: 2.5.2
|
|
283
285
|
signing_key:
|
|
284
286
|
specification_version: 4
|
|
285
|
-
summary: gherkin-4.1.
|
|
287
|
+
summary: gherkin-4.1.1
|
|
286
288
|
test_files:
|
|
287
289
|
- spec/capture_warnings.rb
|
|
288
290
|
- spec/coverage.rb
|