IPinfo 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ipinfo.gemspec +3 -2
  3. data/lib/ipinfo/version.rb +1 -1
  4. metadata +11 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8df58dc0d3caeada335bcd3a46e35ea5d533a3c47d8226817441d0395a0513a
4
- data.tar.gz: 4cb9dd3927bbe7e7a88cc918cd08306705042cbf7971ba83bf33d0ad3f7d84fd
3
+ metadata.gz: 33886b42b301db7746775ab6b1ab25b599ded87a2efcaefa4a7fbebaedee0b4d
4
+ data.tar.gz: df842936838fc9f3f99e0f76087c4447ea77d3835ea5b68d0b2094f648b08d24
5
5
  SHA512:
6
- metadata.gz: f892448f0a5fa74f86de90763f9abeccbe97fccc12213e4aca94cc53f735ad1295b171f79cf94f259253ad782fdbf5b643c9dba082a35ebd5fc38d746647b699
7
- data.tar.gz: bef7befefa3fffc171fbf443847e40f8a49b93ff9c5f712deed8ca8d2e28708250a28e4e44f78a08302bc93f60809d45e5d34265d6f6975b117074a8e814a57e
6
+ metadata.gz: dbdae04fb5482bffd97c600ef9b39f4067cfe1a79bb9c15d17643df45f4057df2c13a549b5303c09a953da45f5e34aa8c6570c0364052b70e56bda5f070a1e6e
7
+ data.tar.gz: 6c6705f80829c4e3b808a2c1809df8f8eddd7d8adb0a0f34b50c2d22185bd27bbc772ca6cc05139f28a1e226675a1994f90453ef403a440f53aacc2f1565cdc5
@@ -10,9 +10,10 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Stanislav K, James Timmins"]
11
11
  spec.email = ["jameshtimmins@gmail.com"]
12
12
 
13
- spec.summary = %q{ This is a ruby wrapper for http://ipinfo.io. }
14
- spec.description = %q{ This is a ruby wrapper for http://ipinfo.io. }
13
+ spec.summary = %q{ The official Python library for IPinfo. IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers. }
14
+ spec.description = %q{ The official Python library for IPinfo. IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers. }
15
15
  spec.homepage = "https://ipinfo.io"
16
+ spec.license = "Apache-2.0"
16
17
 
17
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module IPinfo
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: IPinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanislav K, James Timmins
@@ -52,7 +52,10 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.1'
55
- description: " This is a ruby wrapper for http://ipinfo.io. "
55
+ description: " The official Python library for IPinfo. IPinfo prides itself on being
56
+ the most reliable, accurate, and in-depth source of IP address data available anywhere.
57
+ We process terabytes of data to produce our custom IP geolocation, company, carrier
58
+ and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers. "
56
59
  email:
57
60
  - jameshtimmins@gmail.com
58
61
  executables: []
@@ -78,7 +81,8 @@ files:
78
81
  - lib/ipinfo/response.rb
79
82
  - lib/ipinfo/version.rb
80
83
  homepage: https://ipinfo.io
81
- licenses: []
84
+ licenses:
85
+ - Apache-2.0
82
86
  metadata: {}
83
87
  post_install_message:
84
88
  rdoc_options: []
@@ -99,5 +103,8 @@ rubyforge_project:
99
103
  rubygems_version: 2.7.6
100
104
  signing_key:
101
105
  specification_version: 4
102
- summary: This is a ruby wrapper for http://ipinfo.io.
106
+ summary: The official Python library for IPinfo. IPinfo prides itself on being the
107
+ most reliable, accurate, and in-depth source of IP address data available anywhere.
108
+ We process terabytes of data to produce our custom IP geolocation, company, carrier
109
+ and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers.
103
110
  test_files: []