gherkin 2.2.5-java → 2.2.6-java
Sign up to get free protection for your applications and to get access to all the features.
- 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: java
|
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
|
@@ -300,7 +300,7 @@ rubyforge_project:
|
|
300
300
|
rubygems_version: 1.3.7
|
301
301
|
signing_key:
|
302
302
|
specification_version: 3
|
303
|
-
summary: gherkin-2.2.
|
303
|
+
summary: gherkin-2.2.6
|
304
304
|
test_files:
|
305
305
|
- features/escaped_pipes.feature
|
306
306
|
- features/feature_parser.feature
|