world-postalcodes 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/world-postalcodes.gemspec +3 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 455f030d6fed2f3116c3e225126d69b3e1dc08dc
4
- data.tar.gz: 091983f9d74794af3d818ae9c6c38227173addfd
3
+ metadata.gz: 986334817fc7be827798219647f3fb6affdecfaa
4
+ data.tar.gz: 20eff1ba4b9701b62a33833ceebd2bb1d9aa9e12
5
5
  SHA512:
6
- metadata.gz: 1d420519d4b812e2c3edca588dbcf6b321f724eebeacb7f7bcc8ec8c29801a52c7f944a30626dafaa6cffe0ccd394b5a96bf906bb10c1b206fdaa1a233619aa6
7
- data.tar.gz: 9e556b25adf2056200624fc0fc9fc52c2e9c15d85710dbb48ade6679804d5c6d00906870d95c9cfc7656f90efe8d2df705b7de412bb4e5415cedddda0746d75c
6
+ metadata.gz: 72a01e84bf702acc4cf83ce7a2f8238acf226b2a4eac19cdc7ffac868d408eb4e95dbb3fdd5bc3d7488a3060b00eeefed7279be32de75c66928519ae2cabfd0d
7
+ data.tar.gz: 456a4e3d59631f52454c12c6622ce43573464459c600832cf9bb19d0e35d07b5d3e96f95dc31d7717be99a4d09c0e94b0fefa93d1c91435036c8ba5d2b7d5c03
@@ -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.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, state_code, country, timezone, latitude, longitude from postal code only in India & USA. We will be adding details for more countries soon"
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.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, state_code, country, timezone,
42
- latitude, longitude from postal code only in India & USA. We will be adding details
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