slitz-acts-as-taggable-on 1.0.2.2 → 1.0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,7 @@ class TagList < Array
75
75
  def from(tags)
76
76
  return new(tags) if tags.is_a? Array
77
77
  returning new do |tag_list|
78
- string = string.to_s.dup
78
+ string = tags.to_s.dup
79
79
 
80
80
  # Parse the quoted tags
81
81
  string.gsub!(/"(.*?)"\s*#{delimiter}?\s*/) { tag_list << $1; "" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slitz-acts-as-taggable-on
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.2
4
+ version: 1.0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh