dynarex 1.2.17 → 1.2.18
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.tar.gz.sig +0 -0
- data/lib/dynarex.rb +2 -3
- metadata +2 -2
- metadata.gz.sig +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf2bfad8b66f30a94907a29be4beb429d259932f
|
|
4
|
+
data.tar.gz: db17b568a0d968ba3565a7a3c679333b85fe5485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 952c4275d4d358a9bea628f1945cb18e1a22b6a88e79758fd1ab4813662b9e4adbc96b8e35a4ebcb25a8ae8866991f0a005df41dd59e5555658b45b57e7754f1
|
|
7
|
+
data.tar.gz: de51496f411c01fbd372e835f86750aeb9ecebe5a45ca4cf0851ea6df8b30ebe91c569fe25418206fcc5715474815b35d34f404875eca0b44c90bc2ebe1c653f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/dynarex.rb
CHANGED
|
@@ -17,8 +17,7 @@ require 'rowx'
|
|
|
17
17
|
class Dynarex
|
|
18
18
|
|
|
19
19
|
attr_accessor :format_mask, :delimiter, :xslt_schema, :schema, :order, :type
|
|
20
|
-
|
|
21
|
-
def self.gem_url() 'http://www.jamesrobertson.eu/ruby/dynarex#1.2.17' end
|
|
20
|
+
|
|
22
21
|
|
|
23
22
|
#Create a new dynarex document from 1 of the following options:
|
|
24
23
|
#* a local file path
|
|
@@ -613,7 +612,7 @@ EOF
|
|
|
613
612
|
elsif s[/[\[\(]/] # schema
|
|
614
613
|
dynarex_new(s)
|
|
615
614
|
elsif s[/^https?:\/\//] then # url
|
|
616
|
-
buffer = Kernel.open(s, 'UserAgent' => 'Dynarex-Reader').read
|
|
615
|
+
buffer = Kernel.open(s, 'UserAgent' => 'Dynarex-Reader').{|x| x.read}
|
|
617
616
|
else # local file
|
|
618
617
|
@local_filepath = s
|
|
619
618
|
buffer = File.open(s,'r').read
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
kUea9jZD+xTq1Js9t2BHCz3Ev/sgS7CaijrbQetbNwzasFGHRd30xBEwd4zANQOp
|
|
30
30
|
i0OBH0e4iIMkv+Q+PYlNRnlpQogsAdTs
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2013-
|
|
32
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexle
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
a��
|
|
2
|
+
Y��NN�h�۠ `n'M����t��^L
|