gherkin 2.2.5 → 2.2.6
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 +6 -6
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: ruby
|
|
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
|
|
@@ -476,7 +476,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
476
476
|
requirements:
|
|
477
477
|
- - ">="
|
|
478
478
|
- !ruby/object:Gem::Version
|
|
479
|
-
hash:
|
|
479
|
+
hash: 652463627289521414
|
|
480
480
|
segments:
|
|
481
481
|
- 0
|
|
482
482
|
version: "0"
|
|
@@ -485,7 +485,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
485
485
|
requirements:
|
|
486
486
|
- - ">="
|
|
487
487
|
- !ruby/object:Gem::Version
|
|
488
|
-
hash:
|
|
488
|
+
hash: 652463627289521414
|
|
489
489
|
segments:
|
|
490
490
|
- 0
|
|
491
491
|
version: "0"
|
|
@@ -495,7 +495,7 @@ rubyforge_project:
|
|
|
495
495
|
rubygems_version: 1.3.7
|
|
496
496
|
signing_key:
|
|
497
497
|
specification_version: 3
|
|
498
|
-
summary: gherkin-2.2.
|
|
498
|
+
summary: gherkin-2.2.6
|
|
499
499
|
test_files:
|
|
500
500
|
- features/escaped_pipes.feature
|
|
501
501
|
- features/feature_parser.feature
|