number_to_words 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
1
4
  pkg/*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'http://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in number_to_words.gemspec
4
+ gemspec
@@ -0,0 +1,3 @@
1
+ module NumberToWords
2
+ VERSION = '1.2.1'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: number_to_words
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,10 +19,12 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
+ - Gemfile
22
23
  - README.rdoc
23
24
  - Rakefile
24
25
  - init.rb
25
26
  - lib/number_to_words.rb
27
+ - lib/number_to_words/version.rb
26
28
  - number_to_words.gemspec
27
29
  homepage: http://github.com/thisivan/number_to_words
28
30
  licenses: []