aslakhellesoy-cucumber 0.2.2 → 0.2.2.1

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,10 @@
1
+ == 0.2.3 (In Git)
2
+
3
+ === New features
4
+ * Updated language for Dutch (Bart Zonneveld)
5
+ * Updated language for Italian (Alessandro Baroni)
6
+ * Updated language for Japanese (KAKUTANI Shintaro)
7
+
1
8
  == 0.2.2 2009-03-25
2
9
 
3
10
  This release includes some minor changes to make Cucumber work with pure Java. Cucumber
@@ -211,8 +211,10 @@
211
211
  native: italiano
212
212
  encoding: UTF-8
213
213
  feature: Funzionalità
214
+ background: Contesto
214
215
  scenario: Scenario
215
- more_examples: Più esempi
216
+ scenario_outline: Schema dello scenario
217
+ examples: Esempi
216
218
  given: Dato
217
219
  when: Quando
218
220
  then: Allora
@@ -225,7 +227,7 @@
225
227
  feature: フィーチャ
226
228
  background: 背景
227
229
  scenario: シナリオ
228
- scenario_outline: シナリオテンプレート|テンプレ|シナリオテンプレ
230
+ scenario_outline: シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ
229
231
  examples: 例|サンプル
230
232
  given: 前提
231
233
  when: もし
@@ -249,7 +251,10 @@
249
251
  native: Nederlands
250
252
  encoding: UTF-8
251
253
  feature: Functionaliteit
254
+ background: Achtergrond
252
255
  scenario: Scenario
256
+ scenario_outline: Abstract Scenario
257
+ examples: Voorbeelden
253
258
  given: Gegeven
254
259
  when: Als
255
260
  then: Dan
@@ -3,7 +3,7 @@ module Cucumber #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
5
  TINY = 2
6
- PATCH = nil # Set to nil for official release
6
+ PATCH = 1 # Set to nil for official release
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aslakhellesoy-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Aslak Helles\xC3\xB8y"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-25 00:00:00 -07:00
12
+ date: 2009-03-26 00:00:00 -07:00
13
13
  default_executable: cucumber
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency