gherkin 1.0.7-i386-mswin32 → 1.0.8-i386-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 CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.0.8 (2010-04-10)
2
+
3
+ === Bugfixes
4
+ * Removed illegal comma from Ukrainian synonym. (Aslak Hellesøy)
5
+
1
6
  == 1.0.7 (2010-04-10)
2
7
 
3
8
  === Bugfixes
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 7
3
+ :patch: 8
4
4
  :major: 1
data/gherkin.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gherkin}
8
- s.version = "1.0.7"
8
+ s.version = "1.0.8"
9
9
  s.platform = %q{i386-mswin32}
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
data/lib/gherkin/i18n.yml CHANGED
@@ -503,7 +503,7 @@
503
503
  scenario: Сценарій
504
504
  scenario_outline: Структура сценарію
505
505
  examples: Приклади
506
- given: "*|Припустимо|Припустимо, що|Нехай"
506
+ given: "*|Припустимо|Припустимо що|Нехай"
507
507
  when: "*|Якщо"
508
508
  then: "*|То"
509
509
  and: "*|І"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 7
9
- version: 1.0.7
8
+ - 8
9
+ version: 1.0.8
10
10
  platform: i386-mswin32
11
11
  authors:
12
12
  - Mike Sassak