Skip to content

Commit

Permalink
Merge 43d1066 into e8216e0
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeve committed Apr 17, 2014
2 parents e8216e0 + 43d1066 commit fda6b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods-core/specification/set.rb
Expand Up @@ -61,10 +61,10 @@ def required_by(dependency, dependent_name)
dependencies << dependency

if acceptable_versions.empty?
message = "Unable to satisfy the following requirements:\n"
message = "Unable to satisfy the following requirements:\n\n"
dependencies_by_requirer_name.each do |name, dependencies|
dependencies.each do |dep|
message << "- `#{dep}` required by `#{name}`"
message << "- `#{dep}` required by `#{name}`\n"
end
end
raise Informative, message
Expand Down

0 comments on commit fda6b84

Please sign in to comment.