freegeoip-api 1.0.1 → 1.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: 75fbe4e9723532f31a8e6ba86e17b6b82419f886764414f793cdf370f047f58a
4
- data.tar.gz: 82fe09d7934ef4ed59b0774559aa881c7ac8aead543b3df1b89dbcb39bf45a8b
3
+ metadata.gz: b87ca17ed018ea7156f4203c1d42eec49419025186da2630442bfb411a52b2b3
4
+ data.tar.gz: 546ed876cb22240f25a47339b45b5ef1bfc73665d02fc11e11107d27249afc03
5
5
  SHA512:
6
- metadata.gz: '0966b686dede4466475232681a11561ec2d4d56ca926e9e629cdb4d9cb46307c8ac43adaa037c38ad53ae0212fa5eab3b50a10636e043bf3b43612172cedf372'
7
- data.tar.gz: 85b0bab006c4e292051aba07d59b4cdd8d3372c62de04b44a7658dec7732acacf2978d1176154f219d5310241ec03cd706842533e3aac63bd87ca468c4ed0b2d
6
+ metadata.gz: 00ae7afd67351d78f00c6fd16b8541960910d292be84b06080216b81dc4270c099b6cbf9dfad1bbbf378406db95b8a37fba5d1dc695cfd1523db6fe42a751f2f
7
+ data.tar.gz: f9ccd0155f17361f3005d25ec4072d05a1d2ebca0d6d7feb026927c5da063e93c19ee48854492d3af5a46135661c0d1daf9b48621c5907f27452505e90f8a34d
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # Freegeoip Ruby
1
+ # [Discontinued] Freegeoip Ruby
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/freegeoip-api.svg)](https://badge.fury.io/rb/freegeoip-api)
4
4
 
5
5
  A Ruby library for the [Freegeoip API](https://freegeoip.app).
6
+ Since freegeoip.app is no longer functional this gem is also none functional.
6
7
 
7
8
  ## Installation
8
9
 
data/freegeoip.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['muhammadkhan1607@gmail.com']
12
12
 
13
13
  spec.summary = 'Ruby library for interacting with the freegeoip.app API'
14
- spec.description = 'This gem will help you access the freegeoip.app API from your ruby code'
14
+ spec.description = 'This gem was to help you access the freegeoip.app API from your ruby code. Now that freegeoip.app is no longer publicly available this is discontinued.'
15
15
  spec.homepage = 'https://github.com/MBM1607/freegeoip-api'
16
16
  spec.license = 'MIT'
17
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Freegeoip
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freegeoip-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MBM_1607
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-07 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.11'
55
- description: This gem will help you access the freegeoip.app API from your ruby code
55
+ description: This gem was to help you access the freegeoip.app API from your ruby
56
+ code. Now that freegeoip.app is no longer publicly available this is discontinued.
56
57
  email:
57
58
  - muhammadkhan1607@gmail.com
58
59
  executables:
@@ -82,7 +83,7 @@ licenses:
82
83
  metadata:
83
84
  allowed_push_host: https://rubygems.org
84
85
  rubygems_mfa_required: 'true'
85
- post_install_message:
86
+ post_install_message:
86
87
  rdoc_options: []
87
88
  require_paths:
88
89
  - lib
@@ -98,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  version: '0'
99
100
  requirements: []
100
101
  rubygems_version: 3.1.6
101
- signing_key:
102
+ signing_key:
102
103
  specification_version: 4
103
104
  summary: Ruby library for interacting with the freegeoip.app API
104
105
  test_files: []