wordy_number 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe333cd990b7fcfb3bb2d85652f668abec088e7f
4
- data.tar.gz: bc8188687754c1c1966bbb8871c2f8e315f6738f
3
+ metadata.gz: 09536854f140c19b3787dc87fa733f534ba84a29
4
+ data.tar.gz: 8f887cfb25442a38b6be18e8f668ef1ca067ac8a
5
5
  SHA512:
6
- metadata.gz: 35da8b5480e10b28421431680feadcca0a30685b7ea9f056b4c6c3b855659a6fbeba025b443e7c6ee4b980b96803cd02a5affdf9187017a5bb3e973bf551ec7d
7
- data.tar.gz: 2ead7c0f8b42228e875036c8b7402ae5c06b2038b8f5b76e83c41cedce23371ddda56b6f37d295104735885e35c694b95245f38525ceee3332cbed22d3e4eb28
6
+ metadata.gz: 3ca32bc35af396b4c5ff457159a792205fd9ab0f535bae4f0f68508f45c87ba3e09d4ec6d8984ff64141b0a3cad97c36f939bc73c0e4a17461b727d66172e8ba
7
+ data.tar.gz: 9ae7ce451f3f4b2da2d3b3cf3ef0b0db2e01ff3081bcc27118896bc2d5a8a8be5824cc4b0e87f8a8f71a3e8871b76454f3c747400967781490af7bd339144053
@@ -1,3 +1,3 @@
1
1
  module WordyNumber
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/wordy_number.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Dictionary word replacements for a phone number}
13
13
  spec.description = %q{It provides all possible word replacements from a given dictionary (or default dictionary) for a given number.}
14
- spec.homepage = 'https://github.com/goyalmunish/wordy_numbers'
14
+ spec.homepage = 'https://github.com/goyalmunish/wordy_number'
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordy_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Munish Goyal
@@ -119,7 +119,7 @@ files:
119
119
  - public/words.txt
120
120
  - public/wordsEn.txt
121
121
  - wordy_number.gemspec
122
- homepage: https://github.com/goyalmunish/wordy_numbers
122
+ homepage: https://github.com/goyalmunish/wordy_number
123
123
  licenses:
124
124
  - MIT
125
125
  metadata: {}