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
/
keg.rb
Age
Commit message (
Expand
)
Author
2014-07-30
Handle nonexistent files when constructing ConflictError
Jack Nagel
2014-07-12
Fix typo
Jack Nagel
2014-07-12
Handle conflicts where links point at symlinks
Jack Nagel
2014-07-12
Always link symlinks directly
Jack Nagel
2014-07-04
Use a regular conditional instead of `next unless ...`
Jack Nagel
2014-07-04
Simpler "use the correct symlink" checks
Jack Nagel
2014-07-02
Pass relative paths into link exceptions
Jack Nagel
2014-06-30
Remove default argument from make_relative_symlink
Jack Nagel
2014-06-30
Pass the mode through the optlink method
Jack Nagel
2014-06-30
Simplify optlink method
Jack Nagel
2014-06-30
Add methods for manipulating the opt record
Jack Nagel
2014-06-30
Store the opt record so we don't have to keep reconstructing it
Jack Nagel
2014-06-30
Group methods that operate on the linked keg record
Jack Nagel
2014-06-28
Implement directory? on keg
Jack Nagel
2014-06-27
Use the keg object to manipulate the linked keg record
Jack Nagel
2014-06-27
Convert to pathname before calling relative_path_from
Jack Nagel
2014-06-26
Keg no longer inherits from Pathname
Jack Nagel
2014-06-26
Give Keg#link_dir parameter a more descriptive name
Jack Nagel
2014-06-26
Fix keg method visibility
Jack Nagel
2014-06-26
Deprecate Keg#fname
Jack Nagel
2014-06-24
Rename Keg#fname to Keg#name
Jack Nagel
2014-06-23
Keg#unlink only removes a linked keg entry *for that keg*
Jack Nagel
2014-06-23
The linked keg entry is foremost a symlink
Jack Nagel
2014-06-23
Initialize linked_keg_record in the Keg constructor
Jack Nagel
2014-06-23
Remove opt link in Keg#uninstall
Jack Nagel
2014-06-23
Remove linked kegs directory when empty
Jack Nagel
2014-06-09
Stop joining symbols to pathnames
Jack Nagel
2014-05-30
Prefer Dir[] to Dir.glob when not passing a block
Jack Nagel
2014-04-21
Raise AlreadyLinkedError when a keg is already linked
Jack Nagel
2014-04-21
Only unlink after a LinkError
Jack Nagel
2014-04-21
Raise useful errors from make_relative_symlink
Jack Nagel
2014-04-21
Rework make_relative_symlink error handling and move it into keg
Jack Nagel
2014-04-06
Drop conditional that is always false
Jack Nagel
2014-04-05
More correct "symlink already exists" check
Jack Nagel
2014-04-05
Avoid realpath where it is not necessary
Jack Nagel
2014-03-31
Use resolved_path instead of dirname and readlink directly
Jack Nagel
2014-03-31
Remove default value from Keg#link_dir mode parameter
Jack Nagel
2014-03-31
Pass the link mode to resolve_any_conflicts
Jack Nagel
2014-03-27
Move initializer after constants and class methods
Jack Nagel
2014-03-27
Fix class definition so we can require files first
Jack Nagel
2014-03-27
Don't mix boolean operator types
Jack Nagel
2014-03-27
Put constant strings in a constant
Jack Nagel
2014-03-27
Fix Keg#find so we don't have to deal with it everywhere
Jack Nagel
2014-03-13
keg: add delete_pyc_files! method.
Mike McQuaid
2014-03-11
Don't chdir just to do a glob
Jack Nagel
2014-03-05
Encode formula revision in installation prefix
Jack Nagel
2014-02-23
Always keep info files
Adam Vandenberg
2014-01-19
keg: add function to detect if .app(s) installed.
Mike McQuaid
2014-01-04
caveats: show python caveats if modules installed.
Mike McQuaid
2013-12-14
Pathname#extname returns a string
Jack Nagel
[next]