dynarex-blog 0.4.4 → 0.4.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 +1 -1
data/lib/dynarex-blog.rb
CHANGED
@@ -170,7 +170,7 @@ class DynarexBlog
|
|
170
170
|
|
171
171
|
def tags
|
172
172
|
raw_tags = @entities.xpath "records/section[summary/name='tags']/records"
|
173
|
-
XPath.match(raw_tags, 'entity/summary').map{|tag| %w(name entry_count).map {|x| tag.text(x)} }
|
173
|
+
XPath.match(raw_tags, 'entity/summary').map{|tag| %w(name entry_count).map {|x| tag.text(x).to_s} }
|
174
174
|
end
|
175
175
|
|
176
176
|
private
|