diff options
author | Tim Moore <tmoore@incrementalism.net> | 2015-03-14 15:34:48 +1100 |
---|---|---|
committer | Tim Moore <tmoore@incrementalism.net> | 2015-03-14 15:34:48 +1100 |
commit | 38f6b319bfb189b8f4e591cb5513099602934350 (patch) | |
tree | baed9d92a50872d79da485ec53c63f60eb2908dd /lib/bundler/remote_specification.rb | |
parent | ebb0dae97855459f19967d0c9e3446460785bd12 (diff) | |
download | bundler-38f6b319bfb189b8f4e591cb5513099602934350.tar.gz |
Rename Specification#source_uri to remote.
Diffstat (limited to 'lib/bundler/remote_specification.rb')
-rw-r--r-- | lib/bundler/remote_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb index d08bd9d3d8..c80eaa40fc 100644 --- a/lib/bundler/remote_specification.rb +++ b/lib/bundler/remote_specification.rb @@ -10,7 +10,7 @@ module Bundler include MatchPlatform attr_reader :name, :version, :platform - attr_accessor :source, :source_uri + attr_accessor :source, :remote def initialize(name, version, platform, spec_fetcher) @name = name |