gherkin 2.2.5-universal-dotnet → 2.2.6-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.
@@ -1,3 +1,8 @@
1
+ == 2.2.6 (2010-10-1)
2
+
3
+ === Bugfixes
4
+ * I18n.getCodeKeywords() on Java included '*'. Not anymore. (Aslak Hellesøy)
5
+
1
6
  == 2.2.5 (2010-10-1)
2
7
 
3
8
  === New Features
@@ -31,6 +31,7 @@ E.g. in Bash, export RL_LANG="en,fr,no". This can be quite helpful when modifyin
31
31
  * Bump version in the VERSION file and:
32
32
  ** java/pom.xml
33
33
  ** ikvm/Gherkin/Gherkin.csproj
34
+ * Commit changes.
34
35
  * rake gems:prepare && ./build_native_gems.sh && rake release:ALL
35
36
  * Announce on Cucumber list, IRC and Twitter.
36
37
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.5
1
+ 2.2.6
@@ -68,6 +68,10 @@ module Gherkin
68
68
  end
69
69
  end
70
70
 
71
+ it "should reject the bullet stars" do
72
+ Gherkin::I18n.code_keywords.should_not include('*')
73
+ end
74
+
71
75
  it "should report keyword regexp" do
72
76
  Gherkin::I18n.keyword_regexp(:step).should =~ /\|Quando \|Quand \|Quan \|Pryd \|Pokud \|/
73
77
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 2
8
- - 5
9
- version: 2.2.5
8
+ - 6
9
+ version: 2.2.6
10
10
  platform: universal-dotnet
11
11
  authors:
12
12
  - Mike Sassak
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-01 00:00:00 +02:00
19
+ date: 2010-10-03 00:00:00 +02:00
20
20
  default_executable: gherkin
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -304,7 +304,7 @@ rubyforge_project:
304
304
  rubygems_version: 1.3.7
305
305
  signing_key:
306
306
  specification_version: 3
307
- summary: gherkin-2.2.5
307
+ summary: gherkin-2.2.6
308
308
  test_files:
309
309
  - features/escaped_pipes.feature
310
310
  - features/feature_parser.feature