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.
Files changed (3) hide show
  1. data/History.txt +5 -1
  2. data/VERSION.yml +1 -1
  3. metadata +3 -2
@@ -1,4 +1,8 @@
1
- == 2.0.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.
@@ -2,4 +2,4 @@
2
2
  :major: 2
3
3
  :minor: 0
4
4
  :build:
5
- :patch: 0
5
+ :patch: 1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 0
9
- version: 2.0.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