Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Miller committed Mar 14, 2011
1 parent 3b9202b commit 81bedc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,6 +1,10 @@
Changes since 1.0.1 (2011-01-18):
* Include all non-boolean types in is_present and is_blank, to match
documentation
* Avoid setting alias to collection_check_boxes and check_boxes against
the base. Fixes issues with SimpleForm compatibility.
* Delegate page method to relation, for Kaminari support.
* Don't check for existence of attributes if the table doesn't exist yet.

Changes since 1.0.0 (2011-01-17):
* Update polymorphic join support to play nicely with MetaWhere
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.1
1.0.2
7 changes: 3 additions & 4 deletions meta_search.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{meta_search}
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ernie Miller"]
s.date = %q{2011-01-18}
s.date = %q{2011-03-14}
s.description = %q{
Allows simple search forms to be created against an AR3 model
and its associations, has useful view helpers for sort links
Expand Down Expand Up @@ -71,7 +71,7 @@ you're feeling especially appreciative. It'd help me justify this
}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.3}
s.summary = %q{Object-based searching (and more) for simply creating search forms.}
s.test_files = [
"test/fixtures/company.rb",
Expand All @@ -86,7 +86,6 @@ you're feeling especially appreciative. It'd help me justify this
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 81bedc1

Please sign in to comment.