geocoder-izi-lookup 0.0.1 → 0.0.2

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: 5f339981332881321028f94ee76326550659fe29d92861dc4a1466bd093da5d5
4
- data.tar.gz: f47222bdd822442a6bd983b5133b98f786160333389ef67034166a3e068c6b68
3
+ metadata.gz: a8b00ca644b7244fd0f692a23bc14bc2086f808109984c6992979e025b8257ee
4
+ data.tar.gz: 361c2e04663da8014bae9bda0f9cf53c3351bef79a380374a2b30f12e40369e2
5
5
  SHA512:
6
- metadata.gz: 03ac3518e3774eb7a6ff45bcaed7d80d8bff2090f653d8702f582e7a06f42642c1cf79a9c3116273eac70daeb0f76959c7fdb2108035866aa7a600bf2848d197
7
- data.tar.gz: e0fbde71a0d3ba2745d2bdd96aa179bdf71afc21dd70af278c5f7a8b3fb8be36f3966e9f7de753652c8d55a630cd28657fe7daebbbf3669b6a8a1cba197b444c
6
+ metadata.gz: d5076b30fa50931be4f216919e5d56072abaddeee9567cd202eb1b7ed69c95e7a7136933b8c9fcd6c428c7bde7cba04df448d0621d3d0b06faf618916d9b4cad
7
+ data.tar.gz: 0b2e2501e79fdcc15d5dabbbd50b8b486b4f2bd683f324c8061961ba7c03c3cee9a74d365683ac041dd4683fad69798fed352a67fb1488c4e776955c60f5662d
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Geocoder::Izi::Lookup
2
- Short description and motivation.
2
+ One more useless plugin
3
3
 
4
4
  ## Usage
5
5
  How to use my plugin.
@@ -1,5 +1,5 @@
1
1
  module Geocoder
2
2
  module IziLookup
3
- VERSION = '0.0.1'.freeze
3
+ VERSION = '0.0.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geocoder-izi-lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - IzikAJ
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.3.0
27
- description: Description of Geocoder::Izi::Lookup.
27
+ description: Simple geocoder gem extention to use custom ip lookup api
28
28
  email:
29
29
  - izikaj@gmail.com
30
30
  executables: []
@@ -39,7 +39,7 @@ files:
39
39
  - lib/geocoder/lookups/izi_geoip.rb
40
40
  - lib/geocoder/results/izi_geoip.rb
41
41
  - lib/tasks/geocoder/izi/lookup_tasks.rake
42
- homepage: ''
42
+ homepage: https://github.com/IzikAJ/geocoder-izi-lookup
43
43
  licenses:
44
44
  - MIT
45
45
  metadata: {}
@@ -62,5 +62,5 @@ rubyforge_project:
62
62
  rubygems_version: 2.7.3
63
63
  signing_key:
64
64
  specification_version: 4
65
- summary: Summary of Geocoder::Izi::Lookup.
65
+ summary: One more useless plugin
66
66
  test_files: []