dynarex-blog 0.5.10 → 0.5.11

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 -3
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -46,9 +46,7 @@ class DynarexBlog
46
46
  record[:tags].split(/\s/).each do |tag|
47
47
  create_record(record, @id.to_s, name=tag, type='tags')
48
48
  end
49
- end
50
-
51
- refresh_index if index_include? id
49
+ end
52
50
 
53
51
  end
54
52
 
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.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors: []
7
7