aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formulary.rb
AgeCommit message (Expand)Author
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
2016-05-22formulary: fix comment typo.Mike McQuaid
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-04-17formulary: use FormulaClassUnavailableErrorMartin Afanasjew
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2016-02-26various: use Tap abstractionXu Cheng
2016-02-24TapLoader: improve load logicXu Cheng
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-19formulary: use CoreFormulaRepositoryXu Cheng
2015-12-13Formulary: explicitly require tapAlex Dunn
2015-12-09avoid using FORMULA_RENAMES directlyXu Cheng
2015-12-09Formulary: use same logic to handle core fully-qualified nameXu Cheng
2015-12-09Formulary.core_path: use CoreFormulaRepository#formula_dirXu Cheng
2015-12-09Formulary: use Tap#alias_dirXu Cheng
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-10-10Formulary.from_rack: better formula resolution strategyXu Cheng
2015-09-30cache tapsXu Cheng