ip2location_ruby 8.1.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
2
  SHA256:
3
- metadata.gz: 613585ff34abe6d207beb9de5a02a2b5291c6fdb9f6b2c392bc450faa92c393b
4
- data.tar.gz: cda9e736447f28ca68af0617cb4c12b6983347630aa8b2b9070fcc4aaa17161b
3
+ metadata.gz: 5d160588d5a49065122250d6dee7accdbe55df7cf59fd6553280021d70f7de57
4
+ data.tar.gz: 2d3f13b07b33befcbf33f9219d746bd6e3a5b7f3e7e698f73a1c40b3403351d3
5
5
  SHA512:
6
- metadata.gz: 041d86f010371a8640341a61e76d442f2511176f3369cf27f200e042e284ee62c7561feebb646e78cffa4ec84ca5a2626cff3f8b0722dec274f99780b4d8b01a
7
- data.tar.gz: 333b9c07798a16ef3af4a60d07329a828087d132a0f81a2ccffc89b9596c0f0e4718a113612c539a1f039ccfd78e681da0deb7661a6ed44b19bfd08ad3f9a352
6
+ metadata.gz: 6f4038abb8b7d375e5fa7bcc755caf185618b2b7c14bd905349ab07df4626e0ad13e503ef28bd3f149c8a6ecf03b597ea549d497f8c161dca05bff6a72bdbc3f
7
+ data.tar.gz: 313f941c440627468594b39364793c1ef919fe6d3bdf0842338510983b88186d3e21feb6c37a03e6eb18ae4e6c074b25685cc066ff46605773f0ebcc183195d9
data/README.md CHANGED
@@ -44,6 +44,8 @@ print 'Elevation: '
44
44
  print record['elevation']
45
45
  print "\n"
46
46
  print 'Usage Type: ' + record['usagetype'] + "\n"
47
+
48
+ i2l.close()
47
49
  ```
48
50
 
49
51
  # Sample BIN Databases
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.1.0
1
+ 8.1.1
data/example.rb CHANGED
@@ -28,4 +28,6 @@ print 'Mobile Name: ' + record['mobilebrand'] + "\n"
28
28
  print 'Elevation: '
29
29
  print record['elevation']
30
30
  print "\n"
31
- print 'Usage Type: ' + record['usagetype'] + "\n"
31
+ print 'Usage Type: ' + record['usagetype'] + "\n"
32
+
33
+ i2l.close()
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ip2location_ruby"
8
- s.version = "8.1.0"
8
+ s.version = "8.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.require_paths = ["lib"]
@@ -31,6 +31,10 @@ class Ip2location
31
31
  self
32
32
  end
33
33
 
34
+ def close()
35
+ self.file.close
36
+ end
37
+
34
38
  def get_record(ip)
35
39
  ipno = IPAddr.new(ip, Socket::AF_UNSPEC)
36
40
  self.ip_version, ipnum = validateip(ipno)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ip2location_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ip2location
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-05 00:00:00.000000000 Z
11
+ date: 2020-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bindata
@@ -165,7 +165,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.0.3
168
+ rubyforge_project:
169
+ rubygems_version: 2.7.6.2
169
170
  signing_key:
170
171
  specification_version: 4
171
172
  summary: the ip2location ruby library