dynarex-blog 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dynarex-blog.rb +1 -1
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -128,7 +128,7 @@ class DynarexBlog
128
128
  else
129
129
  doc = @hc_lookup.read(lookup) { Document.new File.open(@file_path + lookup,'r').read }
130
130
  r = select_page(doc, number)
131
- @hc_lookup.read(@current_lookup) # refresh to maintain @current_lookup in the cache
131
+ @hc_lookup.read('_entry_lookup.xml') # refresh to maintain @current_lookup in the cache
132
132
  end
133
133
 
134
134
  [
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors: []
7
7