findmyips 1.0.2 → 1.0.3

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 (5) hide show
  1. checksums.yaml +9 -9
  2. data/Gemfile.lock +19 -15
  3. data/VERSION +1 -1
  4. data/findmyips.gemspec +1 -1
  5. metadata +7 -11
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODA1YzEwMzQ2Y2NiYjhjOTVkYjZlNDUzYTQ5YmIyOGZjZTgwNmZlNg==
4
+ NGQ2NTM2ZDU1ZTcxNTI0MzVlOWU0MTZkNGVhMjFkYTUzNWE3NTg2Yw==
5
5
  data.tar.gz: !binary |-
6
- ZmQ4MGU0NmYzNmNhN2FmOTExMDJhY2M5MzVjZDIzMDEyNjQwYTg5ZA==
7
- SHA512:
6
+ ZjIyNGM4OWI0ZjczYjg5ZjQyNDFjM2U4YzRhNjJjOTFkZjkxNTU1Nw==
7
+ !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmQ2MzVhNWMwYTJhMDdlNjcxNjk2ZTg0NDhkMzVjODQxMDJmZjRlOTE2NTZj
10
- OGJhMTFlZWMyN2Y1YmEyNGU3ZWQ4YmY0ZTdlZjgwNWRhMWYyMzlmMWRkMzJh
11
- NjEyMjU0MTE4YTUxMzQ1N2EzYmQxZjIxNGQxODQxZTE0YjY5MjI=
9
+ M2JiYzkxZjg1N2I4YzYxNTBhNjg0YmUwMjdmYjliYzhkNDY4NDFjZmU0MjRm
10
+ YjliZTM4ZDk4MTVmZWU4OTA1YzA1YzY0YjFmZTI5NTVmMzc3Y2ZkMGNiOThj
11
+ YjNlNzZhYTczOGNhYTljNTcyZmFlODRjMTk0ZDg0NzU0OWM2ZWY=
12
12
  data.tar.gz: !binary |-
13
- MjhhYTAzNmYwNmRhOTQ1YmZkMjJlYzVjYTM4YzE5Y2Y5Y2YwZGVkMjhhZWFl
14
- OTY5YWRkNzJlNGQ1NjkxNjkzNzQ1NDhkZWVjZTJlMjAwZjJhOWUzMTRjYWRk
15
- NGI3MDM4M2I3ZjQxMDlhMjk5YzEyYTZiMTZlMTQ5Y2VmZTE2YTE=
13
+ MTdkMWI1Nzc0YzM2OGU3MDc5OWE5ZjE1ZTlhZmVmY2RmNGU3NmM2NzEzNDYz
14
+ YWVkODJmZWM0OTUxY2U5NDJiNTM1OGRjZmU4YzFjMGNhZTFiODg0MWMwODM2
15
+ YjcyOTRjZDQ4MzA4YzYwMjY4OGVlOWQ4Yzc3OTI1M2I4N2E0YjM=
@@ -4,16 +4,17 @@ GEM
4
4
  addressable (2.3.5)
5
5
  builder (3.2.2)
6
6
  colorize (0.6.0)
7
- cucumber (1.3.8)
7
+ cucumber (1.3.9)
8
8
  builder (>= 2.1.2)
9
9
  diff-lcs (>= 1.1.3)
10
- gherkin (~> 2.12.1)
10
+ gherkin (~> 2.12)
11
11
  multi_json (>= 1.7.5, < 2.0)
12
12
  multi_test (>= 0.0.2)
13
- diff-lcs (1.2.4)
13
+ diff-lcs (1.2.5)
14
+ docile (1.1.0)
14
15
  faraday (0.8.8)
15
16
  multipart-post (~> 1.2.0)
16
- gherkin (2.12.1)
17
+ gherkin (2.12.2)
17
18
  multi_json (~> 1.3)
18
19
  git (1.2.6)
19
20
  github_api (0.10.1)
@@ -24,9 +25,9 @@ GEM
24
25
  nokogiri (~> 1.5.2)
