index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
resource.rb
Age
Commit message (
Expand
)
Author
2015-03-05
checksums: switch to sha256 for bottles and new formulae
Dominyk Tiller
2015-01-12
Use attr_accessor for checksum
Jack Nagel
2015-01-08
Remove the direct url writer from Resource
Jack Nagel
2015-01-06
Stop caching the downloader on the resource instance
Jack Nagel
2014-12-31
Don't attempt to detect version if URL is not set
Jack Nagel
2014-12-14
Revert "Skip temporary directory when target directory is known"
Jack Nagel
2014-12-14
Skip temporary directory when target directory is known
Jack Nagel
2014-12-13
Validate arguments in Resource#stage
Jack Nagel
2014-12-05
Pass the downloader a proxy object instead of the resource
Jack Nagel
2014-12-05
Download strategies should return a Pathname from cached_location
Jack Nagel
2014-10-10
Pull cache creation out of begin block
Jack Nagel
2014-10-10
Remove redundant comments
Jack Nagel
2014-09-01
Add Go language module, resources
Misty De Meo
2014-09-01
resource: escape slashes from download_name
Misty De Meo
2014-07-15
Eagerly set the download strategy
Jack Nagel
2014-05-27
Remove support for version "schemes", just pass version objects directly
Jack Nagel
2014-05-27
Remove some evals from formula DSL
Jack Nagel
2014-03-18
Always use CurlDownloadStrategy for legacy patches
Jack Nagel
2014-03-13
New patch implementation and DSL
Jack Nagel
2014-02-18
Tweak DownloadError message to include wrapped exception
Jack Nagel
2014-02-18
Collapse begin..end into def..end and use else clause
Jack Nagel
2014-02-18
Add DownloadError to catch a broader range of resource download errors.
Drew Rodman
2014-02-18
Inline static exception text to remove a rescue
Jack Nagel
2013-12-08
formula, resource: output when verifying checksum.
Mike McQuaid
2013-11-27
resource: convert unpack target to Pathname.
Mike McQuaid
2013-11-06
resource: only unpack to target if it exists.
Mike McQuaid
2013-10-31
fetch: clear partial downloads when --force is given
Jack Nagel
2013-10-30
Resource: extract unpacking from #stage
Jack Nagel
2013-10-30
Resource: push conditional down into #verify_download_integrity
Jack Nagel
2013-10-11
Resource: do not mutate passed-in specs hash
Jack Nagel
2013-10-02
Pass the mktemp prefix as an argument
Jack Nagel
2013-09-23
Clean up SoftwareSpec and Resource initializers
Jack Nagel
2013-09-17
Allow partial installation of resources
Jack Nagel
2013-09-17
More useful error message for missing checksums
Jack Nagel
2013-09-17
Reorganize resource download methods
Jack Nagel
2013-09-17
Move formula resources to SoftwareSpec
Jack Nagel
2013-09-17
Reimplement SoftwareSpec on top of Resource
Jack Nagel
2013-09-17
Decouple Resource from SoftwareSpec
Jack Nagel
2013-09-16
Cater to download strategies not yielding a file
Samuel Cochran
2013-09-13
Remove unused attr
Jack Nagel
2013-09-11
Implement Resources
Adam Vandenberg