ipcountry 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa6833b253691edd2af83ba5ea4feb4f10f4e673
4
- data.tar.gz: d0b44f81e6494fbcf80f4622b1f9bfdc304c11ae
3
+ metadata.gz: 80afd824ed97342e6da6f8f5a9525b64cccb2941
4
+ data.tar.gz: 643a91130e0839e7bc0b820ce06de07aee04aef0
5
5
  SHA512:
6
- metadata.gz: bcbdd2d3749f32530e5ceab5665d317baa4281522d0416b816f11322bdd1b4b6356f3cf63d946aa6da28b43059146ec0905ac79742e87f6e5d54bef6864175d3
7
- data.tar.gz: 573d54602f9ce2b51816aeca2ae8666dcbe42cdd1c70143b48cec7a488e9b9d2ec822366795ab8811b81a23495a01341e3fcc7691011b11ed63d96f159210938
6
+ metadata.gz: 58c6b459f11b6448c3c7c0df0455f1830cdb90edd6f7e155815b709cd9448363b566f93f5f613af21cec8f1583cb2bb3e4b2213d15e219f296dadfcc1f8db861
7
+ data.tar.gz: 81601dd17eb38cc1a8a94cfc6812f010bbff2370ceeec96a42076d6461787edd0139c1c41d9d854aa431f1f8b3929c1cb7bbe7fe8e2fead6d2322ff20bc5d68a
data/ipcountry.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["yusuke@junkpiano.me"]
11
11
  spec.summary = %q{look up ip address information.}
12
12
  spec.description = %q{This gem looks up ip address infomation. I use this api. http://ip-api.com/docs/api:json}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/yuchan/ipcountry"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Ipcountry
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipcountry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Ohashi
@@ -53,7 +53,7 @@ files:
53
53
  - ipcountry.gemspec
54
54
  - lib/ipcountry.rb
55
55
  - lib/ipcountry/version.rb
56
- homepage: ''
56
+ homepage: https://github.com/yuchan/ipcountry
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}