amount_inflector 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/VERSION +1 -1
- data/amount_inflector.gemspec +1 -1
- data/lib/amount_inflector/amount_inflector.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.2
|
data/amount_inflector.gemspec
CHANGED
@@ -10,7 +10,7 @@ class AmountInflector
|
|
10
10
|
:lipa => { one:"lipa", few:"lipe", many:"lipa" },
|
11
11
|
:tisuca => { one:"tisuću", few:"tisuće", many:"tisuća" },
|
12
12
|
:milijun => { one:"milijun", few:"milijuna", many:"milijuna" },
|
13
|
-
:milijarda => { one:"milijarda", few:"milijarde", many:"milijardi" }
|
13
|
+
:milijarda => { one:"milijarda", few:"milijarde", many:"milijardi" },
|
14
14
|
:promet => { one:"promet", few:"prometa", many:"prometa" }
|
15
15
|
}
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: amount_inflector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
segments:
|
98
98
|
- 0
|
99
|
-
hash:
|
99
|
+
hash: 3817959003824385715
|
100
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
101
|
none: false
|
102
102
|
requirements:
|