smart-proxy-probing 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smart-proxy-probing/version.rb +1 -1
- metadata +10 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 185729a0fc727a5a017e0b3385c50a06fb83b8119f5023a236786ad9a6806a8c
|
4
|
+
data.tar.gz: 5216379a6a039da619eac04e5935e493b823937afc31de2513e1988244b31a71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1180fa725e16714890f57c167481ee0b027508d51cca1fb4551c7407687bf699e6625bb1ea5d0a3c7bc0366c49d0a0c0fed9df2b4a030d2ec77e82f0eecf6c2c
|
7
|
+
data.tar.gz: 889b2087a16d63200c0de287ee47f10e98b91a3d7e44dc71adb4d1473bc2fca747bb83ed88bef13a2635a6077315d4513ce311b9439d6c85713a7e627932c204
|
metadata
CHANGED
@@ -1,35 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smart-proxy-probing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Ruzicka
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: smart_proxy_dynflow
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.1.0
|
19
|
+
version: '0.1'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - "
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: 0.3.0
|
30
|
-
- - ">="
|
24
|
+
- - "~>"
|
31
25
|
- !ruby/object:Gem::Version
|
32
|
-
version: 0.1
|
26
|
+
version: '0.1'
|
33
27
|
description: " Gem to allow probing through smart-proxy\n"
|
34
28
|
email:
|
35
29
|
- aruzicka@redhat.com
|
@@ -48,7 +42,7 @@ homepage: https://github.com/adamruzicka/smart-proxy-probing
|
|
48
42
|
licenses:
|
49
43
|
- GPLv3
|
50
44
|
metadata: {}
|
51
|
-
post_install_message:
|
45
|
+
post_install_message:
|
52
46
|
rdoc_options: []
|
53
47
|
require_paths:
|
54
48
|
- lib
|
@@ -63,9 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
57
|
- !ruby/object:Gem::Version
|
64
58
|
version: '0'
|
65
59
|
requirements: []
|
66
|
-
|
67
|
-
|
68
|
-
signing_key:
|
60
|
+
rubygems_version: 3.1.2
|
61
|
+
signing_key:
|
69
62
|
specification_version: 4
|
70
63
|
summary: Gem to allow probing through smart-proxy
|
71
64
|
test_files: []
|