rxfhelper 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rxfhelper.rb +2 -2
- 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: 96120a8c91b59896cc5fd431d951fc97c3e4b62cf8ab85137fe62a5829dad332
|
4
|
+
data.tar.gz: 3e1942c6b741f2ca4cb6fbd3c4a7a69cd51f53b28064242013b4d425ae0345c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458cfd431fe401821b86d4f89f80ebb1d9f217f1c380a18e758800939e8b27702ac73cb57cabe3b75757ba404e386e92b273e4846bbd46aac9ff4bcfbe70d26b
|
7
|
+
data.tar.gz: a0b7c49306b3433f91bd4e8613652f9a82a95551d1a283907052e191680ed0b1838823846dab7c1e3a5449ecaf1ce09a11c5883bc749164e70f4102dca7b6936
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/rxfhelper.rb
CHANGED
@@ -163,7 +163,7 @@ class RXFHelper
|
|
163
163
|
elsif x[/^reg:\/\//] then
|
164
164
|
|
165
165
|
r = DRbRegClient.new.get(x)
|
166
|
-
r.is_a?(Rexle::Element::Value) ? r.
|
166
|
+
r.is_a?(Rexle::Element::Value) ? r.to_s : r
|
167
167
|
|
168
168
|
else
|
169
169
|
[x, :unknown]
|
@@ -278,7 +278,7 @@ class RXFHelper
|
|
278
278
|
elsif x[/^reg:\/\//] then
|
279
279
|
|
280
280
|
r = DRbRegClient.new.get(x)
|
281
|
-
[r.is_a?(Rexle::Element::Value) ? r.
|
281
|
+
[r.is_a?(Rexle::Element::Value) ? r.to_s : r, :reg]
|
282
282
|
|
283
283
|
elsif x[/^file:\/\//] or File.exists?(x) then
|
284
284
|
|
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.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
jqz35QOVAJp+XW1qrnZM464OWlao2nDvKZrkO1pC9jbMUo+eLb8FgqycXd26ZpRf
|
36
36
|
RXFUTIU85mvSCH+/CcNAooQi
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2020-09-
|
38
|
+
date: 2020-09-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
|