dynarex-blog 0.6.4 → 0.6.5

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
@@ -160,7 +160,7 @@ class DynarexBlog
160
160
  r = Document.new(File.open(@file_path + 'index.xml','r').read)
161
161
  else
162
162
  doc = @hc_lookup.read(lookup) { Document.new File.open(@file_path + lookup,'r').read }
163
- r = select_page(lookup, number)
163
+ r = select_page(doc, number)
164
164
  @current_lookup = '_entry_lookup.xml'
165
165
 
166
166
  # refresh to maintain _entry_lookup in the cache
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
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors: []
7
7