dynarex 1.2.19 → 1.2.20
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 +4 -4
- 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: 6be67a13eb9f2d8eeaaa4c8c07eb32240451fa0f
|
|
4
|
+
data.tar.gz: 5069ac5053bfd7bb83f2d1d593efae0431a87d69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd78de109bbf012c0b8a332a552a67ba7dde327454e1ed1ae1d25528bcaa5457cfeaf25f9fb63e3cd872363de367d7b93098e878a00b13b94a5087d7ab2a9626
|
|
7
|
+
data.tar.gz: 7369b2a3ceb3a379f9e2caacaf41d38d01ff59d49ce06c4e0c75ee445d93bae3e22eeb41886dd3a2e422a0ad6d3c11150f93550f65d98ebd3a3bbb48befbc593
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/dynarex.rb
CHANGED
|
@@ -17,7 +17,7 @@ require 'rowx'
|
|
|
17
17
|
class Dynarex
|
|
18
18
|
|
|
19
19
|
attr_accessor :format_mask, :delimiter, :xslt_schema, :schema, :order, :type
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
|
|
22
22
|
#Create a new dynarex document from 1 of the following options:
|
|
23
23
|
#* a local file path
|
|
@@ -153,9 +153,9 @@ EOF
|
|
|
153
153
|
|
|
154
154
|
#Save the document to a local file.
|
|
155
155
|
|
|
156
|
-
def save(
|
|
157
|
-
|
|
158
|
-
opt
|
|
156
|
+
def save(filepath=nil)
|
|
157
|
+
|
|
158
|
+
opt = {pretty: true}
|
|
159
159
|
filepath ||= @local_filepath
|
|
160
160
|
@local_filepath = filepath
|
|
161
161
|
xml = display_xml(opt)
|
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.20
|
|
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-07-25 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexle
|
metadata.gz.sig
CHANGED
|
Binary file
|