dynarex-blog 0.5.0 → 0.5.1

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
@@ -62,7 +62,7 @@ class DynarexBlog
62
62
  lookup_id = lookup.records[id][:id]
63
63
  file = lookup.records[id][:body][:file]
64
64
 
65
- dynarex = @hc_entry_file.read(file) { Dynarex.new(@file_path + file) }
65
+ dynarex = Dynarex.new(@file_path + file)
66
66
  dynarex.update(id, h).save
67
67
 
68
68
  uri = h[:title].gsub(/\s/,'-')
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors: []
7
7