dynarex-blog 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +1 -1
- 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
|
-
|
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
|
+
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-
|
12
|
+
date: 2010-09-02 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|