diff --git a/lib/scoped_search.rb b/lib/scoped_search.rb index e0b33dbf..92d46623 100755 --- a/lib/scoped_search.rb +++ b/lib/scoped_search.rb @@ -14,7 +14,7 @@ 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.5" + VERSION = "2.3.6" # The ClassMethods module will be included into the ActiveRecord::Base class # to add the ActiveRecord::Base.scoped_search method and the diff --git a/scoped_search.gemspec b/scoped_search.gemspec index acabd729..25ab26a1 100644 --- a/scoped_search.gemspec +++ b/scoped_search.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| # Do not change the version and date fields by hand. This will be done # automatically by the gem release script. - s.version = "2.3.5" - s.date = "2011-10-18" + s.version = "2.3.6" + s.date = "2011-11-13" s.summary = "Easily search you ActiveRecord models with a simple query language using a named scope." s.description = <<-EOS