Skip to content

Commit

Permalink
Released scoped_search gem version 2.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenari committed Nov 13, 2011
1 parent 196de6a commit a12c2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/scoped_search.rb
Expand Up @@ -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 <tt>ActiveRecord::Base.scoped_search</tt> method and the
Expand Down
4 changes: 2 additions & 2 deletions scoped_search.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit a12c2ad

Please sign in to comment.