say_number 1.0.0 → 1.0.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.
@@ -1,3 +1,3 @@
1
1
  module SayNumber
2
- VERSION = "1.0.0"
2
+ VERSION = '1.0.1'
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Fery Japminto"]
10
10
  spec.email = ["ferydjzz@gmail.com"]
11
11
 
12
- spec.summary = %q{a simple gem that say the given number in word.}
12
+ spec.summary = %q{a simple gem that say the given number in word. Available in two languages, Indonesian and English. Support float number in the latest version (1.0.0).}
13
13
  spec.description = %q{a simple gem that say the given number in word. Available in two languages, Indonesian and English. Support float number in the latest version (1.0.0).}
14
14
  spec.homepage = "https://github.com/ferydjzz/say_number"
15
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: say_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fery Japminto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2020-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,8 +96,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.2.2
99
+ rubygems_version: 2.6.11
100
100
  signing_key:
101
101
  specification_version: 4
102
- summary: a simple gem that say the given number in word.
102
+ summary: a simple gem that say the given number in word. Available in two languages,
103
+ Indonesian and English. Support float number in the latest version (1.0.0).
103
104
  test_files: []