spanish_number 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/spanish_number.rb +1 -0
  2. metadata +2 -2
@@ -21,6 +21,7 @@ class Numeric
21
21
  final_text += sixdigit == ["1"] ? "ón" : "ones"
22
22
  end
23
23
  end
24
+ final_text = " cero" if final_text.empty?
24
25
  final_text += mxn dec if currency == 'mxn'
25
26
  final_text[1..-1]
26
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spanish_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-06 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Express a number in spanish text
15
15
  email: leo@kueski.com