gherkin 4.1.2 → 4.1.3
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/Makefile +3 -2
- data/gherkin.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 657440405471b892c0b50e5464b922a0f006528f
|
4
|
+
data.tar.gz: 5b09335993cffd1de1eb622a4947a9fe10f2069b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0108050f65331dbd4ebe95e18fb754453f4e2eb14351e39fcef73f10b84666d71a251244d321d26eec60b6a4308675b1666344352a30802acec62ce49a1a4ac4'
|
7
|
+
data.tar.gz: 9a8e14f08cec98999662a18fdc4269b688581631c5d46d92f3caa7e909d747375be1174b613014ffb16c89ec2214c1fb766ce6432e39ccd9b0be6ea84288f3db
|
data/Makefile
CHANGED
@@ -10,8 +10,9 @@ ERRORS = $(patsubst testdata/%.feature,acceptance/testdata/%.feature.errors.nd
|
|
10
10
|
|
11
11
|
RUBY_FILES = $(shell find . -name "*.rb")
|
12
12
|
|
13
|
-
|
14
|
-
|
13
|
+
default: .compared
|
14
|
+
bundle exec rake install
|
15
|
+
.PHONY: default
|
15
16
|
|
16
17
|
.compared: .built $(TOKENS) $(ASTS) $(PICKLES) $(ERRORS) $(SOURCES)
|
17
18
|
touch $@
|
data/gherkin.gemspec
CHANGED
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.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: 2017-05-
|
13
|
+
date: 2017-05-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -284,7 +284,7 @@ rubyforge_project:
|
|
284
284
|
rubygems_version: 2.6.8
|
285
285
|
signing_key:
|
286
286
|
specification_version: 4
|
287
|
-
summary: gherkin-4.1.
|
287
|
+
summary: gherkin-4.1.3
|
288
288
|
test_files:
|
289
289
|
- spec/capture_warnings.rb
|
290
290
|
- spec/coverage.rb
|