ip2location_ruby 8.0.1 → 8.2.0
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 +5 -5
- data/.document +5 -5
- data/.rspec +1 -1
- data/Gemfile +16 -16
- data/Gemfile.lock +74 -74
- data/LICENSE.txt +20 -20
- data/README.md +71 -0
- data/Rakefile +49 -49
- data/VERSION +1 -1
- data/example.rb +41 -0
- data/ip2location_ruby.gemspec +87 -79
- data/lib/ip2location_ruby.rb +578 -199
- data/lib/ip2location_ruby/database_config.rb +34 -34
- data/lib/ip2location_ruby/i2l_float_data.rb +6 -6
- data/lib/ip2location_ruby/i2l_ip_data.rb +9 -9
- data/lib/ip2location_ruby/i2l_string_data.rb +15 -15
- data/lib/ip2location_ruby/ip2location_config.rb +16 -16
- data/lib/ip2location_ruby/ip2location_record.rb +21 -21
- data/rb/data/IP2LOCATION-LITE-DB1.IPV6.BIN +0 -0
- data/spec/ip2location_ruby_spec.rb +53 -53
- data/spec/spec_helper.rb +12 -12
- metadata +17 -8
- data/README.rdoc +0 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d40ddb96c3b68fc1ff4d851a0389f715e09c41c3b185d8936558686fa39ce2a4
|
4
|
+
data.tar.gz: 1b0d493cddb9e69b692be6f3a84b4e178d1ad16a1c63641732638b6134cf51e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c21ffd658ec663cc61c726a77a907e56bb69114ac1a016ccea7568ccf0b6faa180a4efade585009dbed2c526880fddef1dce724f1e724f0592ec1b52174ae287
|
7
|
+
data.tar.gz: 6337c61e5594a6e48bc2b2541afe9d0f944eeeabd6200091ac6f3b0459d60e31f216ac4ca5aaa51e5bc3c890eb17b1fd28fbdadce4d7b46c6308faa117a621de
|
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
|
data/Gemfile.lock
CHANGED
@@ -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 (
|
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.
|
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.
|
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
|
data/LICENSE.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
Copyright (c)
|
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) 2020 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.
|
data/README.md
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
[](https://rubygems.org/gems/ip2location_ruby)
|
2
|
+
[](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 from **IP2Location BIN data** file or web service.
|
6
|
+
|
7
|
+
Supported IPv4 and IPv6 address.
|
8
|
+
|
9
|
+
For more details, please visit:
|
10
|
+
[https://www.ip2location.com/developers/ruby](https://www.ip2location.com/developers/ruby)
|
11
|
+
|
12
|
+
# Usage
|
13
|
+
You can check the **example.rb** file to learn more about usage.
|
14
|
+
|
15
|
+
## BIN Database
|
16
|
+
Below is the description of the functions available in the **BIN Database** lookup.
|
17
|
+
|
18
|
+
| Function Name | Description |
|
19
|
+
|---|---|
|
20
|
+
| open | Open the IP2Location BIN data for lookup. |
|
21
|
+
| close | Close and clean up the file pointer. |
|
22
|
+
| close | Close and clean up the file pointer. |
|
23
|
+
| get_all | Return the geolocation information in array. |
|
24
|
+
| get_country_short | Return the ISO3166-1 country code (2-digits) of the IP address. |
|
25
|
+
| get_country_long | Return the ISO3166-1 country name of the IP address. |
|
26
|
+
| get_region | Return the ISO3166-2 region name of the IP address. Please visit [ISO3166-2 Subdivision Code](https://www.ip2location.com/free/iso3166-2) for the information of ISO3166-2 supported |
|
27
|
+
| get_city | Return the city name of the IP address. |
|
28
|
+
| get_latitude | Return the city latitude of the IP address. |
|
29
|
+
| get_longitude | Return the city longtitude of the IP address. |
|
30
|
+
| get_isp | Return the ISP name of the IP address. |
|
31
|
+
| get_domain | Return the domain name of IP address. |
|
32
|
+
| get_zipcode | Return the zipcode of the city. |
|
33
|
+
| get_timezone | Return the UTC time zone (with DST supported). |
|
34
|
+
| get_netspeed | Return the Internet connection type. |
|
35
|
+
| get_iddcode | Return the IDD prefix to call the city from another country. |
|
36
|
+
| get_areacode | Return the area code of the city. |
|
37
|
+
| get_weathercode | Return the nearest weather observation station code. |
|
38
|
+
| get_weathername | Return the nearest weather observation station name. |
|
39
|
+
| get_mcc | Return the Mobile Country Codes (MCC). |
|
40
|
+
| get_mnc | Return the Mobile Network Code (MNC). |
|
41
|
+
| get_mobilebrand | Commercial brand associated with the mobile carrier. |
|
42
|
+
| get_elevation | Return average height of city above sea level in meters (m). |
|
43
|
+
| get_usagetype | Return the ISP's usage type of IP address. |
|
44
|
+
|
45
|
+
|
46
|
+
## Web Service
|
47
|
+
Below is the description of the functions available in the **Web Service** lookup.
|
48
|
+
|
49
|
+
| Function Name | Description |
|
50
|
+
|---|---|
|
51
|
+
| Constructor | Expect 2 input parameters:<ol><li>IP2Location API Key.</li><li>Package (WS1 - WS24)</li></ol> |
|
52
|
+
| lookup | Return the IP information in array.<ul><li>country_code</li><li>country_name</li><li>region_name</li><li>city_name</li><li>latitude</li><li>longitude</li><li>zip_code</li><li>time_zone</li><li>isp</li><li>domain</li><li>net_speed</li><li>idd_code</li><li>area_code</li><li>weather_station_code</li><li>weather_station_name</li><li>mcc</li><li>mnc</li><li>mobile_brand</li><li>elevation</li><li>usage_type</li><li>continent<ul><li>name</li><li>code</li><li>hemisphere</li><li>translations</li></ul></li><li>country<ul><li>name</li><li>alpha3_code</li><li>numeric_code</li><li>demonym</li><li>flag</li><li>capital</li><li>total_area</li><li>population</li><li>currency<ul><li>code</li><li>name</li><li>symbol</li></ul></li><li>language<ul><li>code</li><li>name</li></ul></li><li>idd_code</li><li>tld</li><li>translations</li></ul></li><li>region<ul><li>name</li><li>code</li><li>translations</li></ul></li><li>city<ul><li>name</li><li>translations</li></ul></li><li>geotargeting<ul><li>metro</li></ul></li><li>country_groupings</li><li>time_zone_info<ul><li>olson</li><li>current_time</li><li>gmt_offset</li><li>is_dst</li><li>sunrise</li><li>sunset</li></ul></li><ul> |
|
53
|
+
| get_credit | Return remaining credit of the web service account. |
|
54
|
+
|
55
|
+
# Dependencies
|
56
|
+
This library requires IP2Location BIN data file to function. You may download the BIN data file at
|
57
|
+
* IP2Location LITE BIN Data (Free): https://lite.ip2location.com
|
58
|
+
* IP2Location Commercial BIN Data (Comprehensive): https://www.ip2location.com
|
59
|
+
|
60
|
+
An outdated BIN database was provided in the library for your testing. You are recommended to visit the above links to download the latest BIN database.
|
61
|
+
|
62
|
+
You can also sign up for [IP2Location Web Service](https://www.ip2location.com/web-service/ip2location) to lookup by IP2Location API.
|
63
|
+
|
64
|
+
# IPv4 BIN vs IPv6 BIN
|
65
|
+
* Use the IPv4 BIN file if you just need to query IPv4 addresses.
|
66
|
+
* Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.
|
67
|
+
|
68
|
+
# Support
|
69
|
+
|
70
|
+
Email: support@ip2location.com
|
71
|
+
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 = "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
|
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
|
-
8.0
|
1
|
+
8.2.0
|
data/example.rb
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
require 'ip2location_ruby'
|
2
|
+
|
3
|
+
# BIN Database
|
4
|
+
i2l = Ip2location.new.open("./data/IP2LOCATION-LITE-DB1.IPV6.BIN")
|
5
|
+
record = i2l.get_all('8.8.8.8')
|
6
|
+
|
7
|
+
print 'Country Code: ' + record['country_short'] + "\n"
|
8
|
+
print 'Country Name: ' + record['country_long'] + "\n"
|
9
|
+
print 'Region Name: ' + record['region'] + "\n"
|
10
|
+
print 'City Name: ' + record['city'] + "\n"
|
11
|
+
print 'Latitude: '
|
12
|
+
print record['latitude']
|
13
|
+
print "\n"
|
14
|
+
print 'Longitude: '
|
15
|
+
print record['longitude']
|
16
|
+
print "\n"
|
17
|
+
print 'ISP: ' + record['isp'] + "\n"
|
18
|
+
print 'Domain: ' + record['domain'] + "\n"
|
19
|
+
print 'Net Speed: ' + record['netspeed'] + "\n"
|
20
|
+
print 'Area Code: ' + record['areacode'] + "\n"
|
21
|
+
print 'IDD Code: ' + record['iddcode'] + "\n"
|
22
|
+
print 'Time Zone: ' + record['timezone'] + "\n"
|
23
|
+
print 'ZIP Code: ' + record['zipcode'] + "\n"
|
24
|
+
print 'Weather Station Code: ' + record['weatherstationname'] + "\n"
|
25
|
+
print 'Weather Station Name: ' + record['weatherstationcode'] + "\n"
|
26
|
+
print 'MCC: ' + record['mcc'] + "\n"
|
27
|
+
print 'MNC: ' + record['mnc'] + "\n"
|
28
|
+
print 'Mobile Name: ' + record['mobilebrand'] + "\n"
|
29
|
+
print 'Elevation: '
|
30
|
+
print record['elevation']
|
31
|
+
print "\n"
|
32
|
+
print 'Usage Type: ' + record['usagetype'] + "\n"
|
33
|
+
|
34
|
+
i2l.close()
|
35
|
+
|
36
|
+
# Web Service
|
37
|
+
ws = Ip2locationWebService.new('demo', 'WS24')
|
38
|
+
record = ws.lookup('8.8.8.8', 'continent,country,region,city,geotargeting,country_groupings,time_zone_info', 'en')
|
39
|
+
print record
|
40
|
+
print "\n"
|
41
|
+
print ws.get_credit()
|