wintr 0.2.0 → 0.2.1
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.
- data/lib/wintr/version.rb +1 -1
- metadata +6 -5
data/lib/wintr/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wintr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-02-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &13343580 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,8 +21,9 @@ dependencies:
|
|
21
21
|
version: '2.8'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description: A number to word converter
|
24
|
+
version_requirements: *13343580
|
25
|
+
description: A Ruby number to word converter (handles integers up to a maximum of
|
26
|
+
999 duotrigintillion!)
|
26
27
|
email:
|
27
28
|
- headleyra@yahoo.com
|
28
29
|
executables: []
|
@@ -74,7 +75,7 @@ rubyforge_project:
|
|
74
75
|
rubygems_version: 1.8.15
|
75
76
|
signing_key:
|
76
77
|
specification_version: 3
|
77
|
-
summary: A number to word converter
|
78
|
+
summary: A Ruby number to word converter
|
78
79
|
test_files:
|
79
80
|
- spec/wintr/power_of_thousand_spec.rb
|
80
81
|
- spec/wintr/word_array_spec.rb
|