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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 379d10ff9c1e7dc94094fad07eef28fe1a24d1d0
4
- data.tar.gz: 0030cafc2097fa579cd34655cd075b9c1365dfc5
3
+ metadata.gz: 6be67a13eb9f2d8eeaaa4c8c07eb32240451fa0f
4
+ data.tar.gz: 5069ac5053bfd7bb83f2d1d593efae0431a87d69
5
5
  SHA512:
6
- metadata.gz: 4b78997c488e7827d4dbb6b7e1b82a148a41f532581defc6c5ad482d09c477f82094888a20be937ecf9a1132ab712ac7f8ae1513bd028b377dd669744e76278e
7
- data.tar.gz: 7af7ebe31056bbc974d2b7e2cf300d6edc141435fa0510271ddfd01f1c1fc5d17c410ed4ea3e8690ac19c79c23f97d2782d21dcb2db818e81e5ecb948d7c6d34
6
+ metadata.gz: fd78de109bbf012c0b8a332a552a67ba7dde327454e1ed1ae1d25528bcaa5457cfeaf25f9fb63e3cd872363de367d7b93098e878a00b13b94a5087d7ab2a9626
7
+ data.tar.gz: 7369b2a3ceb3a379f9e2caacaf41d38d01ff59d49ce06c4e0c75ee445d93bae3e22eeb41886dd3a2e422a0ad6d3c11150f93550f65d98ebd3a3bbb48befbc593
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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(*args)
157
- # args = [filepath=nil, opt={}]
158
- opt, filepath = args.reverse
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.19
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-05-15 00:00:00.000000000 Z
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