acts-as-taggable-on 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
@@ -3,6 +3,7 @@ module ActsAsTaggableOn::Taggable
3
3
  def self.included(base)
4
4
  base.send :include, ActsAsTaggableOn::Taggable::Related::InstanceMethods
5
5
  base.extend ActsAsTaggableOn::Taggable::Related::ClassMethods
6
+ base.initialize_acts_as_taggable_on_related
6
7
  end
7
8
 
8
9
  module ClassMethods
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 1
9
- version: 2.0.1
8
+ - 2
9
+ version: 2.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Bleigh