dynarex 1.2.94 → 1.2.95

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9e51eb3a4b3da954a69ac4c7e00fec4dc786d30
4
- data.tar.gz: 175fe4188bdbfff0e50df6b32c441a96a8c2442b
3
+ metadata.gz: 60c1bbc9a215c93a74a4311f7e8bab31c866e17e
4
+ data.tar.gz: fbcb57c550ecaf75f6a6204e0cc7c231e7ba11d6
5
5
  SHA512:
6
- metadata.gz: a200cf3881b69bbb061ec16fe5f8caf2625a896a46e6c7dce5231aef05c476e29e0d9b7e1fb09a220616fd1c94111e686deb3ce8b625002aee4ab72eb2042f1c
7
- data.tar.gz: 02f61cb23d67080dee9e2c647b03c829fb631ef6a35731cd0074fd4b317cb9a302ee7aced098eee86736e5559d580104b5e8f8667f157403e833308b0e6bc831
6
+ metadata.gz: b8adae0f5270967c2f9b410042f08be8e93e466ff77307ad46aceac69ecff87baecaa066377d3c3c0adedfa327be75f1b124d9f281bc1032e5c8582f7c3a3bf3
7
+ data.tar.gz: fd8c55ab8fd8cfe7377deedd8d4d941c2b8d6bb4d54a5c1598e41b85ce64fbbf97bb6baf3e31e3a43999fee9fd339e0ee4f411f62bb376ce95a82a9de5ed2f35
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -32,10 +32,10 @@ class Dynarex
32
32
  #* an XML string
33
33
  # Dynarex.new '<contacts><summary><schema>contacts/contact(name,age,dob)</schema></summary><records/></contacts>'
34
34
 
35
- def initialize(location=nil)
35
+ def initialize(rawx=nil)
36
36
  #puts Rexle.version
37
37
  @delimiter = ''
38
- openx(location) if location
38
+ openx(rawx.clone) if rawx
39
39
  if @order == 'descending' then
40
40
  @records = records_to_h(:descending)
41
41
  rebuild_doc
@@ -302,6 +302,7 @@ EOF
302
302
 
303
303
  #jr291012load_records
304
304
  @dirty_flag = true
305
+
305
306
  self
306
307
  end
307
308
 
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.94
4
+ version: 1.2.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  SLshUY2PSjSnVYx3Gln9vzST8CSTQPZbVpDfzbTqqAZnzqhIe2UaLbzGCMoz8kbw
32
32
  jQ7NXbu03ZrsvQ==
33
33
  -----END CERTIFICATE-----
34
- date: 2014-10-13 00:00:00.000000000 Z
34
+ date: 2014-12-12 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rexle
metadata.gz.sig CHANGED
Binary file