dynarex-blog 0.1.9 → 0.1.10

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 +1 -1
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -139,7 +139,7 @@ class DynarexBlog
139
139
 
140
140
  doc = Document.new File.open(@file_path + lookup,'r').read
141
141
  x1 = (number - 1) * 10
142
- x2 = x1 + 9
142
+ x2 = x1 + 11
143
143
 
144
144
  a = XPath.match(doc.root,'records/entry').reverse[x1..x2]
145
145
  xpath_ids = "entry[%s]" % a.map{|x| x.attribute('id').value}.map{|x| "@id='%s'" % x}.join(' or ')
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.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors: []
7
7