dynarex-blog 0.6.14 → 0.6.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +1 -1
- metadata +2 -2
data/lib/dynarex-blog.rb
CHANGED
@@ -345,7 +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(
|
348
|
+
@hc_lookup_a.delete(lookup + '1')
|
349
349
|
page = select_page(doc, 1)
|
350
350
|
doc_index.root.add XPath.first(page.root, 'records')
|
351
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.15
|
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-10-
|
12
|
+
date: 2010-10-04 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|