lib/scoped_search.rb in scoped_search-2.3.6 vs lib/scoped_search.rb in scoped_search-2.3.7
- old
+ new
@@ -12,10 +12,10 @@
# previous scoped_search versions (1.x).
module ScopedSearch
# The current scoped_search version. Do not change thisvalue by hand,
# because it will be updated automatically by the gem release script.
- VERSION = "2.3.6"
+ VERSION = "2.3.7"
# The ClassMethods module will be included into the ActiveRecord::Base class
# to add the <tt>ActiveRecord::Base.scoped_search</tt> method and the
# <tt>ActiveRecord::Base.search_for</tt> named scope.
module ClassMethods