Skip to content

Commit

Permalink
#version_requirements is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Mar 21, 2010
1 parent f2f8e86 commit a96458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gemify/base.rb
Expand Up @@ -34,7 +34,7 @@ def [](setting)
val = send(setting) if respond_to?(setting)
if setting.to_s == "dependencies"
val.empty? ? nil : val.map do |dep|
"#{dep.name} #{dep.version_requirements}"
"#{dep.name} #{dep.requirement}"
end.join(" & ")
else
val
Expand Down

0 comments on commit a96458e

Please sign in to comment.