numbers_in_words 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 6
|
9
|
+
version: 0.0.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Mark Burns
|
@@ -14,11 +14,11 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-06 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
21
|
-
description: "Use the #in_words method on a positive or negative Fixnum or Bignum to try it out"
|
21
|
+
description: "Use the #in_words method on a positive or negative Fixnum or Bignum to try it out. or String#in_numbers to get a Fixnum or Bignum"
|
22
22
|
email: markthedeveloper@googlemail.com
|
23
23
|
executables: []
|
24
24
|
|
@@ -60,6 +60,6 @@ rubyforge_project: numbers_in_words
|
|
60
60
|
rubygems_version: 1.3.6
|
61
61
|
signing_key:
|
62
62
|
specification_version: 3
|
63
|
-
summary: Turns integers into their long-hand text form like "two thousand and one"
|
63
|
+
summary: Turns integers into their long-hand text form like "two thousand and one", and vice-versa for strings to integers
|
64
64
|
test_files: []
|
65
65
|
|