geoip4rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d792974cff5fc302eca03bd085aaf321adb09e81
4
- data.tar.gz: 69213c5efbdad4dc1bd08b7d82432ff7debbba5d
3
+ metadata.gz: b98a7a325e5887e7d31ed8cd9bd94ddffbf710c0
4
+ data.tar.gz: 376a0544ba0ecb6dafb9f03eceb3b8c06a9b8568
5
5
  SHA512:
6
- metadata.gz: b1075e171571547e53560b2d7ed30d45c9c5670558ec2b2a8ae91b2ac5245c2343c5cd04b91cf22aaf11e53f755ba6ebfe071a6619ae71a27e689112e4464c2f
7
- data.tar.gz: 1ba696cd2d2ccbccbc1e74e2d7e32d4ae25249d184f813872197f32faccae5f023f3dd1cee0017a0131f6a3bf63f80e9f3067a1765088ca32b5e35a24a027fc2
6
+ metadata.gz: beb5456c396ec2ff2e0ce9ca7732f166034967069d31980bc59bddc1d6c82ac89464db5f2e2fb6e7eba459b536292c29be571a443de1191e2c2c150f12585141
7
+ data.tar.gz: ed3d0a0c564787145df22682b0600eff02e2466096131a060d15881a285a6f6f7de406ff1929ec1f417fe2ec2726a4354987f20e48f4efbaef5845360c045aa3
data/geoip4rails.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  It has an internal database with geolocation information, which is queried via the API. There's no sorcery, it's just a database. And although the database is very accurate, don't expect it to be perfect. The API supports both HTTP and HTTPS.
15
15
 
16
16
  Supported formats are csv, xml or json"
17
- spec.homepage = ""
17
+ spec.homepage = "https://github.com/muaad/geoip4rails"
18
18
  spec.license = "MIT"
19
19
 
20
20
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Geoip4rails
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoip4rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - muaad
@@ -67,7 +67,7 @@ files:
67
67
  - geoip4rails.gemspec
68
68
  - lib/geoip4rails.rb
69
69
  - lib/geoip4rails/version.rb
70
- homepage: ''
70
+ homepage: https://github.com/muaad/geoip4rails
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}