gherkin 2.0.0-java → 2.0.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -1
- data/VERSION.yml +1 -1
- metadata +3 -2
data/History.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
== 2.0.
|
1
|
+
== 2.0.1 (2010-06-15)
|
2
|
+
|
3
|
+
The previous release had a missing gherkin.jar in the jruby gem. This release fixes that.
|
4
|
+
|
5
|
+
== 2.0.0 (2010-06-15)
|
2
6
|
|
3
7
|
We're breaking the old listener API in this release, and added a new JSON formatter,
|
4
8
|
which calls for a new major version.
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 2.0.
|
8
|
+
- 1
|
9
|
+
version: 2.0.1
|
10
10
|
platform: java
|
11
11
|
authors:
|
12
12
|
- Mike Sassak
|
@@ -101,6 +101,7 @@ files:
|
|
101
101
|
- java/src/main/java/gherkin/lexer/.gitignore
|
102
102
|
- java/src/main/resources/gherkin/.gitignore
|
103
103
|
- lib/.gitignore
|
104
|
+
- lib/gherkin.jar
|
104
105
|
- lib/gherkin.rb
|
105
106
|
- lib/gherkin/c_lexer.rb
|
106
107
|
- lib/gherkin/cli/main.rb
|