aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-02-22 20:17:04 -0500
committerJack Nagel2014-02-22 20:17:04 -0500
commit9d3b9edb4dc0303a884d5bd826ad62788ced9c89 (patch)
treeed7d7c292fdd168f1fded1f7d4e2f93d7fa6105e /Library
parent1d9e78f381f69d51a2a1ded0d93904319e8ec5d5 (diff)
downloadbrew-9d3b9edb4dc0303a884d5bd826ad62788ced9c89.tar.bz2
Remove download_strategy from SoftwareSpec
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/software_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index d89884aa8..a2f301eb5 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -13,8 +13,7 @@ class SoftwareSpec
attr_reader :build, :resources, :owner
attr_reader :dependency_collector
- def_delegators :@resource, :stage, :fetch
- def_delegators :@resource, :download_strategy, :verify_download_integrity
+ 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, :version, :mirror, *Checksum::TYPES