Skip to content
Snippets Groups Projects
Commit c3a5b115 authored by Jack Nagel's avatar Jack Nagel
Browse files

Stop exposing the downloader as an attribute

parent d99379bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment