dynarex-blog 0.1.7 → 0.1.8

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 -0
  2. metadata +1 -1
data/lib/dynarex-blog.rb CHANGED
@@ -112,6 +112,7 @@ class DynarexBlog
112
112
 
113
113
  def tag(tag)
114
114
  @current_lookup = tag + '_lookup.xml'
115
+ self
115
116
  end
116
117
 
117
118
 
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors: []
7
7