dynarex-blog 0.6.16 → 0.6.17

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 -4
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -150,10 +150,7 @@ class DynarexBlog
150
150
  threads << Thread.new{@entities = Polyrex.new @file_path + 'entities.xml'}
151
151
  threads.each {|thread| thread.join}
152
152
 
153
- endh2 = {title: 'z94z94z94', body: 'body xxxx 345', tags: 'audio'}
154
- dynarex.update_user 'jrobertson','2', h2
155
- pg = dynarex.page 1
156
-
153
+ end
157
154
 
158
155
  def page(number=0)
159
156
  lookup = @current_lookup
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.16
4
+ version: 0.6.17
5
5
  platform: ruby
6
6
  authors: []
7
7