Skip to content

Commit

Permalink
Fix source_entry to work with sources like :rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles authored and jferris committed Nov 11, 2011
1 parent 35c8f58 commit c73d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/gemfile.rb
Expand Up @@ -53,7 +53,7 @@ def gemspec(options = {})
protected

def source_entry
@sources.map { |source| %(source "#{source}") }.join("\n")
@sources.map { |source| "source #{source.inspect}" }.join("\n")
end

def dependencies_entry
Expand Down

0 comments on commit c73d05f

Please sign in to comment.