world-postalcodes 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.
- checksums.yaml +4 -4
- data/world-postalcodes.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 986334817fc7be827798219647f3fb6affdecfaa
|
4
|
+
data.tar.gz: 20eff1ba4b9701b62a33833ceebd2bb1d9aa9e12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72a01e84bf702acc4cf83ce7a2f8238acf226b2a4eac19cdc7ffac868d408eb4e95dbb3fdd5bc3d7488a3060b00eeefed7279be32de75c66928519ae2cabfd0d
|
7
|
+
data.tar.gz: 456a4e3d59631f52454c12c6622ce43573464459c600832cf9bb19d0e35d07b5d3e96f95dc31d7717be99a4d09c0e94b0fefa93d1c91435036c8ba5d2b7d5c03
|
data/world-postalcodes.gemspec
CHANGED
@@ -4,10 +4,10 @@ require 'yard'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = 'world-postalcodes'
|
7
|
-
s.version = '1.0.
|
7
|
+
s.version = '1.0.1'
|
8
8
|
s.date = '2016-10-04'
|
9
9
|
s.summary = "Gem to find details from postal_code inside India & USA"
|
10
|
-
s.description = "A gem to search details like city, state,
|
10
|
+
s.description = "A gem to search details like city, state, state code, latitude, longitude, timezone and country from postal code only for India & USA. We will be adding details for more countries soon"
|
11
11
|
s.authors = ["Milind Patel"]
|
12
12
|
s.email = '66.milind@gmail.com'
|
13
13
|
s.files = ["lib/world_postalcodes.rb"]
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
18
|
s.require_paths = ['lib']
|
19
19
|
s.metadata["yard.run"] = "yri"
|
20
|
-
s.post_install_message = "Thanks for installing world-postalcodes
|
20
|
+
s.post_install_message = "Thanks for installing world-postalcodes!!!"
|
21
21
|
s.required_ruby_version = '>= 1.8.6'
|
22
22
|
s.extra_rdoc_files = ['README.md']
|
23
23
|
s.homepage = 'https://github.com/milind-patel/world-postalcodes'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: world-postalcodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Milind Patel
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description: A gem to search details like city, state,
|
42
|
-
|
41
|
+
description: A gem to search details like city, state, state code, latitude, longitude,
|
42
|
+
timezone and country from postal code only for India & USA. We will be adding details
|
43
43
|
for more countries soon
|
44
44
|
email: 66.milind@gmail.com
|
45
45
|
executables: []
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
- MIT
|
58
58
|
metadata:
|
59
59
|
yard.run: yri
|
60
|
-
post_install_message: Thanks for installing world-postalcodes
|
60
|
+
post_install_message: Thanks for installing world-postalcodes!!!
|
61
61
|
rdoc_options: []
|
62
62
|
require_paths:
|
63
63
|
- lib
|