geoip-db 2013.05 → 2013.06
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.
- data/Gemfile.lock +1 -1
- data/LICENSE +7 -0
- data/geoip-db.gemspec +3 -3
- metadata +4 -3
data/Gemfile.lock
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
Copyright (C) 2012 TJ Singleton
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4
|
+
|
5
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
6
|
+
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/geoip-db.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
# required
|
3
3
|
s.name = "geoip-db"
|
4
|
-
s.version = '2013.
|
5
|
-
s.date = '2013-05
|
4
|
+
s.version = '2013.06'
|
5
|
+
s.date = '2013-06-05'
|
6
6
|
s.summary = "Packaged IP Geolocation Database. This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com."
|
7
7
|
s.files = [*`git ls-files`.split, *Dir['data/*']]
|
8
8
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.description = <<-EOS
|
11
11
|
Combining the geoip gem and the database from MaxMind, this gem offers IP Geolocation in an easy to deploy package.
|
12
12
|
|
13
|
-
This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
|
13
|
+
This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
|
14
14
|
EOS
|
15
15
|
s.license = 'MIT'
|
16
16
|
s.author = 'TJ Singleton'
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: geoip-db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: '2013.
|
5
|
+
version: '2013.06'
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- TJ Singleton
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05
|
12
|
+
date: 2013-06-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: geoip
|
@@ -31,7 +31,7 @@ description: ! 'Combining the geoip gem and the database from MaxMind, this gem
|
|
31
31
|
IP Geolocation in an easy to deploy package.
|
32
32
|
|
33
33
|
|
34
|
-
This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
|
34
|
+
This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
|
35
35
|
|
36
36
|
'
|
37
37
|
email: tjsingleton@me.com
|
@@ -42,6 +42,7 @@ files:
|
|
42
42
|
- .gitignore
|
43
43
|
- Gemfile
|
44
44
|
- Gemfile.lock
|
45
|
+
- LICENSE
|
45
46
|
- README.md
|
46
47
|
- Rakefile
|
47
48
|
- geoip-db.gemspec
|