maxminddb-geolite2-city 1.2.0 → 1.3.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +3 -0
- data/Rakefile +3 -1
- data/lib/maxminddb/geolite2/city/version.rb +1 -1
- data/lib/maxminddb/geolite2/db/GeoLite2-City.mmdb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a08360bfb642661993723852ef7f04d2e7bedf1c
|
4
|
+
data.tar.gz: 107559d32a6be351cf4aa591a3518318620a8c79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07e3645a2afc7be9d77b6f22b348563d61df0e9cbb257d0382d9ae6503b6881bf703a647ebec9480cf34226d276056dad2312e25405f9c4cefd81e00e94a609b
|
7
|
+
data.tar.gz: 67becd430619aa3b412ce3effad07c178207bae31c789cba597b39ec8e1144811e4f5836997c34c45323f84a714217529828399e914b2057dccccd4b27b174b0
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
[](https://travis-ci.org/Phybbit/schema-inference)
|
3
|
+
|
1
4
|
# Maxminddb::Geolite2::City
|
2
5
|
|
3
6
|
This gem bundles the GeoLite2-City.mmdb database along with the [MaxMinDB gem](https://github.com/yhirose/maxminddb).
|
data/Rakefile
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maxminddb-geolite2-city
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- okoriko
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|