summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.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/rubygems_ext.rb
parentebb0dae97855459f19967d0c9e3446460785bd12 (diff)
downloadbundler-38f6b319bfb189b8f4e591cb5513099602934350.tar.gz
Rename Specification#source_uri to remote.
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r--lib/bundler/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index 1a9acb54ac..bf1b3cb35a 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -13,7 +13,7 @@ module Gem
@loaded_stacks = Hash.new { |h,k| h[k] = [] }
class Specification
- attr_accessor :source_uri, :location, :relative_loaded_from
+ attr_accessor :remote, :location, :relative_loaded_from
remove_method :source if instance_methods(false).include?(:source)
attr_accessor :source