Skip to content

Commit

Permalink
Merge pull request dwillis#1 from ryanatwork/master
Browse files Browse the repository at this point in the history
Added gem dependency for html-entities gemspec
  • Loading branch information
dwillis committed Jun 9, 2011
2 parents 9e75186 + 5279a0f commit 3af6958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
pkg/*
*.gem
.bundle
Gemfile.lock
2 changes: 1 addition & 1 deletion lib/usatoday-census/base.rb
Expand Up @@ -44,7 +44,7 @@ def self.float_field(value)
end

def self.prepare_params(method, keyname=nil)
params = {"keypath" => method }
params = {"keypat" => method }
params["keyname"] = keyname if keyname
params
end
Expand Down

0 comments on commit 3af6958

Please sign in to comment.