gherkin 2.2.5-x86-mswin32 → 2.2.6-x86-mswin32
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 -0
- data/README.rdoc +1 -0
- data/VERSION +1 -1
- data/spec/gherkin/i18n_spec.rb +4 -0
- metadata +4 -4
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -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.
|
1
|
+
2.2.6
|
data/spec/gherkin/i18n_spec.rb
CHANGED
@@ -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
|
-
-
|
9
|
-
version: 2.2.
|
8
|
+
- 6
|
9
|
+
version: 2.2.6
|
10
10
|
platform: x86-mswin32
|
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-
|
19
|
+
date: 2010-10-03 00:00:00 +02:00
|
20
20
|
default_executable: gherkin
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -389,7 +389,7 @@ rubyforge_project:
|
|
389
389
|
rubygems_version: 1.3.7
|
390
390
|
signing_key:
|
391
391
|
specification_version: 3
|
392
|
-
summary: gherkin-2.2.
|
392
|
+
summary: gherkin-2.2.6
|
393
393
|
test_files:
|
394
394
|
- features/escaped_pipes.feature
|
395
395
|
- features/feature_parser.feature
|