gherkin 2.0.0-universal-dotnet → 2.0.1-universal-dotnet

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 (3) hide show
  1. data/History.txt +5 -1
  2. data/VERSION.yml +1 -1
  3. metadata +3 -3
@@ -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
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gherkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: universal-dotnet
12
12
  authors:
13
13
  - Mike Sassak