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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Makefile +3 -2
  3. data/gherkin.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8acaf83677d8b77a10002bb9bfdd7bc6a430fba
4
- data.tar.gz: 89feaff5935b33e04ad4160d0df3cd02f6991344
3
+ metadata.gz: 657440405471b892c0b50e5464b922a0f006528f
4
+ data.tar.gz: 5b09335993cffd1de1eb622a4947a9fe10f2069b
5
5
  SHA512:
6
- metadata.gz: dc1e836a4fa578efe5e733b7078a0d85116c21de931ef9738b807d2ce62955f01beecf4d37439aa61d2e78a6376cf6690b9ddd580cee349b76e526dda79fd820
7
- data.tar.gz: 68969e43b5e4d99f8f19d1c9ad632f1d3ef91d1047ad5c3232ca39a92a858848f1b5e94cf9b7da371502264628a72eacbf591958069c66c1c7dabf323ac7437b
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
- all: .compared
14
- .PHONY: all
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 $@
@@ -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.2'
4
+ s.version = '4.1.3'
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}"
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.2
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-03 00:00:00.000000000 Z
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.2
287
+ summary: gherkin-4.1.3
288
288
  test_files:
289
289
  - spec/capture_warnings.rb
290
290
  - spec/coverage.rb