25
26
  oauth2
26
27
  hashie (2.0.5)
27
- highline (1.6.19)
28
+ highline (1.6.20)
28
29
  httpauth (0.2.0)
29
- jeweler (1.8.7)
30
+ jeweler (1.8.8)
30
31
  builder
31
32
  bundler (~> 1.0)
32
33
  git (>= 1.2.5)
@@ -35,10 +36,11 @@ GEM
35
36
  nokogiri (= 1.5.10)
36
37
  rake
37
38
  rdoc
38
- json (1.8.0)
39
+ json (1.8.1)
39
40
  jwt (0.1.8)
40
41
  multi_json (>= 1.5)
41
- multi_json (1.8.1)
42
+ lockfile (2.1.0)
43
+ multi_json (1.8.2)
42
44
  multi_test (0.0.2)
43
45
  multi_xml (0.5.5)
44
46
  multipart-post (1.2.0)
@@ -58,14 +60,16 @@ GEM
58
60
  rspec-core (~> 2.14.0)
59
61
  rspec-expectations (~> 2.14.0)
60
62
  rspec-mocks (~> 2.14.0)
61
- rspec-core (2.14.5)
62
- rspec-expectations (2.14.3)
63
+ rspec-core (2.14.7)
64
+ rspec-expectations (2.14.4)
63
65
  diff-lcs (>= 1.1.3, < 2.0)
64
- rspec-mocks (2.14.3)
65
- simplecov (0.7.1)
66
- multi_json (~> 1.0)
67
- simplecov-html (~> 0.7.1)
68
- simplecov-html (0.7.1)
66
+ rspec-mocks (2.14.4)
67
+ simplecov (0.8.1)
68
+ docile (~> 1.1.0)
69
+ lockfile (>= 2.1.0)
70
+ multi_json
71
+ simplecov-html (~> 0.8.0)
72
+ simplecov-html (0.8.0)
69
73
 
70
74
  PLATFORMS
71
75
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  "features/step_definitions/whatismyip_steps.rb",
36
36
  "features/support/env.rb",
37
37
  "findmyips.gemspec",
38
- "lib/dldinternet/Net/findmyips.rb",
38
+ "lib/dldinternet/net/findmyips.rb",
39
39
  "spec/findmyips_spec.rb",
40
40
  "spec/spec_helper.rb"
41
41
  ]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findmyips
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-07 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -44,16 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: !binary |-
48
- My4xMg==
47
+ version: '3.12'
49
48
  type: :development
50
49
  prerelease: false
51
50
  version_requirements: !ruby/object:Gem::Requirement
52
51
  requirements:
53
52
  - - ~>
54
53
  - !ruby/object:Gem::Version
55
- version: !binary |-
56
- My4xMg==
54
+ version: '3.12'
57
55
  - !ruby/object:Gem::Dependency
58
56
  name: cucumber
59
57
  requirement: !ruby/object:Gem::Requirement
@@ -88,16 +86,14 @@ dependencies:
88
86
  requirements:
89
87
  - - ! '>='
90
88
  - !ruby/object:Gem::Version
91
- version: !binary |-
92
- MS44LjQ=
89
+ version: 1.8.4
93
90
  type: :development
94
91
  prerelease: false
95
92
  version_requirements: !ruby/object:Gem::Requirement
96
93
  requirements:
97
94
  - - ! '>='
98
95
  - !ruby/object:Gem::Version
99
- version: !binary |-
100
- MS44LjQ=
96
+ version: 1.8.4
101
97
  - !ruby/object:Gem::Dependency
102
98
  name: simplecov
103
99
  requirement: !ruby/object:Gem::Requirement
@@ -161,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
157
  version: '0'
162
158
  requirements: []
163
159
  rubyforge_project:
164
- rubygems_version: 2.1.5
160
+ rubygems_version: 2.0.5
165
161
  signing_key:
166
162
  specification_version: 4
167
163
  summary: Obtain my public and internal IP addresses