summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-11 14:06:21 -0600
committerAndre Arko <andre@arko.net>2010-11-11 14:35:29 -0600
commitecc9d66d17f718f1dc06fbc43a9e4c7085d37118 (patch)
tree1249750eacf1f609203fbd6ab66699fa13d17584 /lib/bundler/source.rb
parent6abe8c35de82517d25170bbe3e90e910d920c8d4 (diff)
downloadbundler-ecc9d66d17f718f1dc06fbc43a9e4c7085d37118.tar.gz
Syntax errors are bad -_-
Diffstat (limited to 'lib/bundler/source.rb')
-rw-r--r--lib/bundler/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb
index a027c93b40..b43c58e3c0 100644
--- a/lib/bundler/source.rb
+++ b/lib/bundler/source.rb
@@ -59,7 +59,7 @@ module Bundler
remote_names = self.remotes.map { |r| r.to_s }.join(', ')
"rubygems repository #{remote_names}"
end
- alias_method :name :to_s
+ alias_method :name, :to_s
def specs
@specs ||= fetch_specs