index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
descriptions.rb
Age
Commit message (
Expand
)
Author
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-05-29
Fixup all RuboCop warnings.
Mike McQuaid
2016-11-20
Replace Utils::JSON with corelib JSON calls.
William Woodruff
2016-11-13
Use guard clauses.
Markus Reiter
2016-10-01
Add `Formatter` module.
Markus Reiter
2016-10-01
Refactor Tty.
Markus Reiter
2016-09-23
Fix Style/Semicolon.
Markus Reiter
2016-09-23
Auto-correct guard clauses.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2016-08-17
descriptions: assume Ruby 2.
Mike McQuaid
2016-04-16
desc: print short name unless multiple formulae have the same name
Josh Hagins
2016-04-03
brew search: fix `--desc` regression
Andrew Janke
2016-04-02
descriptions: update for core/formula separation
Xu Cheng
2015-09-10
descriptions: use each instead of map
Xu Cheng
2015-09-10
desc: print descriptions directly by formulae instead of cache
Xu Cheng
2015-09-10
use json to cache descriptions
Xu Cheng
2015-09-10
Descriptions.cache_formulae: secure formulae loading
Xu Cheng
2015-09-10
Descriptions.cache_fresh?: return early
Xu Cheng
2015-09-08
Improve description searching and add a cache.
Dan Martinez