dynarex-blog 0.5.5 → 0.5.6

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
@@ -78,7 +78,7 @@ class DynarexBlog
78
78
 
79
79
  old_list.each {|x| delete_entry(tag_name, id) }
80
80
  common = a.to_set.intersection(b).to_a # tags to be updated
81
- common.each {|name| update_entry(name, id, h) } if dynarex.record(id).tags
81
+ common.each {|name| update_entry(name, id, h) }
82
82
  else
83
83
  new_list = a
84
84
  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.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors: []
7
7