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 +7 -0
- data/lib/cucumber/languages.yml +7 -2
- data/lib/cucumber/version.rb +1 -1
- metadata +2 -2
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
|
data/lib/cucumber/languages.yml
CHANGED
|
@@ -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
|
-
|
|
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
|
data/lib/cucumber/version.rb
CHANGED
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-
|
|
12
|
+
date: 2009-03-26 00:00:00 -07:00
|
|
13
13
|
default_executable: cucumber
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|