gherkin 2.4.2 → 2.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +3 -1
- data/History.md +5 -0
- data/gherkin.gemspec +1 -1
- data/lib/gherkin/formatter/json_formatter.rb +0 -3
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gherkin (2.4.
|
4
|
+
gherkin (2.4.3)
|
5
5
|
json (>= 1.4.6)
|
6
6
|
|
7
7
|
GEM
|
@@ -17,6 +17,7 @@ GEM
|
|
17
17
|
term-ansicolor (>= 1.0.5)
|
18
18
|
diff-lcs (1.1.2)
|
19
19
|
json (1.5.3)
|
20
|
+
json (1.5.3-java)
|
20
21
|
libv8 (3.3.10.2)
|
21
22
|
rake (0.9.2)
|
22
23
|
rake-compiler (0.7.9)
|
@@ -36,6 +37,7 @@ GEM
|
|
36
37
|
yard (0.7.2)
|
37
38
|
|
38
39
|
PLATFORMS
|
40
|
+
java
|
39
41
|
ruby
|
40
42
|
|
41
43
|
DEPENDENCIES
|
data/History.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
## [2.4.3](https://github.com/cucumber/gherkin/compare/v2.4.2...v2.4.3)
|
2
|
+
|
3
|
+
### Changed Features
|
4
|
+
* Added a small hack to the java Result class to work around [Cucumber bug #97](https://github.com/cucumber/cucumber/issues/97) (Aslak Hellesøy)
|
5
|
+
|
1
6
|
## [2.4.2](https://github.com/cucumber/gherkin/compare/v2.4.1...v2.4.2)
|
2
7
|
|
3
8
|
### Changed Features
|
data/gherkin.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "gherkin"
|
5
|
-
s.version = "2.4.
|
5
|
+
s.version = "2.4.3"
|
6
6
|
s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Hellesøy"]
|
7
7
|
s.description = "A fast Gherkin lexer/parser for based on the Ragel State Machine Compiler."
|
8
8
|
s.summary = "#{s.name}-#{s.version}"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: gherkin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.4.
|
5
|
+
version: 2.4.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mike Sassak
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2011-07-
|
15
|
+
date: 2011-07-09 00:00:00 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rake-compiler
|
@@ -498,7 +498,7 @@ rubyforge_project:
|
|
498
498
|
rubygems_version: 1.8.5
|
499
499
|
signing_key:
|
500
500
|
specification_version: 3
|
501
|
-
summary: gherkin-2.4.
|
501
|
+
summary: gherkin-2.4.3
|
502
502
|
test_files:
|
503
503
|
- features/escaped_pipes.feature
|
504
504
|
- features/feature_parser.feature
|