dynarex-daily 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: 83ae36795b4409174a7625f4fde130e9f2df59c99777a480b461c981373dbe9f
4
- data.tar.gz: df875390497e2483f4127c5fb5ceb723ebed1b7ef72bdd4bd13e8eff1c2f5786
3
+ metadata.gz: fdb84c4955c462f7a4900599179e9932aeec181dd4da98ab5ff9a7dc99540d92
4
+ data.tar.gz: 9ce75a0cf061bf9db379006f1f5d82d9cabec8d29a66c4f7595548888904826b
5
5
  SHA512:
6
- metadata.gz: d625c87867d89f8cd998cc3c1cb6d3b3c14a5f986e54d6178d20a6b49e5a68aba659534c8066c6c591c9051be4c53d032467f7e89bda131e29057f894306cc3b
7
- data.tar.gz: 5e1083363e5d006d04ce3287be05749652020d9d703b5296f0605d559bb7a2f43e8040dd38d5c6e02b81120240c1f2edd4ece5876eb906263df3341fda961fd6
6
+ metadata.gz: a13e6d662898630db0fde6e1953443ee83e7764adae48e813834376ac63f650e466ea8324909137d54817a4b21bbc675f461fb6e69a669c2d46fc43d42f25872
7
+ data.tar.gz: 4ac93fb7c9455c73034ece3c2a06ffa3dd6d7803c8f830f18336211cb9dc53eb21c73013a14cec0410c4778750b1555814a0f59879cd6c93441b0e597de38721
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -17,9 +17,11 @@ class DynarexDaily < Dynarex
17
17
  @default_key = 'uid'
18
18
  @debug = debug
19
19
 
20
+ puts 'DynarexDaily::initialize stringx: ' + stringx.inspect if @debug
21
+
20
22
  if stringx then
21
23
  s, type = RXFHelper.read(stringx)
22
- @filename = stringx if type == :file
24
+ @filename = stringx if type == :file or type == :dfs
23
25
  end
24
26
 
25
27
  puts 'DynarexDaily::initialize @filename: ' + @filename.inspect if @debug
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex-daily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  n8Bh0E3DHTpf8tPOayQ37Tv3qo3/0XNLhDw6YjnlI+EMPWNG1Q1jBVyvohY6L3hW
32
32
  rIygDTi2gL1xwA==
33
33
  -----END CERTIFICATE-----
34
- date: 2018-08-12 00:00:00.000000000 Z
34
+ date: 2018-09-06 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: dynarex
metadata.gz.sig CHANGED
Binary file