gherkin 1.0.28 → 1.0.29

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 -0
  2. data/VERSION.yml +1 -1
  3. metadata +2 -2
@@ -1,3 +1,8 @@
1
+ == 1.0.29 (2010-05-18)
2
+
3
+ === Bugfixes
4
+ * Use I18n.class' class loader instead of context class loader to load Java lexers. Hoping this fixes loading bug for good. (Aslak Hellesøy)
5
+
1
6
  == 1.0.28 (2010-05-18)
2
7
 
3
8
  === Bugfixes
@@ -2,4 +2,4 @@
2
2
  :major: 1
3
3
  :minor: 0
4
4
  :build:
5
- :patch: 28
5
+ :patch: 29
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 28
9
- version: 1.0.28
8
+ - 29
9
+ version: 1.0.29
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Sassak