aslakhellesoy-cucumber 0.3.3.3 → 0.3.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -6,6 +6,7 @@ Hooray - speed improvements when using Rake!
6
6
  * Problem with multiple terms in languages.yml (#321 Aslak Hellesøy)
7
7
 
8
8
  === New features
9
+ * Support for Vietnamese (Ngoc Dao)
9
10
  * Added aliases for Feature and But in Japanese (Leonard Chin)
10
11
  * Support for Catalan (Francesc Esplugas)
11
12
 
@@ -515,3 +515,18 @@
515
515
  and: И
516
516
  but: Но
517
517
  space_after_keyword: true
518
+ "vi":
519
+ name: Vietnamese
520
+ native: Tiếng Việt
521
+ encoding: UTF-8
522
+ feature: Tính năng
523
+ background: Bối cảnh
524
+ scenario: Kịch bản
525
+ scenario_outline: Khung kịch bản
526
+ examples: Dữ liệu
527
+ given: Cho
528
+ when: Khi
529
+ then: Thì
530
+ and: Và
531
+ but: Nhưng
532
+ space_after_keyword: true
@@ -3,7 +3,7 @@ module Cucumber #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
5
  TINY = 3
6
- PATCH = 3 # Set to nil for official release
6
+ PATCH = 4 # 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.3.3.3
4
+ version: 0.3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Aslak Helles\xC3\xB8y"