aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/metafiles.rb
AgeCommit message (Collapse)Author
2016-10-24metafiles: convert Metafiles class to moduleJosh Hagins
2016-10-24metafiles: use Set.new instead of Array#to_setJosh Hagins
2016-10-24metafiles: convert EXTENSIONS and BASENAMES from Array to SetJosh Hagins
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
But remove some manual `.freeze`s on constants that shouldn't be constants.
2015-01-13metafile: extend ext listXu Cheng
Closes Homebrew/homebrew#35820. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-07metafiles: simplify #copy? furtherJack Nagel
2014-06-07Eliminate FORMULA_META_FILES constantJack Nagel
2014-06-07metafiles: combine #should_copy? and #include?Jack Nagel
2014-06-07metafiles: remove unused methodJack Nagel
2014-06-07metafiles: extract constant arraysJack Nagel
2014-06-07metafiles: reduce pathname conversions in #include?Jack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this).
2012-11-11Add more files and extensions to metafilesAdam Vandenberg
2012-11-11Use a class for FORMULA_META_FILESAdam Vandenberg
* lets more text types get picked up * better filter for `brew list`