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 +4 -4
- data/ipcountry.gemspec +1 -1
- data/lib/ipcountry/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80afd824ed97342e6da6f8f5a9525b64cccb2941
|
|
4
|
+
data.tar.gz: 643a91130e0839e7bc0b820ce06de07aee04aef0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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")
|
data/lib/ipcountry/version.rb
CHANGED
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.
|
|
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: {}
|