world-postalcodes 1.0.1 → 1.0.3

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.
@@ -1,13 +1,12 @@
1
1
  lib = File.expand_path('../lib', __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'yard'
4
3
 
5
4
  Gem::Specification.new do |s|
6
5
  s.name = 'world-postalcodes'
7
- s.version = '1.0.1'
8
- s.date = '2016-10-04'
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, latitude, longitude, timezone and country from postal code only for India & USA. We will be adding details for more countries soon"
6
+ s.version = '1.0.3'
7
+ s.date = '2016-10-14'
8
+ s.summary = "Gem to find details from postal_code inside USA, India & Japan"
9
+ s.description = "A gem to search details like city, state, state code, latitude, longitude, timezone and country from postal code only for USA, India & Japan. We will be adding details for more countries soon"
11
10
  s.authors = ["Milind Patel"]
12
11
  s.email = '66.milind@gmail.com'
13
12
  s.files = ["lib/world_postalcodes.rb"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: world-postalcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Milind Patel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-04 00:00:00.000000000 Z
11
+ date: 2016-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -39,8 +39,8 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
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
- for more countries soon
42
+ timezone and country from postal code only for USA, India & Japan. We will be adding
43
+ details for more countries soon
44
44
  email: 66.milind@gmail.com
45
45
  executables: []
46
46
  extensions: []
@@ -73,8 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
- rubygems_version: 2.4.8
76
+ rubygems_version: 2.6.7
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: Gem to find details from postal_code inside India & USA
79
+ summary: Gem to find details from postal_code inside USA, India & Japan
80
80
  test_files: []