dynarex-blog 0.6.11 → 0.6.12

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
@@ -295,7 +295,7 @@ class DynarexBlog
295
295
  lookup_file = "%s_lookup.xml" % name
296
296
 
297
297
  if entry_count.nil?
298
- @entities.id('tags').create.entity(name: name, count: '1')
298
+ @entities.id('tags').create.entity(name: name, count: '1', entry_count: '1')
299
299
  @entities.save @file_path + 'entities.xml'
300
300
  @entities = Polyrex.new @file_path + 'entities.xml'
301
301
  entry_count = @entities.xpath "records/section[summary/name='#{type}']/records/entity/summary[name='#{name}']/count"
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.6.11
4
+ version: 0.6.12
5
5
  platform: ruby
6
6
  authors: []
7
7