search_fu 0.0.4 → 0.0.5

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.
@@ -79,7 +79,7 @@ module SearchFu
79
79
  end
80
80
  end
81
81
 
82
- #if defined?(ActiveRecord::Base)
83
- #ActiveRecord::Base.send :include, SearchFu::ModelAdditions
84
- #end
82
+ if defined?(ActiveRecord::Base)
83
+ ActiveRecord::Base.send :include, SearchFu::ModelAdditions
84
+ end
85
85
 
@@ -1,4 +1,4 @@
1
1
  module SearchFu
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: search_fu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tan Kwang How