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
/
cmd
/
create.rb
Age
Commit message (
Expand
)
Author
2014-01-07
create: fix typos
Christian Moritz
2014-01-07
create: always use double quotes.
Mike McQuaid
2013-12-27
Replace template’s `j1` with `deparallelize`
Josh Tilles
2013-12-14
Update docs, comment mxcl/homebrew refs.
Mike McQuaid
2013-10-30
Cleanup use of some global constants.
Mike McQuaid
2013-10-26
create: escape example interpolation
Jack Nagel
2013-10-26
add note about test path to create template
Adam Vandenberg
2013-10-25
create: detect name from GitHub archives.
Mike McQuaid
2013-09-23
Clean up SoftwareSpec and Resource initializers
Jack Nagel
2013-09-17
create: use resource for checksum detection
Jack Nagel
2013-09-16
Rephrase conditional
Jack Nagel
2013-09-06
Enable verbose compile command in create template.
Xiyue Deng
2013-08-20
brew create: Mention the example-formula
Samuel John
2013-08-03
brew-create: don't break when given --set-version
Ches Martin
2013-06-26
Don't use 'obj == nil'
Jack Nagel
2013-04-03
use separate args in brew create
Adam Vandenberg
2013-02-23
brew create: use test DSL
Mike McQuaid
2013-02-18
Don't use deprecated form of attr
Jack Nagel
2013-02-18
brew-create: don't insert autodetected versions.
Mike McQuaid
2012-12-27
Respect BROWSER environment variable
Jack Nagel
2012-08-26
create: allow --set-name and --set-version
Adam Vandenberg
2012-08-09
create: Fix indentation for :x11 dep
Misty De Meo
2012-07-04
Give SoftwareSpec an initializer
Jack Nagel
2012-07-04
Teach download strategies to take a SoftwareSpec
Jack Nagel
2012-07-04
Refactor download strategy detection
Jack Nagel
2012-07-01
Update formula template for new X11 dependency
Jack Nagel
2012-06-06
Use sha1 as the default checksum for new formulae
Adam Vandenberg
2012-05-22
create: update cmake calls in template
Jack Nagel
2012-03-01
Assist more in the template from `brew create`
Max Howell
2012-02-29
Some additional aid for `brew create`
Max Howell
2012-02-06
create: homepage comes before url and checksum
Jack Nagel
2012-01-31
create: punt on bad URLs
Jack Nagel
2011-11-29
Correct cmake syntax in formula template
Misty De Meo
2011-09-20
More docs for `brew create` generated formula tests
Max Howell
2011-08-25
Force contributors to define a test by adding it to the create template
Max Howell
2011-05-07
Fix misspelled method name: Formula.canonical_name
Jack Nagel
2011-04-09
Fix formula paths for manually specified names.
Martin Kühl
2011-04-05
brew create: remind people to 'brew audit'
Adam Vandenberg
2011-04-05
brew create: ensure CACHE folder exists
Adam Vandenberg
2011-03-13
Remove unused exception; Closes #4652
Max Howell
2011-03-13
Replace create --cache with create --no-fetch
Max Howell
2011-03-12
Use ruby style for inheritance.
Adam Vandenberg
2011-03-12
Refactor the blacklists
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell