lib/scoped_search.rb in scoped_search-2.2.0 vs lib/scoped_search.rb in scoped_search-2.2.1
- old
+ new
@@ -10,10 +10,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.2.0"
+ VERSION = "2.2.1"
# 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