dynarex-blog 0.5.4 → 0.5.5

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 +2 -2
data/lib/dynarex-blog.rb CHANGED
@@ -76,7 +76,7 @@ class DynarexBlog
76
76
  old_list = a - b # tags to be deleted
77
77
  new_list = b - a # tags to be inserted
78
78
 
79
- old.each {|x| delete_entry(doc_tag, node_entry, tag_name, id) }
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
81
  common.each {|name| update_entry(name, id, h) } if dynarex.record(id).tags
82
82
  else
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.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors: []
7
7
 
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-09-01 00:00:00 +01:00
12
+ date: 2010-09-02 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency