aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formulary.rb
AgeCommit message (Expand)Author
2017-10-24Use `/` to join path.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-04formulary: handle unreadable bottle formula.Mike McQuaid
2017-09-28BottleLoader: Use the formula stored in the bottleShaun Jackman
2017-08-12Revert "Raise an exception when double loading a formula"Mike McQuaid
2017-08-11Raise an exception when double loading a formulaAlyssa Ross
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-06-13BottleLoader: Fix installing a bottle from an URLShaun Jackman
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-05-01Install a bottle from an URLShaun Jackman
2017-04-18install: don't search when formula is unreadable.Mike McQuaid
2017-04-11formulary: Workaround for method missing for downcase on Pathname object.SHIBATA Hiroshi
2017-02-20Make `Formulary` a `module`.Markus Reiter
2017-02-01formulary: handle ScriptError in formulaAlyssa Ross
2017-01-09formulary: read from formula in opt prefix.Mike McQuaid
2016-12-29tap_migrations: support renaming to/from casks.Mike McQuaid
2016-12-29Merge pull request #1733 from vladshablinsky/rb_in_nameMike McQuaid
2016-12-26Don't drop .rb suffix for formula namesUladzislau Shablinski
2016-12-14formulary: call tap not formulaUladzislau Shablinski
2016-12-11Merge pull request #1646 from MikeMcQuaid/report-deprecations-to-tapMike McQuaid
2016-12-10Tell people to report URL/tap deprecations to the tap.Mike McQuaid
2016-12-09formulary: remap deprecated options from keg.Mike McQuaid
2016-11-11formulary: don't warn on old formula name from keg/rack.Mike McQuaid
2016-11-02formulary: migrate fully-scoped formulae names.Mike McQuaid
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-19Fix another `brew style` from #971.Mike McQuaid
2016-09-19Fix `brew style` from #971.Mike McQuaid
2016-09-18upgrade, outdated: follow alias changesAlyssa Ross
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-05Switch to hash rocketsAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
2016-08-29formulary: tweak @ translationDominyk Tiller
2016-08-28formulary: translate @ to AT for classnameDominyk Tiller
2016-08-10formulary: fix to_rack for fully-scoped referencesMike McQuaid
2016-08-06Fix update commit for non-HEAD kegs with head spec (#644)Uladzislau Shablinski
2016-07-17Update commit when resolving the formula (#536)Uladzislau Shablinski
2016-07-15formulary: add missing keg.rackXu Cheng
2016-07-15add Formulary#from_kegXu Cheng
2016-07-15ARGV#resolved_formulae: also load build optionsXu Cheng
2016-06-01Prefer $stderr over STDERR for consistency (#304)Martin Afanasjew
2016-05-28Use JSON files for bottle upload data. (#166)Mike McQuaid