aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-09-24version: don't let a/b imply alpha/beta.Mike McQuaid
This is assumption is broken for at least OpenSSL which makes it a bad general rule. As discussed in #1102.
2016-09-24update.sh: always use stable branch for tags.Mike McQuaid
This avoids creating a new branch that’ll never be deleted for each tag and differentiates between the `master` and `stable` branches.
2016-09-24Merge pull request #1114 from zmwangx/update-no-restore-stable-branchMike McQuaid
update.sh: do not restore stable (tag) branch
2016-09-24Merge pull request #1118 from reitermarkus/cask-nested-classes-and-modulesMarkus Reiter
Cask: Use nested classes and modules.
2016-09-24Merge pull request #1119 from MikeMcQuaid/rubocop-allow-hash-rockets-in-tapsMike McQuaid
rubocop: allow hash rockets in taps.
2016-09-24rubocop: allow hash rockets in taps.Mike McQuaid
Because `depends_on foo: :bar` looks rubbish.
2016-09-24Merge pull request #1113 from reitermarkus/rubocop-guardclauseMarkus Reiter
RuboCop: Fix Style/GuardClause.
2016-09-24brew.sh: change directory for HOMEBREW_VERSION.Mike McQuaid
This stops `-dirty` showing up whenever you aren't in `HOMEBREW_REPOSITORY`. Fixes #1108.
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-24Simplify Style/FileName regex.Markus Reiter
2016-09-24Merge pull request #1102 from zmwangx/alpha-rc-detectionZhiming Wang
version: improve alpha and rc detection (elasticsearch)
2016-09-24update.sh: do not restore stable (tag) branchZhiming Wang
Restoring stable branch post-update could lead to unsuspecting users with homebrew.devcmdrun being stuck forever on an old tag. Fixes #1111.
2016-09-23Store the formula used to build the keg in the kegShaun Jackman
Store the formula used to build the keg inside the keg in a file named NAME/VERSION/.brew/NAME.rb after removing the bottle do ... end block. See https://github.com/Homebrew/brew-evolution/pull/6. Closes https://github.com/Homebrew/brew/issues/931.
2016-09-23diagnostic: limit fatal dev tools check to SierraDominyk Tiller
2016-09-23test-bot: always check style of formula.Mike McQuaid
2016-09-23rubocop: allow all current core formula names.Mike McQuaid
2016-09-23Merge pull request #1106 from reitermarkus/rubocopMike McQuaid
Even more RuboCop changes.
2016-09-23Merge pull request #1100 from MikeMcQuaid/test-bot-etc-var1.0.3Mike McQuaid
test-bot: cleanup etc/var after each build.
2016-09-23Merge pull request #1097 from DomT4/software_dev_is_hardMike McQuaid
diagnostic: make using outdated dev tools fatal
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Merge pull request #1029 from wickles/patch-1Josh Hagins
Prevent Accessibility access for macOS >= 10.12
2016-09-23Fix Style/ModuleFunction.Markus Reiter
2016-09-23Fix Style/FormatString.Markus Reiter
2016-09-23accessibility_test: fix warning messageJosh Hagins
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-23Temporarily disable Style/TernaryParentheses.Markus Reiter
2016-09-23Fix Style/RegexpLiteral.Markus Reiter
2016-09-23Fix Style/Semicolon.Markus Reiter
2016-09-23Fix Style/SingleLineBlockParams.Markus Reiter
2016-09-23Fix Style/IdenticalConditionalBranches.Markus Reiter
2016-09-23RuboCop has to be run inside `HOMEBREW_LIBRARY`.Markus Reiter
2016-09-23Update `rubocop` dependency to `0.43.0`.Markus Reiter
2016-09-23Fix Lint/NonLocalExitFromIterator.Markus Reiter
2016-09-23Fix Style/PredicateName.Markus Reiter
2016-09-23Fix Style/NumericLiterals.Markus Reiter
2016-09-23Fix Style/Next.Markus Reiter
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-23Fix Style/CaseIndentation.Markus Reiter
2016-09-23Fix Performance/FixedSize.Markus Reiter
2016-09-23Fix Lint/EndAlignment.Markus Reiter
2016-09-23Add `define_method` and `define_singleton_method`.Markus Reiter
2016-09-23Update .rubocop_todo.yml.Markus Reiter
2016-09-23Fix DoubleNegation.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-23Run `rubocop`.Markus Reiter
2016-09-23Set Style/NumericLiterals MinDigits to 7.Markus Reiter
2016-09-23Remove `.simplecov` from cask’s RuboCop config.Markus Reiter
2016-09-23Disable new Style/VariableNumber cop.Markus Reiter