aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/resource.rb
AgeCommit message (Expand)Author
2014-10-10Pull cache creation out of begin blockJack Nagel
2014-10-10Remove redundant commentsJack Nagel
2014-09-01Add Go language module, resourcesMisty De Meo
2014-09-01resource: escape slashes from download_nameMisty De Meo
2014-07-15Eagerly set the download strategyJack Nagel
2014-05-27Remove support for version "schemes", just pass version objects directlyJack Nagel
2014-05-27Remove some evals from formula DSLJack Nagel
2014-03-18Always use CurlDownloadStrategy for legacy patchesJack Nagel
2014-03-13New patch implementation and DSLJack Nagel
2014-02-18Tweak DownloadError message to include wrapped exceptionJack Nagel
2014-02-18Collapse begin..end into def..end and use else clauseJack Nagel
2014-02-18Add DownloadError to catch a broader range of resource download errors.Drew Rodman
2014-02-18Inline static exception text to remove a rescueJack Nagel
2013-12-08formula, resource: output when verifying checksum.Mike McQuaid
2013-11-27resource: convert unpack target to Pathname.Mike McQuaid
2013-11-06resource: only unpack to target if it exists.Mike McQuaid
2013-10-31fetch: clear partial downloads when --force is givenJack Nagel
2013-10-30Resource: extract unpacking from #stageJack Nagel
2013-10-30Resource: push conditional down into #verify_download_integrityJack Nagel
2013-10-11Resource: do not mutate passed-in specs hashJack Nagel
2013-10-02Pass the mktemp prefix as an argumentJack Nagel
2013-09-23Clean up SoftwareSpec and Resource initializersJack Nagel
2013-09-17Allow partial installation of resourcesJack Nagel
2013-09-17More useful error message for missing checksumsJack Nagel
2013-09-17Reorganize resource download methodsJack Nagel
2013-09-17Move formula resources to SoftwareSpecJack Nagel
2013-09-17Reimplement SoftwareSpec on top of ResourceJack Nagel
2013-09-17Decouple Resource from SoftwareSpecJack Nagel
2013-09-16Cater to download strategies not yielding a fileSamuel Cochran
2013-09-13Remove unused attrJack Nagel
2013-09-11Implement ResourcesAdam Vandenberg