aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
AgeCommit message (Expand)Author
2016-11-13No if/unless-modifier on multiline blocks.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix Lint/NonLocalExitFromIterator.Markus Reiter
2016-09-13extend/pathname: fix Rubocop warnings.Mike McQuaid
2016-08-24Merge Cask’s `Pathname` extension with Homebrew’s.Markus Reiter
2016-08-18remove ruby 1.8 compatible codesXu Cheng
2016-05-15Synchronize counts for link and unlink (#242)Paolo G. Giarrusso
2016-04-01Pathname: improve compute_disk_usageXu Cheng
2016-03-31Pathname#version: only parse version from file basenameXu Cheng
2016-03-20deprecate SHA1Xu Cheng
2016-03-08install_renamed: handle recursive installs.Mike McQuaid
2016-02-21pathname: add append_lines methodDominyk Tiller
2016-01-03pathname: remove redundant spacingDominyk Tiller
2016-01-03pathname: become less introspectiveDominyk Tiller
2015-12-30pathname: don't try to calculate symlink size.Mike McQuaid
2015-12-30pathname: improve compute_disk_usageXu Cheng
2015-12-30pathname: fix use of `find` on Ruby 1.8.Mike McQuaid
2015-12-30pathname: store file count and disk usage.Rakesh
2015-11-17move more deprecated methods to compat folderXu Cheng
2015-10-18move mach.rb to os/mac/mach.rbXu Cheng
2015-10-08ObserverPathnameExtension: only puts first 100 operationsXu Cheng
2015-08-29More API documentation.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-07-22Pathname#abv: handle the case `du` returns empty stringXu Cheng
2015-06-11remove Pathname#find_formulaXu Cheng
2015-06-07Revert "Pathname#version: support bottle version"Xu Cheng
2015-06-04Pathname#version: support bottle versionXu Cheng
2015-04-26Add support for extracting LHA archivesMisty De Meo
2015-04-07pathname: prune unnecessary whitespaceDominyk Tiller
2015-03-31pathname: remove hyphen from BOTTLE_EXTNAME_RXShaun Jackman
2015-03-31pathname: Add [-0-9] to BOTTLE_EXTNAME_RXShaun Jackman
2015-03-26Pass around only pathname objectsJack Nagel
2015-03-26Always yield a path from install_p extensionJack Nagel
2015-03-25Combine assignmentsJack Nagel
2015-03-24Make install_p and install_symlink_p privateJack Nagel
2015-03-24Always pass basename to install_symlink_pJack Nagel
2015-03-24Always pass basename to install_pJack Nagel
2015-03-23Go through regular logic when installing a fileJack Nagel
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
2015-02-25pathname: skip directory in env_script_all_filesXu Cheng
2015-01-05Buffer 16K at a timeJack Nagel
2014-12-09Recognize rpm file magicJack Nagel
2014-11-09Pull initialization code out of begin blockJack Nagel
2014-09-20Make Pathname#atomic_write truly atomicJack Nagel
2014-08-26etc.install: handle recursive directory installs.Mike McQuaid
2014-07-29Pathname.binreadAdam Vandenberg
2014-07-27backport binwrite from Ruby 2.1+Adam Vandenberg
2014-07-27Rename write_binary to binwriteAdam Vandenberg
2014-07-27add Pathname.write_binaryAdam Vandenberg
2014-07-13nudge formattingAdam Vandenberg