aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
AgeCommit message (Expand)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-08-22upgrade more urls to httpsViktor Szakats
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-05-30Pathname: use Digest::SHA256 aliasMisty De Meo
2017-04-23Fix and remove various TODOs.Mike McQuaid
2017-04-22More deprecations.Mike McQuaid
2017-02-27Merge branch 'master' into exclude-executable-metafilesNaoto Kaneko
2017-02-24Extend #ds_file? in PathnameNaoto Kaneko
2017-02-23Add integration test helper methods.Markus Reiter
2017-01-06pathname: make compute_disk_usage handle symlinks.Mike McQuaid
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