dynarex-blog 0.6.8 → 0.6.9

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.
Files changed (2) hide show
  1. data/lib/dynarex-blog.rb +1 -1
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -342,7 +342,7 @@ class DynarexBlog
342
342
  lookup = '_entry_lookup.xml'
343
343
  doc = Document.new File.open(@file_path + lookup,'r').read
344
344
  page = select_page(doc, 1)
345
- doc_index.root.add XPath.first(page, 'records')
345
+ doc_index.root.add XPath.first(page.root, 'records')
346
346
 
347
347
  File.open(@file_path + 'index.xml', 'w'){|f| doc_index.write f}
348
348
  @index = Dynarex.new @file_path + 'index.xml'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex-blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors: []
7
7