rxfhelper 1.2.1 → 1.2.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rxfhelper.rb +6 -3
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b138d1576463c9bba8e0d18b64e7be0734f2df074854f94fbb4f0efa109d768
|
|
4
|
+
data.tar.gz: 8b66c19d007599ef84ba0dc2a361e92d93565625c5b1608b10c84d2abc204291
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75e3dc8373f2571a4222a7992c1490f9fbdfa41ceb920aeb57d12fa5f501f438991ee685316ecab6b31766a7db7d5f102e2d74c7dabb7c9406a3bf41cbbc02ab
|
|
7
|
+
data.tar.gz: 55b81edb3b58deba0e3148cc2ce314fc45825fed75f5e79951aee77f80593b3eab82552b898fac3e334f9ff69ac5996a65da6e9d78d5cb6d38b86987be063c4b
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rxfhelper.rb
CHANGED
|
@@ -12,7 +12,7 @@ require 'remote_dwsregistry'
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
# Setup: Add a local DNS entry called *reg.lookup* if you are planning on
|
|
15
|
+
# Setup: Add a local DNS entry called *reg.lookup* if you are planning on
|
|
16
16
|
# using the Registry feaure to look up objects automatically.
|
|
17
17
|
|
|
18
18
|
module RXFHelperModule
|
|
@@ -162,11 +162,14 @@ class RXFHelper
|
|
|
162
162
|
|
|
163
163
|
end
|
|
164
164
|
|
|
165
|
-
def self.cp(s1, s2)
|
|
165
|
+
def self.cp(s1, s2, debug: false)
|
|
166
|
+
|
|
167
|
+
puts 'inside RXFHelper.cp' if debug
|
|
166
168
|
|
|
167
169
|
found = [s1,s2].grep /^\w+:\/\//
|
|
170
|
+
puts 'found: ' + found.inspect if debug
|
|
168
171
|
|
|
169
|
-
if found then
|
|
172
|
+
if found.any? then
|
|
170
173
|
|
|
171
174
|
case found.first[/^\w+(?=:\/\/)/].to_sym
|
|
172
175
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rxfhelper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
MrrH8cS6bqJRPQqEL1FsPmXfQpp86RvPSr0WqNSRnYEUCmqL0l2pYrXdPAyBLcji
|
|
36
36
|
X1jPyhH0sl/QdPdaUnsigze+
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2022-
|
|
38
|
+
date: 2022-02-04 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rsc
|
metadata.gz.sig
CHANGED
|
Binary file
|