ipis 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ipis.gemspec +2 -2
  3. data/lib/ipis/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aca60fe79d287a93dae172edfaebf86dad0fdcbc8e9e79429665e726200ab779
4
- data.tar.gz: 16f1de9320d9f2d39e2cb541f325b3031e78934e2cbd92991f9a9740a0798c41
3
+ metadata.gz: fd0831e8ce9a0709d5c23f006cb9e3b15cd0f972b9ba5742379a471e925238fd
4
+ data.tar.gz: 1db931d14974c8c42d7866db704786476eb796793dd4d309d9b03e6ff65b7db1
5
5
  SHA512:
6
- metadata.gz: d3ace1ee897a1f2b6821e469a1380d232646693bff9bee44ef436f235d91c308db4afd525f0b00932a7eb7174698d498137dfa16e36eea43ff17f2abdc9c500d
7
- data.tar.gz: 8638f7ebe226eb501afb4fb11cb222e37726b788651b23a98febf8762eb957ad939e5c7c0974131e96c3aa18570aba75464a469f38cd458d79c2af40c6946b38
6
+ metadata.gz: d28e92386051b069c782e7e3d93cb5c54390e97009a5e264d44c62dddd56fa19ab3448aa5b05da579288682bf43d61f8ea5b4d7727af8a61995853f8ad569441
7
+ data.tar.gz: 0cfed63ad382001d461ebb84900cfd4e6007394be0ad7df6dc133fbe6ec6ebf1859b675aa6f6caf0ba3669b91f410884806c217b7f1dd1f458b2dd54049aa9df
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Josh Brody"]
10
10
  spec.email = ["josh@josh.mn"]
11
11
 
12
- spec.summary = "Command line tool for ipinfo.io"
13
- spec.description = "Command line tool for ipinfo.io"
12
+ spec.summary = "Command line tool for ip-api.com"
13
+ spec.description = "Command line tool for ip-api.com"
14
14
  spec.homepage = "https://github.com/joshmn/ipis"
15
15
 
16
16
  if spec.respond_to?(:metadata)
@@ -1,3 +1,3 @@
1
1
  module Ipis
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: ipis
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
  - Josh Brody
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Command line tool for ipinfo.io
55
+ description: Command line tool for ip-api.com
56
56
  email:
57
57
  - josh@josh.mn
58
58
  executables:
@@ -96,5 +96,5 @@ rubyforge_project:
96
96
  rubygems_version: 2.7.6
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: Command line tool for ipinfo.io
99
+ summary: Command line tool for ip-api.com
100
100
  test_files: []