RubyGems
npm
Organizations
Log in
Sign up
RubyGems
dynarex-blog
Versions diffs
0.5.12 → 0.6.0
dynarex-blog 0.5.12 → 0.6.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/dynarex-blog.rb
+1
-1
metadata
+1
-1
data/lib/dynarex-blog.rb
CHANGED
Viewed
@@ -207,7 +207,7 @@ class DynarexBlog
207
207
file = lookup.records[id][:body][:file]
208
208
lookup.delete(lookup_id).save
209
209
210
-
Dynarex.new(file).delete(id).save
210
+
Dynarex.new(
@file_path +
file).delete(id).save
211
211
delete_cache_entry(lookup_filename, file)
212
212
213
213
end
metadata
CHANGED
Viewed
@@ -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
.
12
4
+
version: 0.
6
.
0
5
5
platform: ruby
6
6
authors: []
7
7