dynarex-blog 0.2.11 → 0.2.12

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 +2 -1
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -146,7 +146,7 @@ class DynarexBlog
146
146
  #doc = Document.new File.open(@file_path + lookup,'r').read
147
147
  doc = @hc_lookup.read(lookup) { Document.new File.open(@file_path + lookup,'r').read }
148
148
 
149
- @hc_result.read(lookup + number.to_s) {
149
+ r = @hc_result.read(lookup + number.to_s) {
150
150
  x1 = (number - 1) * 10
151
151
  x2 = x1 + 9
152
152
 
@@ -169,6 +169,7 @@ class DynarexBlog
169
169
  end
170
170
  result
171
171
  }
172
+ r
172
173
 
173
174
  end
174
175
 
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.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors: []
7
7