aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/hardware.rb
AgeCommit message (Collapse)Author
2018-01-09Add more deprecations, disable some existing ones.Mike McQuaid
Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
2016-07-29compat/hardware: cleanup style.Mike McQuaid
2016-05-08Make hardware code cross-platform.Mike McQuaid
2015-08-06hardware: temporary disable rubocop method rename ruleXu Cheng
Closes Homebrew/homebrew#42540. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-05-10Reorganize compatJack Nagel