aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/readall.rb
AgeCommit message (Collapse)Author
2015-04-12readall: use named to check if ARGV is empty.Mike McQuaid
Otherwise e.g. --debug will be interpreted as a (bad) tap argument. Closes #38569. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-20test-bot: don't run readall on <=10.8.Mike McQuaid
The Ruby 1.8 implementation seems to be really flaky, unfortunately.
2015-03-08cmd/readall: add --syntax to check for valid Ruby.Mike McQuaid
2014-06-22Move deprecated Formula class methods to compatJack Nagel
These have all been moved to Formulary.
2014-06-15readall: fix permissionsAdam Vandenberg
2014-06-15Migrate readallAdam Vandenberg