meta_search 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -8,8 +8,8 @@ module MetaSearch
8
8
 
9
9
  def self.included(base)
10
10
  # Only take on the check_boxes method names if someone else (Hi, José!) hasn't grabbed them.
11
- alias_method :check_boxes, :checks unless method_defined?(:check_boxes)
12
- alias_method :collection_check_boxes, :collection_checks unless method_defined?(:collection_check_boxes)
11
+ alias_method :check_boxes, :checks unless base.method_defined?(:check_boxes)
12
+ alias_method :collection_check_boxes, :collection_checks unless base.method_defined?(:collection_check_boxes)
13
13
  end
14
14
 
15
15
  # Like other form_for field methods (text_field, hidden_field, password_field) etc,
data/meta_search.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{meta_search}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ernie Miller"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: meta_search
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.2
5
+ version: 1.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ernie Miller