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