From c3a5b1152ee2dfcf9ad8021d995ec59e457257ea Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 22 Jul 2014 19:12:26 -0500 Subject: Stop exposing the downloader as an attribute --- Library/Homebrew/software_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 6a5efe3ee..fb29ad5a6 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -17,7 +17,7 @@ class SoftwareSpec def_delegators :@resource, :stage, :fetch, :verify_download_integrity def_delegators :@resource, :cached_download, :clear_cache - def_delegators :@resource, :checksum, :mirrors, :specs, :using, :downloader + def_delegators :@resource, :checksum, :mirrors, :specs, :using def_delegators :@resource, :version, :mirror, *Checksum::TYPES def initialize @@ -147,7 +147,7 @@ class Bottle attr_reader :name, :resource, :prefix, :cellar, :revision def_delegators :resource, :url, :fetch, :verify_download_integrity - def_delegators :resource, :downloader, :cached_download, :clear_cache + def_delegators :resource, :cached_download, :clear_cache def initialize(formula, spec) @name = formula.name -- cgit v1.2.3