say_number 0.3.0 → 1.0.0

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 = "0.3.0"
2
+ VERSION = "1.0.0"
3
3
  end
data/say_number.gemspec CHANGED
@@ -9,8 +9,8 @@ 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 say_number in Indonesian and any other languange.}
13
- spec.description = %q{a simple say_number in Indonesian and any other languange.}
12
+ spec.summary = %q{a simple gem that say the given number in word.}
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"
16
16
 
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: 0.3.0
4
+ version: 1.0.0
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-16 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.2'
55
- description: a simple say_number in Indonesian and any other languange.
55
+ description: a simple gem that say the given number in word. Available in two languages,
56
+ Indonesian and English. Support float number in the latest version (1.0.0).
56
57
  email:
57
58
  - ferydjzz@gmail.com
58
59
  executables: []
@@ -98,5 +99,5 @@ rubyforge_project:
98
99
  rubygems_version: 2.2.2
99
100
  signing_key:
100
101
  specification_version: 4
101
- summary: a simple say_number in Indonesian and any other languange.
102
+ summary: a simple gem that say the given number in word.
102
103
  test_files: []