dynarex-tags 0.1.5 → 0.1.6

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-tags.rb +2 -0
  2. metadata +1 -1
data/lib/dynarex-tags.rb CHANGED
@@ -22,6 +22,8 @@ class DynarexTags
22
22
  category_dynarex.to_h.each do |item|
23
23
 
24
24
  url, title = item.values[0..1]
25
+ next unless title.is_a? String
26
+
25
27
  fields = title.scan(/#(\w+)/)
26
28
  next if fields.empty?
27
29
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex-tags
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson