net-ping 2.0.6 → 2.0.7
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 +5 -5
- data/Gemfile.lock +11 -11
- data/lib/net/ping/external.rb +1 -1
- data/net-ping.gemspec +1 -1
- metadata +4 -6
- data/net-ping-2.0.1.gem +0 -0
- data/net-ping-2.0.2.gem +0 -0
- data/net-ping-2.0.5.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 391c165ca82305d28643f7849ad6746992de462f
|
4
|
+
data.tar.gz: c39ca10ec94ec1c670e2e2b3e777ee5e6a474741
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 046fa7c8b2dc18ec74a4bf073ecc5826c3b2810a0f1eb5e7444f84cb1e081546745322a15c140eada1cd29ad1776f3de284d7cab342747c5119fca93224c13a7
|
7
|
+
data.tar.gz: c39fcbc02b4133f9547184fe3083f888c52817a353d268a9cdffd2c6246e455bda20d50ffbe385e0b401818255152ac2815878f9ecfe71bc038c2e3dd51c577b
|
data/Gemfile.lock
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
net-ping (2.0.
|
4
|
+
net-ping (2.0.7)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
byebug (
|
9
|
+
byebug (11.0.1)
|
10
10
|
coderay (1.1.2)
|
11
11
|
fakeweb (1.3.0)
|
12
|
-
method_source (0.
|
13
|
-
power_assert (1.1.
|
14
|
-
pry (0.
|
12
|
+
method_source (0.9.2)
|
13
|
+
power_assert (1.1.5)
|
14
|
+
pry (0.12.2)
|
15
15
|
coderay (~> 1.1.0)
|
16
|
-
method_source (~> 0.
|
17
|
-
pry-byebug (3.
|
18
|
-
byebug (~>
|
16
|
+
method_source (~> 0.9.0)
|
17
|
+
pry-byebug (3.7.0)
|
18
|
+
byebug (~> 11.0)
|
19
19
|
pry (~> 0.10)
|
20
|
-
rake (
|
21
|
-
test-unit (3.
|
20
|
+
rake (13.0.1)
|
21
|
+
test-unit (3.3.5)
|
22
22
|
power_assert
|
23
23
|
|
24
24
|
PLATFORMS
|
@@ -32,4 +32,4 @@ DEPENDENCIES
|
|
32
32
|
test-unit
|
33
33
|
|
34
34
|
BUNDLED WITH
|
35
|
-
1.
|
35
|
+
2.1.4
|
data/lib/net/ping/external.rb
CHANGED
data/net-ping.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: net-ping
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Chernesky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|
@@ -98,9 +98,6 @@ files:
|
|
98
98
|
- lib/net/ping/tcp.rb
|
99
99
|
- lib/net/ping/udp.rb
|
100
100
|
- lib/net/ping/wmi.rb
|
101
|
-
- net-ping-2.0.1.gem
|
102
|
-
- net-ping-2.0.2.gem
|
103
|
-
- net-ping-2.0.5.gem
|
104
101
|
- net-ping.gemspec
|
105
102
|
- test/test_net_ping.rb
|
106
103
|
- test/test_net_ping_external.rb
|
@@ -128,7 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
125
|
- !ruby/object:Gem::Version
|
129
126
|
version: '0'
|
130
127
|
requirements: []
|
131
|
-
|
128
|
+
rubyforge_project:
|
129
|
+
rubygems_version: 2.5.2.3
|
132
130
|
signing_key:
|
133
131
|
specification_version: 4
|
134
132
|
summary: A ping interface for Ruby.
|
data/net-ping-2.0.1.gem
DELETED
Binary file
|
data/net-ping-2.0.2.gem
DELETED
Binary file
|
data/net-ping-2.0.5.gem
DELETED
Binary file
|