dynarex-blog 0.5.6 → 0.5.7

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
@@ -235,7 +235,7 @@ class DynarexBlog
235
235
  lookup.update(lookup_id, uri: h[:title].gsub(/\s/,'-')).save
236
236
 
237
237
  Dynarex.new(@file_path + file).update(id, h).save
238
-
238
+ @hc_entry_file.write(file) { File.open(@file_path + file,'r').read }
239
239
  end
240
240
 
241
241
 
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.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors: []
7
7