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 ADDED
@@ -0,0 +1,17 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ postal_codes (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.4.2)
10
+
11
+ PLATFORMS
12
+ x86-mingw32
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 1.6)
16
+ postal_codes!
17
+ rake
@@ -1,3 +1,3 @@
1
1
  module PostalCodes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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{TO fond out details like country, state, locality of postal code.}
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.1
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: TO fond out details like country, state, locality of postal code.
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: