aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
committerAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
commitad9d535ce808f33b5329bf052abd84d19a5178d6 (patch)
tree78cc8debcb5bd3b399d788ce47ad31e8a3809a66 /lib
parenta5107e400555217d90b0abda9e72f9140aed4410 (diff)
parentaf5db3362bbaf509cf095e9c128f442715c64168 (diff)
downloadbundler-ad9d535ce808f33b5329bf052abd84d19a5178d6.tar.gz
Merge tag 'v1.8.9' into 1-9-stable
Version 1.8.9 Conflicts: CHANGELOG.md lib/bundler/version.rb
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/source/rubygems.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/source/rubygems.rb b/lib/bundler/source/rubygems.rb
index 404853a5..925bec66 100644
--- a/lib/bundler/source/rubygems.rb
+++ b/lib/bundler/source/rubygems.rb
@@ -208,6 +208,8 @@ module Bundler
remotes.map(&method(:suppress_configured_credentials))
end
+ private
+
def source_uris_for_spec(spec)
specs.search_all(spec.name).inject([]) do |uris, s|
uris << s.source_uri.without_credentials if s.source_uri
@@ -215,8 +217,6 @@ module Bundler
end
end
- private
-
def loaded_from(spec)
"#{Bundler.rubygems.gem_dir}/specifications/#{spec.full_name}.gemspec"
end