Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
missed a val -> value change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Miller committed Oct 12, 2010
1 parent 24b6373 commit 78f9969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.7.1
0.9.7.2
2 changes: 1 addition & 1 deletion lib/meta_search/utility.rb
Expand Up @@ -51,7 +51,7 @@ def cast_attribute(type, val)
val.in_time_zone rescue nil
end
when *BOOLEANS
if val.is_a?(String) && value.blank?
if val.is_a?(String) && val.blank?
nil
else
TRUE_VALUES.include?(val)
Expand Down
2 changes: 1 addition & 1 deletion meta_search.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ernie Miller"]
Expand Down

0 comments on commit 78f9969

Please sign in to comment.