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
/
extend
/
pathname.rb
Age
Commit message (
Expand
)
Author
2015-04-26
Add support for extracting LHA archives
Misty De Meo
2015-04-07
pathname: prune unnecessary whitespace
Dominyk Tiller
2015-03-31
pathname: remove hyphen from BOTTLE_EXTNAME_RX
Shaun Jackman
2015-03-31
pathname: Add [-0-9] to BOTTLE_EXTNAME_RX
Shaun Jackman
2015-03-26
Pass around only pathname objects
Jack Nagel
2015-03-26
Always yield a path from install_p extension
Jack Nagel
2015-03-25
Combine assignments
Jack Nagel
2015-03-24
Make install_p and install_symlink_p private
Jack Nagel
2015-03-24
Always pass basename to install_symlink_p
Jack Nagel
2015-03-24
Always pass basename to install_p
Jack Nagel
2015-03-23
Go through regular logic when installing a file
Jack Nagel
2015-03-06
test-bot pathname: use Utils.popen_read instead of backticks
Xu Cheng
2015-02-25
pathname: skip directory in env_script_all_files
Xu Cheng
2015-01-05
Buffer 16K at a time
Jack Nagel
2014-12-09
Recognize rpm file magic
Jack Nagel
2014-11-09
Pull initialization code out of begin block
Jack Nagel
2014-09-20
Make Pathname#atomic_write truly atomic
Jack Nagel
2014-08-26
etc.install: handle recursive directory installs.
Mike McQuaid
2014-07-29
Pathname.binread
Adam Vandenberg
2014-07-27
backport binwrite from Ruby 2.1+
Adam Vandenberg
2014-07-27
Rename write_binary to binwrite
Adam Vandenberg
2014-07-27
add Pathname.write_binary
Adam Vandenberg
2014-07-13
nudge formatting
Adam Vandenberg
2014-07-10
Raise Errno::ENOENT instead of RuntimeError from Pathname#install
Jack Nagel
2014-07-10
Make comment in Pathname#install more accurate
Jack Nagel
2014-07-05
Remove a RUBY_VERSION check, add a FIXME comment
Jack Nagel
2014-06-17
Add explicit mkpath to Pathname#write_env_script
Jack Nagel
2014-06-17
Add explicit mkpath to Pathname#write_jar_script
Jack Nagel
2014-06-17
Add explicit mkpath to Pathname#write_exec_script
Jack Nagel
2014-06-17
Make signature of Pathname#write compatible with Ruby 2.1+
Jack Nagel
2014-06-12
Deprecate Pathname#cp and Pathname#chmod_R
Jack Nagel
2014-06-12
Deprecate Pathname#/ with non-string/non-pathname arguments
Jack Nagel
2014-06-11
Use Digest#file if it's available
Jack Nagel
2014-06-09
Stop joining symbols to pathnames
Jack Nagel
2014-06-08
Just access the ivar directly
Jack Nagel
2014-06-08
Work around encoding issue in Pathname#inspect on Ruby 2.0
Jack Nagel
2014-06-07
metafiles: simplify #copy? further
Jack Nagel
2014-06-07
Simplify Pathname#install_metafiles
Jack Nagel
2014-06-07
Eliminate FORMULA_META_FILES constant
Jack Nagel
2014-05-31
Use Pathname.glob when we want pathname objects
Jack Nagel
2014-05-05
Add a method_defined? guard for Pathname#/
Jack Nagel
2014-05-05
Use #+ instead of #join to define Pathname#/
Alexey Muranov
2014-05-03
Suppress a warning on Ruby 2.1+
Jack Nagel
2014-04-25
Yield absolute paths from find_formula
Jack Nagel
2014-04-21
Rework make_relative_symlink error handling and move it into keg
Jack Nagel
2014-04-14
Use quiet_system to silence some useless warnings
Jack Nagel
2014-04-14
Remove overzealous exceptions
Jack Nagel
2014-04-06
Recognize and extract xar files
Jack Nagel
2014-04-06
pathname: use ln_sf in install_symlink.
Mike McQuaid
2014-04-06
Handle untarred bzip2 files
Jack Nagel
[next]