m9t 0.1.11 → 0.1.12

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.
Files changed (4) hide show
  1. data/lib/m9t.rb +1 -1
  2. data/locales/en.yml +5 -0
  3. data/locales/it.yml +5 -0
  4. metadata +2 -2
data/lib/m9t.rb CHANGED
@@ -37,7 +37,7 @@ module M9t
37
37
  module VERSION #:nodoc:
38
38
  MAJOR = 0
39
39
  MINOR = 1
40
- TINY = 11
40
+ TINY = 12
41
41
 
42
42
  STRING = [MAJOR, MINOR, TINY].join('.')
43
43
  end
data/locales/en.yml CHANGED
@@ -41,6 +41,11 @@ en:
41
41
  one: meter per second
42
42
  other: meters per second
43
43
  abbreviated: m/s
44
+ kilometers_per_hour:
45
+ full:
46
+ one: kilometer per hour
47
+ other: kilometers per hour
48
+ abbreviated: km/h
44
49
  knots:
45
50
  full:
46
51
  zero: knots
data/locales/it.yml CHANGED
@@ -40,6 +40,11 @@ it:
40
40
  one: metro al second
41
41
  other: metri al second
42
42
  abbreviated: m/s
43
+ kilometers_per_hour:
44
+ full:
45
+ one: "chilometro l'ora"
46
+ other: "chilometro l'ora"
47
+ abbreviated: km/h
43
48
  knots:
44
49
  full:
45
50
  zero: nodi
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 11
9
- version: 0.1.11
8
+ - 12
9
+ version: 0.1.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joe Yates