dynarex-blog 0.6.13 → 0.6.14
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.
- data/lib/dynarex-blog.rb +1 -0
- metadata +2 -2
data/lib/dynarex-blog.rb
CHANGED
|
@@ -345,6 +345,7 @@ class DynarexBlog
|
|
|
345
345
|
|
|
346
346
|
lookup = '_entry_lookup.xml'
|
|
347
347
|
doc = Document.new File.open(@file_path + lookup,'r').read
|
|
348
|
+
@hc_lookup_a.delete(@file_path + lookup + '1')
|
|
348
349
|
page = select_page(doc, 1)
|
|
349
350
|
doc_index.root.add XPath.first(page.root, 'records')
|
|
350
351
|
|
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.
|
|
4
|
+
version: 0.6.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors: []
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-
|
|
12
|
+
date: 2010-10-02 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|