From 81bedc1b5639573a9c2efe2115647f15e7d776e9 Mon Sep 17 00:00:00 2001 From: Ernie Miller Date: Mon, 14 Mar 2011 11:43:26 -0400 Subject: [PATCH] v1.0.2 --- CHANGELOG | 4 ++++ VERSION | 2 +- meta_search.gemspec | 7 +++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 691daf3..560941f 100644 --- a/CHANGELOG +++ b/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 diff --git a/VERSION b/VERSION index 7f20734..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/meta_search.gemspec b/meta_search.gemspec index a7c4b2d..2cca642 100644 --- a/meta_search.gemspec +++ b/meta_search.gemspec @@ -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 @@ -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", @@ -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