dynarex-blog 0.6.15 → 0.6.16

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 +6 -1
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -63,6 +63,8 @@ class DynarexBlog
63
63
  lookup_id = lookup.records[id][:id]
64
64
  file = lookup.records[id][:body][:file]
65
65
 
66
+ @hc_entry_file.delete(file)
67
+
66
68
  dynarex = Dynarex.new(@file_path + file)
67
69
  prev_tags = dynarex.record(id).tags
68
70
  cur_tags = h[:tags]
@@ -148,7 +150,10 @@ class DynarexBlog
148
150
  threads << Thread.new{@entities = Polyrex.new @file_path + 'entities.xml'}
149
151
  threads.each {|thread| thread.join}
150
152
 
151
- end
153
+ endh2 = {title: 'z94z94z94', body: 'body xxxx 345', tags: 'audio'}
154
+ dynarex.update_user 'jrobertson','2', h2
155
+ pg = dynarex.page 1
156
+
152
157
 
153
158
  def page(number=0)
154
159
  lookup = @current_lookup
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.15
4
+ version: 0.6.16
5
5
  platform: ruby
6
6
  authors: []
7
7