rxfhelper 0.1.11 → 0.1.12
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/lib/rxfhelper.rb +1 -1
- 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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ae27d6310ef571019707ac0cc7c5e4d2636d58c
|
4
|
+
data.tar.gz: a6f6101d149ce2ad7a24c71c05807eefa0bf2538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0ed14c8289be976fb7fefc9f9fb1cacec3849eb3d31fa1fe16b16f2f35477065aee458b14908b6ce5cf0cd8da9414203cf713f2a44b155eeb18afbe29a8118f
|
7
|
+
data.tar.gz: 230bba30b58575ac82d24ccf7778f39cca29cc839d738db93a7ce5dc36c69ddbd01c59145b8989992cc5a20172da825911ea492daf28a0d280575f306211b029
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/rxfhelper.rb
CHANGED
@@ -23,7 +23,7 @@ class RXFHelper
|
|
23
23
|
elsif x[/https?:\/\//] then
|
24
24
|
[open(x, 'UserAgent' => 'RXFHelper'){|x| x.read}, :url]
|
25
25
|
elsif x[/^file:\/\//] or File.exists?(x) then
|
26
|
-
[File.
|
26
|
+
[File.read(File.expand_path(x.sub(%r{^file://}, ''))), :file]
|
27
27
|
else
|
28
28
|
[x, :unknown]
|
29
29
|
end
|
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: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
O2RItQ7fvC2yqgMhC3aFvYuyzVvCCVfpaXF27fmYJxwTDx2nzFloTDly/N5dz65L
|
32
32
|
IYLfAtXr6xii9w==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2014-03-
|
34
|
+
date: 2014-03-23 00:00:00.000000000 Z
|
35
35
|
dependencies: []
|
36
36
|
description:
|
37
37
|
email: james@r0bertson.co.uk
|
metadata.gz.sig
CHANGED
Binary file
|