ip2location_ruby 7.0.0 → 8.1.1

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
- SHA1:
3
- metadata.gz: 184b7cf7691c597f947ed45601a088bc55929d80
4
- data.tar.gz: 1b9f7048300d59e28550bfe0fc63e531faac7e2f
2
+ SHA256:
3
+ metadata.gz: 5d160588d5a49065122250d6dee7accdbe55df7cf59fd6553280021d70f7de57
4
+ data.tar.gz: 2d3f13b07b33befcbf33f9219d746bd6e3a5b7f3e7e698f73a1c40b3403351d3
5
5
  SHA512:
6
- metadata.gz: bc59483ab9481fb41466cfaa3b11f1cda97c859dd085d3ba178244d75e73a69b4c062b14225f00cf206827502e84720e53744e15e434721a4938115e939b790a
7
- data.tar.gz: 41845e31fca4badeffdede70df4a6f25a93cf6a030f52a034d989504c9ca488067115c748536420997dcc78b601e7d832fd80501687bdad1d54768d097060c57
6
+ metadata.gz: 6f4038abb8b7d375e5fa7bcc755caf185618b2b7c14bd905349ab07df4626e0ad13e503ef28bd3f149c8a6ecf03b597ea549d497f8c161dca05bff6a72bdbc3f
7
+ data.tar.gz: 313f941c440627468594b39364793c1ef919fe6d3bdf0842338510983b88186d3e21feb6c37a03e6eb18ae4e6c074b25685cc066ff46605773f0ebcc183195d9
data/.document CHANGED
@@ -1,5 +1,5 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- features/**/*.feature
5
- LICENSE.txt
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/.rspec CHANGED
@@ -1 +1 @@
1
- --color
1
+ --color
data/Gemfile CHANGED
@@ -1,16 +1,16 @@
1
- source "http://rubygems.org"
2
- # Add dependencies required to use your gem here.
3
- # Example:
4
- # gem "activesupport", ">= 2.3.5"
5
- gem 'bindata'
6
- # Add dependencies to develop your gem here.
7
- # Include everything needed to run rake, tests, features, etc.
8
-
9
- group :development do
10
- gem 'awesome_print'
11
- gem "rspec", "~> 2.8.0"
12
- gem "rdoc", "~> 3.12"
13
- gem "bundler", ">= 1.2.0"
14
- gem "jeweler", "~> 1.8.4"
15
- gem "simplecov", ">= 0"
16
- end
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+ gem 'bindata'
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+
9
+ group :development do
10
+ gem 'awesome_print'
11
+ gem "rspec", "~> 2.8.0"
12
+ gem "rdoc", "~> 3.12"
13
+ gem "bundler", ">= 1.2.0"
14
+ gem "jeweler", "~> 1.8.4"
15
+ gem "simplecov", ">= 0"
16
+ end
@@ -1,74 +1,74 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- addressable (2.3.5)
5
- awesome_print (1.2.0)
6
- bindata (2.1.0)
7
- builder (3.2.2)
8
- diff-lcs (1.1.3)
9
- docile (1.1.1)
10
- faraday (0.8.8)
11
- multipart-post (~> 1.2.0)
12
- git (1.2.6)
13
- github_api (0.10.1)
14
- addressable
15
- faraday (~> 0.8.1)
16
- hashie (>= 1.2)
17
- multi_json (~> 1.4)
18
- nokogiri (~> 1.5.2)
19
- oauth2
20
- hashie (2.0.5)
21
- highline (1.6.20)
22
- httpauth (0.2.0)
23
- jeweler (1.8.8)
24
- builder
25
- bundler (~> 1.0)
26
- git (>= 1.2.5)
27
- github_api (= 0.10.1)
28
- highline (>= 1.6.15)
29
- nokogiri (= 1.5.10)
30
- rake
31
- rdoc
32
- json (1.8.1)
33
- jwt (0.1.8)
34
- multi_json (>= 1.5)
35
- multi_json (1.8.2)
36
- multi_xml (0.5.5)
37
- multipart-post (1.2.0)
38
- nokogiri (1.5.10)
39
- oauth2 (0.9.2)
40
- faraday (~> 0.8)
41
- httpauth (~> 0.2)
42
- jwt (~> 0.1.4)
43
- multi_json (~> 1.0)
44
- multi_xml (~> 0.5)
45
- rack (~> 1.2)
46
- rack (1.5.2)
47
- rake (10.1.1)
48
- rdoc (3.12.2)
49
- json (~> 1.4)
50
- rspec (2.8.0)
51
- rspec-core (~> 2.8.0)
52
- rspec-expectations (~> 2.8.0)
53
- rspec-mocks (~> 2.8.0)
54
- rspec-core (2.8.0)
55
- rspec-expectations (2.8.0)
56
- diff-lcs (~> 1.1.2)
57
- rspec-mocks (2.8.0)
58
- simplecov (0.8.2)
59
- docile (~> 1.1.0)
60
- multi_json
61
- simplecov-html (~> 0.8.0)
62
- simplecov-html (0.8.0)
63
-
64
- PLATFORMS
65
- ruby
66
-
67
- DEPENDENCIES
68
- awesome_print
69
- bindata
70
- bundler (>= 1.2.0)
71
- jeweler (~> 1.8.4)
72
- rdoc (~> 3.12)
73
- rspec (~> 2.8.0)
74
- simplecov
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ addressable (2.3.5)
5
+ awesome_print (1.2.0)
6
+ bindata (2.1.0)
7
+ builder (3.2.2)
8
+ diff-lcs (1.1.3)
9
+ docile (1.1.1)
10
+ faraday (0.8.8)
11
+ multipart-post (~> 1.2.0)
12
+ git (1.2.6)
13
+ github_api (0.10.1)
14
+ addressable
15
+ faraday (~> 0.8.1)
16
+ hashie (>= 1.2)
17
+ multi_json (~> 1.4)
18
+ nokogiri (~> 1.5.2)
19
+ oauth2
20
+ hashie (2.0.5)
21
+ highline (1.6.20)
22
+ httpauth (0.2.0)
23
+ jeweler (1.8.8)
24
+ builder
25
+ bundler (~> 1.0)
26
+ git (>= 1.2.5)
27
+ github_api (= 0.10.1)
28
+ highline (>= 1.6.15)
29
+ nokogiri (>= 1.8.2)
30
+ rake
31
+ rdoc
32
+ json (1.8.1)
33
+ jwt (0.1.8)
34
+ multi_json (>= 1.5)
35
+ multi_json (1.8.2)
36
+ multi_xml (0.5.5)
37
+ multipart-post (1.2.0)
38
+ nokogiri (>= 1.8.2)
39
+ oauth2 (0.9.2)
40
+ faraday (~> 0.8)
41
+ httpauth (~> 0.2)
42
+ jwt (~> 0.1.4)
43
+ multi_json (~> 1.0)
44
+ multi_xml (~> 0.5)
45
+ rack (~> 1.2)
46
+ rack (>= 1.6.11)
47
+ rake (10.1.1)
48
+ rdoc (3.12.2)
49
+ json (~> 1.4)
50
+ rspec (2.8.0)
51
+ rspec-core (~> 2.8.0)
52
+ rspec-expectations (~> 2.8.0)
53
+ rspec-mocks (~> 2.8.0)
54
+ rspec-core (2.8.0)
55
+ rspec-expectations (2.8.0)
56
+ diff-lcs (~> 1.1.2)
57
+ rspec-mocks (2.8.0)
58
+ simplecov (0.8.2)
59
+ docile (~> 1.1.0)
60
+ multi_json
61
+ simplecov-html (~> 0.8.0)
62
+ simplecov-html (0.8.0)
63
+
64
+ PLATFORMS
65
+ ruby
66
+
67
+ DEPENDENCIES
68
+ awesome_print
69
+ bindata
70
+ bundler (>= 1.2.0)
71
+ jeweler (~> 1.8.4)
72
+ rdoc (~> 3.12)
73
+ rspec (~> 2.8.0)
74
+ simplecov
@@ -1,20 +1,20 @@
1
- Copyright (c) 2013 Vincent.Z ( zhu1230@gmail.com )
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2019 IP2Location ( support@ip2location.com )
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,64 @@
1
+ [![Latest Stable Version](https://img.shields.io/gem/v/ip2location_ruby.svg)](https://rubygems.org/gems/ip2location_ruby)
2
+ [![Total Downloads](https://img.shields.io/gem/dt/ip2location_ruby.svg)](https://rubygems.org/gems/ip2location_ruby)
3
+
4
+ # IP2Location Ruby Library
5
+ This is IP2Location Ruby library that enables the user to find the country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type by IP address or hostname originates from. The library reads the geo location information
6
+ from **IP2Location BIN data** file.
7
+
8
+ Supported IPv4 and IPv6 address.
9
+
10
+ For more details, please visit:
11
+ [https://www.ip2location.com/developers/ruby](https://www.ip2location.com/developers/ruby)
12
+
13
+ # Usage
14
+
15
+ ```
16
+ require 'ip2location_ruby'
17
+
18
+ i2l = Ip2location.new.open("./data/IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE.BIN")
19
+ record = i2l.get_all('8.8.8.8')
20
+
21
+ print 'Country Code: ' + record['country_short'] + "\n"
22
+ print 'Country Name: ' + record['country_long'] + "\n"
23
+ print 'Region Name: ' + record['region'] + "\n"
24
+ print 'City Name: ' + record['city'] + "\n"
25
+ print 'Latitude: '
26
+ print record['latitude']
27
+ print "\n"
28
+ print 'Longitude: '
29
+ print record['longitude']
30
+ print "\n"
31
+ print 'ISP: ' + record['isp'] + "\n"
32
+ print 'Domain: ' + record['domain'] + "\n"
33
+ print 'Net Speed: ' + record['netspeed'] + "\n"
34
+ print 'Area Code: ' + record['areacode'] + "\n"
35
+ print 'IDD Code: ' + record['iddcode'] + "\n"
36
+ print 'Time Zone: ' + record['timezone'] + "\n"
37
+ print 'ZIP Code: ' + record['zipcode'] + "\n"
38
+ print 'Weather Station Code: ' + record['weatherstationname'] + "\n"
39
+ print 'Weather Station Name: ' + record['weatherstationcode'] + "\n"
40
+ print 'MCC: ' + record['mcc'] + "\n"
41
+ print 'MNC: ' + record['mnc'] + "\n"
42
+ print 'Mobile Name: ' + record['mobilebrand'] + "\n"
43
+ print 'Elevation: '
44
+ print record['elevation']
45
+ print "\n"
46
+ print 'Usage Type: ' + record['usagetype'] + "\n"
47
+
48
+ i2l.close()
49
+ ```
50
+
51
+ # Sample BIN Databases
52
+
53
+ * Download free IP2Location LITE databases at [https://lite.ip2location.com](https://lite.ip2location.com)
54
+ * Download IP2Location sample databases at [https://www.ip2location.com/developers](https://www.ip2location.com/developers)
55
+
56
+ # IPv4 BIN vs IPv6 BIN
57
+
58
+ * Use the IPv4 BIN file if you just need to query IPv4 addresses.
59
+ * Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.
60
+
61
+ # Support
62
+
63
+ Email: support@ip2location.com
64
+ URL: [https://www.ip2location.com](https://www.ip2location.com)
data/Rakefile CHANGED
@@ -1,49 +1,49 @@
1
- # encoding: utf-8
2
-
3
- require 'rubygems'
4
- require 'bundler'
5
- begin
6
- Bundler.setup(:default, :development)
7
- rescue Bundler::BundlerError => e
8
- $stderr.puts e.message
9
- $stderr.puts "Run `bundle install` to install missing gems"
10
- exit e.status_code
11
- end
12
- require 'rake'
13
-
14
- require 'jeweler'
15
- Jeweler::Tasks.new do |gem|
16
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
- gem.name = "ip2location_ruby"
18
- gem.homepage = "http://github.com/zhu1230/ip2location"
19
- gem.license = "MIT"
20
- gem.summary = %Q{the ip2location ruby library}
21
- gem.description = %Q{the ip2location ruby library}
22
- gem.email = "zhu1230@gmail.com"
23
- gem.authors = ["Vincent.Z"]
24
- # dependencies defined in Gemfile
25
- end
26
- Jeweler::RubygemsDotOrgTasks.new
27
-
28
- require 'rspec/core'
29
- require 'rspec/core/rake_task'
30
- RSpec::Core::RakeTask.new(:spec) do |spec|
31
- spec.pattern = FileList['spec/**/*_spec.rb']
32
- end
33
-
34
- RSpec::Core::RakeTask.new(:rcov) do |spec|
35
- spec.pattern = 'spec/**/*_spec.rb'
36
- spec.rcov = true
37
- end
38
-
39
- task :default => :spec
40
-
41
- require 'rdoc/task'
42
- Rake::RDocTask.new do |rdoc|
43
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
44
-
45
- rdoc.rdoc_dir = 'rdoc'
46
- rdoc.title = "ip2location #{version}"
47
- rdoc.rdoc_files.include('README*')
48
- rdoc.rdoc_files.include('lib/**/*.rb')
49
- end
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
+ gem.name = "ip2location_ruby"
18
+ gem.homepage = "https://github.com/ip2location/ip2location-ruby"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{the ip2location ruby library}
21
+ gem.description = %Q{ip2location ruby library}
22
+ gem.email = "support@ip2location.com"
23
+ gem.authors = ["Vincent.Z"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rspec/core'
29
+ require 'rspec/core/rake_task'
30
+ RSpec::Core::RakeTask.new(:spec) do |spec|
31
+ spec.pattern = FileList['spec/**/*_spec.rb']
32
+ end
33
+
34
+ RSpec::Core::RakeTask.new(:rcov) do |spec|
35
+ spec.pattern = 'spec/**/*_spec.rb'
36
+ spec.rcov = true
37
+ end
38
+
39
+ task :default => :spec
40
+
41
+ require 'rdoc/task'
42
+ Rake::RDocTask.new do |rdoc|
43
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
44
+
45
+ rdoc.rdoc_dir = 'rdoc'
46
+ rdoc.title = "ip2location #{version}"
47
+ rdoc.rdoc_files.include('README*')
48
+ rdoc.rdoc_files.include('lib/**/*.rb')
49
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 7.0.0
1
+ 8.1.1
@@ -0,0 +1,33 @@
1
+ require 'ip2location_ruby'
2
+
3
+ i2l = Ip2location.new.open("./data/IP2LOCATION-LITE-DB1.IPV6.BIN")
4
+ record = i2l.get_all('8.8.8.8')
5
+
6
+ print 'Country Code: ' + record['country_short'] + "\n"
7
+ print 'Country Name: ' + record['country_long'] + "\n"
8
+ print 'Region Name: ' + record['region'] + "\n"
9
+ print 'City Name: ' + record['city'] + "\n"
10
+ print 'Latitude: '
11
+ print record['latitude']
12
+ print "\n"
13
+ print 'Longitude: '
14
+ print record['longitude']
15
+ print "\n"
16
+ print 'ISP: ' + record['isp'] + "\n"
17
+ print 'Domain: ' + record['domain'] + "\n"
18
+ print 'Net Speed: ' + record['netspeed'] + "\n"
19
+ print 'Area Code: ' + record['areacode'] + "\n"
20
+ print 'IDD Code: ' + record['iddcode'] + "\n"
21
+ print 'Time Zone: ' + record['timezone'] + "\n"
22
+ print 'ZIP Code: ' + record['zipcode'] + "\n"
23
+ print 'Weather Station Code: ' + record['weatherstationname'] + "\n"
24
+ print 'Weather Station Name: ' + record['weatherstationcode'] + "\n"
25
+ print 'MCC: ' + record['mcc'] + "\n"
26
+ print 'MNC: ' + record['mnc'] + "\n"
27
+ print 'Mobile Name: ' + record['mobilebrand'] + "\n"
28
+ print 'Elevation: '
29
+ print record['elevation']
30
+ print "\n"
31
+ print 'Usage Type: ' + record['usagetype'] + "\n"
32
+
33
+ i2l.close()