index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
options.rb
Age
Commit message (
Expand
)
Author
2014-11-15
Ensure that equals options get parsed properly
Elliot Saba
2014-10-19
Add deprecated_option to software_spec.
Mike McQuaid
2014-10-19
Add DeprecatedOption class.
Mike McQuaid
2014-08-29
Collapse iteration to a map
Jack Nagel
2014-08-29
Options internals no longer need to support switches
Jack Nagel
2014-08-29
Move handling of leading dashes to Options.create
Jack Nagel
2014-08-27
Remove to_str from Option
Jack Nagel
2014-08-20
Options no longer needs deep-copy semantics
Jack Nagel
2014-08-13
Avoid hardcoding the class name
Jack Nagel
2014-08-13
Remove Options#concat
Jack Nagel
2014-08-13
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-13
Remove unused branches from Options.coerce
Jack Nagel
2014-08-13
Revert "Remove unused branches from Options.coerce"
Mike McQuaid
2014-08-13
Revert "Replace Options.coerce with an alternate constructor"
Mike McQuaid
2014-08-12
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-12
Remove unused branches from Options.coerce
Jack Nagel
2014-08-07
Default to the empty string instead of nil
Jack Nagel
2014-07-07
Merge instead of calling << in a loop
Jack Nagel
2014-07-03
Option does not need to be Comparable
Jack Nagel
2014-07-01
Use to_a definition from Enumerable
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-06-09
Fix warning under Ruby 2.2
Jack Nagel
2014-02-27
Add set union to Options
Jack Nagel
2013-08-22
Add an accessor to make the intent more clear here
Jack Nagel
2013-08-22
Options: ensure copies do not share the underlying collection
Jack Nagel
2013-06-27
Fix some #eql? correctness issues
Jack Nagel
2013-06-22
Use OkJson directly
Jack Nagel
2013-06-07
Simplify Options#inspect
Jack Nagel
2013-05-24
Define inspect on Option and Options
Jack Nagel
2013-05-06
Avoid extra array allocations
Jack Nagel
2013-02-17
Don't shadow outer local variable
Jack Nagel
2013-01-30
Fix passing multiple switches as a single word to the build
Jack Nagel
2013-01-26
FormulaInstaller: construct new ARGV from an Options collection
Jack Nagel
2013-01-26
Refactor option handling internals
Jack Nagel