postal_codes 0.0.1 → 0.0.2
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/Gemfile.lock +17 -0
- data/lib/postal_codes/version.rb +1 -1
- data/postal_codes-0.0.1.gem +0 -0
- data/postal_codes.gemspec +2 -2
- metadata +4 -3
data/Gemfile.lock
ADDED
data/lib/postal_codes/version.rb
CHANGED
|
Binary file
|
data/postal_codes.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Dinesh Goyal"]
|
|
10
10
|
spec.email = ["dineshgoyal1669@gmail.com"]
|
|
11
11
|
spec.summary = %q{Postal Codes search among Countries}
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.description = %q{To find out details like country, state, locality of postal code.}
|
|
13
|
+
spec.homepage = "https://github.com/dineshgoyal1669/postal_codes"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = Dir['lib/*'] + Dir['lib/data/*'] + Dir['lib/postal_codes/*']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: postal_codes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description:
|
|
46
|
+
description: To find out details like country, state, locality of postal code.
|
|
47
47
|
email:
|
|
48
48
|
- dineshgoyal1669@gmail.com
|
|
49
49
|
executables: []
|
|
@@ -54,12 +54,13 @@ files:
|
|
|
54
54
|
- lib/data/india.yml
|
|
55
55
|
- lib/postal_codes/version.rb
|
|
56
56
|
- Gemfile
|
|
57
|
+
- Gemfile.lock
|
|
57
58
|
- LICENSE.txt
|
|
58
59
|
- postal_codes-0.0.1.gem
|
|
59
60
|
- postal_codes.gemspec
|
|
60
61
|
- Rakefile
|
|
61
62
|
- README.md
|
|
62
|
-
homepage:
|
|
63
|
+
homepage: https://github.com/dineshgoyal1669/postal_codes
|
|
63
64
|
licenses:
|
|
64
65
|
- MIT
|
|
65
66
|
post_install_message:
|