aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
AgeCommit message (Expand)Author
2015-03-05checksums: switch to sha256 for bottles and new formulaeDominyk Tiller
2015-01-08Remove another use of the direct url writerJack Nagel
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
2014-12-27create: recommend `brew audit --strict`.Mike McQuaid
2014-12-15create: remove formula include.Mike McQuaid
2014-10-26Import docs from wiki.Mike McQuaid
2014-07-17Only ask for the stem onceJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-03test: improve docs for when using HEAD or similar flagsDave Cottlehuber
2014-02-22create: make conditional more obviousJack Nagel
2014-02-22create: pull requires out of methodJack Nagel
2014-02-22Update method callJack Nagel
2014-02-21Move Formula.class_s to FormularyJack Nagel
2014-01-07create: fix typosChristian Moritz
2014-01-07create: always use double quotes.Mike McQuaid
2013-12-27Replace template’s `j1` with `deparallelize`Josh Tilles
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-26create: escape example interpolationJack Nagel
2013-10-26add note about test path to create templateAdam Vandenberg
2013-10-25create: detect name from GitHub archives.Mike McQuaid
2013-09-23Clean up SoftwareSpec and Resource initializersJack Nagel
2013-09-17create: use resource for checksum detectionJack Nagel
2013-09-16Rephrase conditionalJack Nagel
2013-09-06Enable verbose compile command in create template.Xiyue Deng
2013-08-20brew create: Mention the example-formulaSamuel John
2013-08-03brew-create: don't break when given --set-versionChes Martin
2013-06-26Don't use 'obj == nil'Jack Nagel
2013-04-03use separate args in brew createAdam Vandenberg
2013-02-23brew create: use test DSLMike McQuaid
2013-02-18Don't use deprecated form of attrJack Nagel
2013-02-18brew-create: don't insert autodetected versions.Mike McQuaid
2012-12-27Respect BROWSER environment variableJack Nagel
2012-08-26create: allow --set-name and --set-versionAdam Vandenberg
2012-08-09create: Fix indentation for :x11 depMisty De Meo
2012-07-04Give SoftwareSpec an initializerJack Nagel
2012-07-04Teach download strategies to take a SoftwareSpecJack Nagel
2012-07-04Refactor download strategy detectionJack Nagel
2012-07-01Update formula template for new X11 dependencyJack Nagel
2012-06-06Use sha1 as the default checksum for new formulaeAdam Vandenberg
2012-05-22create: update cmake calls in templateJack Nagel
2012-03-01Assist more in the template from `brew create`Max Howell
2012-02-29Some additional aid for `brew create`Max Howell
2012-02-06create: homepage comes before url and checksumJack Nagel
2012-01-31create: punt on bad URLsJack Nagel
2011-11-29Correct cmake syntax in formula templateMisty De Meo
2011-09-20More docs for `brew create` generated formula testsMax Howell
2011-08-25Force contributors to define a test by adding it to the create templateMax Howell
2011-05-07Fix misspelled method name: Formula.canonical_nameJack Nagel