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.
@@ -3,7 +3,7 @@ module Cucumber #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  TINY = 16
6
- PATCH = 1 # Set to nil for official release
6
+ PATCH = 2 # 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.1.16.1
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