aslakhellesoy-cucumber 0.1.16.1 → 0.1.16.2
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/examples/i18n/fi/Rakefile +6 -0
- data/examples/i18n/fi/features/jakolasku.feature +10 -0
- data/examples/i18n/fi/features/step_definitons/laskin_steps.rb +28 -0
- data/examples/i18n/fi/features/yhteenlasku.feature +17 -0
- data/examples/i18n/fi/lib/laskin.rb +14 -0
- data/lib/cucumber/treetop_parser/feature_fi.rb +1951 -0
- data/lib/cucumber/version.rb +1 -1
- metadata +7 -1
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.1.16.
|
4
|
+
version: 0.1.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Aslak Helles\xC3\xB8y"
|
@@ -110,6 +110,11 @@ files:
|
|
110
110
|
- examples/i18n/et/features/liitmine.feature
|
111
111
|
- examples/i18n/et/features/step_definitions/kalkulaator_steps.rb
|
112
112
|
- examples/i18n/et/lib/kalkulaator.rb
|
113
|
+
- examples/i18n/fi/Rakefile
|
114
|
+
- examples/i18n/fi/features/jakolasku.feature
|
115
|
+
- examples/i18n/fi/features/step_definitons/laskin_steps.rb
|
116
|
+
- examples/i18n/fi/features/yhteenlasku.feature
|
117
|
+
- examples/i18n/fi/lib/laskin.rb
|
113
118
|
- examples/i18n/fr/Rakefile
|
114
119
|
- examples/i18n/fr/features/addition.feature
|
115
120
|
- examples/i18n/fr/features/step_definitions/calculatrice_steps.rb
|
@@ -253,6 +258,7 @@ files:
|
|
253
258
|
- lib/cucumber/treetop_parser/feature_en.rb
|
254
259
|
- lib/cucumber/treetop_parser/feature_es.rb
|
255
260
|
- lib/cucumber/treetop_parser/feature_et.rb
|
261
|
+
- lib/cucumber/treetop_parser/feature_fi.rb
|
256
262
|
- lib/cucumber/treetop_parser/feature_fr.rb
|
257
263
|
- lib/cucumber/treetop_parser/feature_id.rb
|
258
264
|
- lib/cucumber/treetop_parser/feature_it.rb
|