aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-14 15:34:48 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-14 15:34:48 +1100
commit38f6b319bfb189b8f4e591cb5513099602934350 (patch)
treebaed9d92a50872d79da485ec53c63f60eb2908dd /lib/bundler/fetcher.rb
parentebb0dae97855459f19967d0c9e3446460785bd12 (diff)
downloadbundler-38f6b319bfb189b8f4e591cb5513099602934350.tar.gz
Rename Specification#source_uri to remote.
Diffstat (limited to 'lib/bundler/fetcher.rb')
-rw-r--r--lib/bundler/fetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index fcfd9218..1610cea8 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -195,7 +195,7 @@ module Bundler
spec = RemoteSpecification.new(name, version, platform, self)
end
spec.source = source
- spec.source_uri = @remote
+ spec.remote = @remote
index << spec
end