findmyips 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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDdiZGNlNWJmMjVjZDJiNTNmNDc5MmQ2Zjk3YjNjZGM5NTdkYTMyMQ==
4
+ ODA1YzEwMzQ2Y2NiYjhjOTVkYjZlNDUzYTQ5YmIyOGZjZTgwNmZlNg==
5
5
  data.tar.gz: !binary |-
6
- NWY1ZmEwYmZiZDBlNjAzYTAxZWM3YjI5ZDQwMzVjY2NjMWEyMzZlYQ==
6
+ ZmQ4MGU0NmYzNmNhN2FmOTExMDJhY2M5MzVjZDIzMDEyNjQwYTg5ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGU5ZjhlYmUxNGQzMTc2MDNhZmM3OThmODg0ZTFlZjM5OGM3MjNlOTVhYjY4
10
- NjU5MjM4YTdkNTJiZjY0OWExNTBmNmU5YjM2YWQxZDU3ZjNjNjkyMGUwMzQy
11
- NzgyNjFmYjc4OTdlN2ExYTA2OTQ4NDkxOWFhMWIyNDJjMTlhYmY=
9
+ ZmQ2MzVhNWMwYTJhMDdlNjcxNjk2ZTg0NDhkMzVjODQxMDJmZjRlOTE2NTZj
10
+ OGJhMTFlZWMyN2Y1YmEyNGU3ZWQ4YmY0ZTdlZjgwNWRhMWYyMzlmMWRkMzJh
11
+ NjEyMjU0MTE4YTUxMzQ1N2EzYmQxZjIxNGQxODQxZTE0YjY5MjI=
12
12
  data.tar.gz: !binary |-
13
- NGU5NGMxN2M5YzBhNWYwYzZjZDY3NTY5NWNjNzY4MDVmNjg1ZWUxODg4OGQy
14
- MGVmMTM2Y2ZhNDU4ZTA1Y2M5Nzk4ZDUzOTYwMTFhZjg2MDljOGRhMjYyZWEw
15
- NDdlYTViOWM1MmIzOGFjZDM3ZjliYjhkN2FhOWY4MmE5ZDNjOGE=
13
+ MjhhYTAzNmYwNmRhOTQ1YmZkMjJlYzVjYTM4YzE5Y2Y5Y2YwZGVkMjhhZWFl
14
+ OTY5YWRkNzJlNGQ1NjkxNjkzNzQ1NDhkZWVjZTJlMjAwZjJhOWUzMTRjYWRk
15
+ NGI3MDM4M2I3ZjQxMDlhMjk5YzEyYTZiMTZlMTQ5Y2VmZTE2YTE=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/findmyips.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: findmyips 1.0.1 ruby lib
5
+ # stub: findmyips 1.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "findmyips"
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Christo De Lange"]
@@ -45,7 +45,7 @@ module DLDInternet
45
45
  end
46
46
  rescue Timeout::Error => e
47
47
  #puts e.class.to_s+" "+e.message
48
- puts "No response from #{host}:#{port} within #{timo} seconds".light_red if report_progress
48
+ puts "No response from #{host}:#{port} within #{timeout} seconds".light_red if report_progress
49
49
  tries += 1
50
50
  raise StandardError.new("Max retries exceeded") if tries >= maxtries
51
51
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findmyips
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
  - Christo De Lange