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
/
requirement.rb
Age
Commit message (
Expand
)
Author
2016-10-06
“Homebrew Cask” -> “Homebrew-Cask”
Markus Reiter
2016-09-27
Merge pull request #1004 from apjanke/print-requirements
Mike McQuaid
2016-09-24
info: include versions and other details in Requirements display
Andrew Janke
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Fix DoubleNegation.
Markus Reiter
2016-09-23
Fix RuboCop CaseEquality.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-07-11
requirement: more obvious error message.
Mike McQuaid
2016-07-01
requirement: update cask wording
Dominyk Tiller
2016-01-13
Fix typo [ci skip]
Satoshi Ohmori
2016-01-03
utils: add which_all
Xu Cheng
2015-12-15
Allow multiple option_names in dep/reqs.
Mike McQuaid
2015-09-01
remove Requirement#pour_bottle?
Xu Cheng
2015-08-20
Requirement: support tap formula as default_formula
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-06-07
requirement: allow access default_formula directly
Xu Cheng
2014-12-28
requirement: add cask and download attributes.
Mike McQuaid
2014-12-06
Remove {start,stop}doc as we're using Yard now.
Mike McQuaid
2014-11-12
Fix Requirement equality
Jack Nagel
2014-11-12
Don't allocate arrays in Requirement#hash
Jack Nagel
2014-10-09
Use alias_method instead of an extra ivar
Jack Nagel
2014-09-24
Generate RDoc documentation.
Mike McQuaid
2014-08-14
Remove two more unnecessary default arguments
Jack Nagel
2014-07-07
Eliminate some indirection in evaluating requirement env blocks
Jack Nagel
2014-07-07
Don't set @env on instances
Jack Nagel
2014-07-07
Keep DSL related code in one place
Jack Nagel
2014-07-03
Replace ComparableSet with a Requirements collection
Jack Nagel
2014-07-02
Move require into method to avoid circular require
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-06-12
Prefer self.class.name to self.class.to_s
Jack Nagel
2014-05-30
Deprecate implicit build-time requirements
Jack Nagel
2014-04-03
requirement: add pour_bottle? method.
Mike McQuaid
2014-03-05
Remove special X11 proxy deps
Jack Nagel
2014-02-27
Eliminate mutation of Dependency objects
Jack Nagel
2013-12-09
Ensure option names are consistent for default formula requirements
Jack Nagel
2013-08-19
Use ENV.append_path
Jack Nagel
2013-08-19
No longer call ENV.userpaths! in requirements
Jack Nagel
2013-08-19
Move common stuff to extend/ENV.rb
Jack Nagel
2013-06-27
Fix some #eql? correctness issues
Jack Nagel
2013-06-25
Yield correct dependent when expanding requirements
Jack Nagel
2013-06-24
Requirement: callers are responsible for invoking #satisfied?
Jack Nagel
2013-06-07
Add Requirement#inspect
Jack Nagel
2013-06-04
Extract attr_rw from Formula for reuse
Jack Nagel
2013-06-03
Allow explicit conversion of requirements to deps
Jack Nagel
2013-06-03
Refactor Requirement.expand
Jack Nagel
2013-06-02
Requirement: fix typo
Jack Nagel
2013-05-10
Allow requirements to specify a default formula.
Mike McQuaid
2013-05-06
Reduce allocations in dependency construction
Jack Nagel
2013-04-01
Requirement: env DSL is evaluated in context of self, not ENV
Jack Nagel
[next]