dynarex-blog 0.2.5 → 0.2.6

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
@@ -104,7 +104,7 @@ class DynarexBlog
104
104
  @index = Dynarex.new @file_path + 'index.xml'
105
105
  @id = @index.records ? @index.records.to_a[-1][-1][:id].to_i : 0
106
106
  }
107
- threads << Thread.newP@entities = Polyrex.new @file_path + 'entities.xml'}
107
+ threads << Thread.new{@entities = Polyrex.new @file_path + 'entities.xml'}
108
108
  threads.each {|thread| thread.join}
109
109
 
110
110
  end
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.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors: []
7
7