geoip-db 2013.06 → 2013.07
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/geoip-db.gemspec +2 -2
- metadata +2 -2
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-
|
4
|
+
s.version = '2013.07'
|
5
|
+
s.date = '2013-07-03'
|
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
|
|
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.07'
|
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-
|
12
|
+
date: 2013-07-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: geoip
|