dynarex 1.9.7 → 1.9.8

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: 903f755678cd3451fe853d3275f8ca7f13d160137df996f39f69c83fa71b696f
4
- data.tar.gz: 4c753224acba84017d3211d5e878e3fd02ba62dad49b6aee108d89338bb3dfc8
3
+ metadata.gz: dce47c78f2153f679e45f8cf72b5edab3cbf57c59dca7ebd65655fa1cca32e5c
4
+ data.tar.gz: c9e91ffcb3a3e7392f5539c913eaf4474609adec314be00e916f66014a10f2fa
5
5
  SHA512:
6
- metadata.gz: 53adf9a593b6586c6007dfdc16e792162fda0cb209dfbc85347b0b28533514556a9a9e6fc3a450638f18ed6710e53c4e3e56473700b01e5c0a436240c08b9d22
7
- data.tar.gz: 075e7e489c57272de40f8dd5b789cdffdf308933800f616dbd54a3bf9e39b0ee2bf85c69ff56e4d6bd86a39d1aea4f6eb64af70b3ce6f521216d4c0f3cbffc17
6
+ metadata.gz: 2949b42e897cf75900cfaf1c8f1fea9b568ad4f1da30cad3171a9fbc54901b57248b181813a4e3426cb7ec2efd8dc8be31861b5deb2c853fffcf1941786825fc
7
+ data.tar.gz: 24e56463b7b310b1515ff07bbdf0aaf0dc5dfd20601210e590cd23288f544b8ccaecae745f15223a4c93505ef5d30b4c3fe687dddf2838b16d83f2aafc00ca90
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/dynarex.rb CHANGED
@@ -760,6 +760,7 @@ EOF
760
760
  xslt
761
761
  end
762
762
 
763
+ puts 'before self.to_xml' if @debug
763
764
  doc = Rexle.new(self.to_xml)
764
765
 
765
766
  puts ('pubdate: ' + pubdate.inspect).debug if @debug
@@ -772,17 +773,20 @@ EOF
772
773
  end
773
774
  end
774
775
 
775
- puts ('doc: ' + doc.root.xml) if @debug
776
- File.write '/tmp/blog.xml', doc.root.xml
777
- puts ('xslt:' + xslt.inspect) if @debug
778
- File.write '/tmp/blog.xslt', xslt
776
+ #puts ('doc: ' + doc.root.xml) if @debug
777
+ #File.write '/tmp/blog.xml', doc.root.xml
778
+ #puts ('xslt:' + xslt.inspect) if @debug
779
+ #File.write '/tmp/blog.xslt', xslt
779
780
 
781
+ puts 'before Rexslt' if @debug
780
782
  out = Rexslt.new(xslt, doc).to_s(declaration: false)
783
+ puts 'after Rexslt' if @debug
781
784
 
782
785
  #Rexle.new("<rss version='2.0'>%s</rss>" % xml).xml(pretty: true)
783
786
 
784
787
  doc = Rexle.new("<rss version='2.0'>%s</rss>" % out.to_s)
785
788
  yield( doc ) if block_given?
789
+ puts 'before doc.xml' if @debug
786
790
  xml = doc.xml(pretty: true)
787
791
  xml
788
792
  end
data.tar.gz.sig CHANGED
Binary file
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.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -35,7 +35,7 @@ cert_chain:
35
35
  Wt/hg1iB0cnuzli8yHYtvBQovgFKUdQ7vGKM2IC9ZoWstmfIRwUAdI/Y2eHvUg3z
36
36
  dRm4fWf/5CZ2qPKTB8vb2s4Q
37
37
  -----END CERTIFICATE-----
38
- date: 2022-02-28 00:00:00.000000000 Z
38
+ date: 2022-03-04 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: dynarex-import
metadata.gz.sig CHANGED
Binary file