china_ad_ip 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ae88a359f2c886c6978227bd9c681b9cdf7b97c
4
- data.tar.gz: 529bd5af32913d2aebab84e9a8f246b90d65cc03
3
+ metadata.gz: a6ba5c5e3238ba511cd510a3fe191f3e5baa9f41
4
+ data.tar.gz: fa11f5da3663333097cdb2447fa01e257a129fe4
5
5
  SHA512:
6
- metadata.gz: 9922c7b8118212e599498a340f32f34eb743df75e491f0a8dd5f26eba020fdb1ea5fe860a4370a79acf8bd31f49ebb49c25d7c68cb8870ac2e7310e9fe2fa138
7
- data.tar.gz: 5212f0661bdb2170261e18af6300bb69231f6c9490f20bf063cb7711388d3f0deab996a90b9b94010847cfaef014cf38009aa296bc657b9a1308e1e407413702
6
+ metadata.gz: 975cc172495b7545d3c068008d9df717a41b62abf4871206f22ca2ead315d8f9cf62fce3700f56f64f668d6c617d905f5334316c37bf1f235bba4e34e90e5e31
7
+ data.tar.gz: d28ff8fd49dd83193da2c359606e4b146ef371b38f2f269f4571878d56d09a23038481578d9b2d0d0d0fda56d3521bc6da4e125e833b3b3e1c4c8fa51341d708
data/README.md CHANGED
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- ChinaAdIp::location_file("./location.csv")
21
+ ChinaAdIp::ip_file("./superadmin.csv")
22
22
 
23
23
  ChinaAdIp::location_file("./location.csv")
24
24
 
data/china_ad_ip.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["sz3001@gmail.com"]
11
11
  spec.summary = %q{locate ip, please download ip data file from http://www.iac-i.org/ }
12
12
  spec.description = %q{locate ip }
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/suzhen/china_ad_ip"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module ChinaAdIp
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: china_ad_ip
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
  - suezhen
@@ -54,7 +54,7 @@ files:
54
54
  - lib/china_ad_ip.rb
55
55
  - lib/china_ad_ip/ipv4.rb
56
56
  - lib/china_ad_ip/version.rb
57
- homepage: ''
57
+ homepage: https://github.com/suzhen/china_ad_ip
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: {}