aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
AgeCommit message (Expand)Author
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
2014-07-10Raise Errno::ENOENT instead of RuntimeError from Pathname#installJack Nagel
2014-07-10Make comment in Pathname#install more accurateJack Nagel
2014-07-05Remove a RUBY_VERSION check, add a FIXME commentJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_env_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_jar_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_exec_scriptJack Nagel
2014-06-17Make signature of Pathname#write compatible with Ruby 2.1+Jack Nagel
2014-06-12Deprecate Pathname#cp and Pathname#chmod_RJack Nagel
2014-06-12Deprecate Pathname#/ with non-string/non-pathname argumentsJack Nagel
2014-06-11Use Digest#file if it's availableJack Nagel
2014-06-09Stop joining symbols to pathnamesJack Nagel
2014-06-08Just access the ivar directlyJack Nagel
2014-06-08Work around encoding issue in Pathname#inspect on Ruby 2.0Jack Nagel
2014-06-07metafiles: simplify #copy? furtherJack Nagel
2014-06-07Simplify Pathname#install_metafilesJack Nagel
2014-06-07Eliminate FORMULA_META_FILES constantJack Nagel
2014-05-31Use Pathname.glob when we want pathname objectsJack Nagel
2014-05-05Add a method_defined? guard for Pathname#/Jack Nagel
2014-05-05Use #+ instead of #join to define Pathname#/Alexey Muranov
2014-05-03Suppress a warning on Ruby 2.1+Jack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-21Rework make_relative_symlink error handling and move it into kegJack Nagel
2014-04-14Use quiet_system to silence some useless warningsJack Nagel
2014-04-14Remove overzealous exceptionsJack Nagel
2014-04-06Recognize and extract xar filesJack Nagel
2014-04-06pathname: use ln_sf in install_symlink.Mike McQuaid
2014-04-06Handle untarred bzip2 filesJack Nagel
2014-04-06Use a case statement in Pathname#compression_typeJack Nagel
2014-04-040644 is not executableJack Nagel
2014-03-27Return early so we can reduce nesting of conditionalsJack Nagel
2014-03-27Fix overly defensive handling of src parameter in make_relative_symlinkJack Nagel
2014-03-27Don't let broken symlinks halt linkingJack Nagel
2014-03-27Fix conflicting symlink adviceJack Nagel
2014-03-26Fall back to Process.gid if we aren't a member of the file's groupJack Nagel
2014-03-26Put tempfile into binmode before writingJack Nagel
2014-03-22Preserve permissions when using Pathname#atomic_writeJack Nagel
2014-03-19Expand paths before making relative symlinkJack Nagel
2014-03-18Make relative symlinks in Pathname#install_symlinkJack Nagel
2014-02-18Inline static exception text to remove a rescueJack Nagel
2014-02-12Delete unused methodJack Nagel
2014-01-04Pathname: add methods to write env scripts.Mike McQuaid
2013-12-14Move Pathname#dynamically_linked_libraries to mach moduleJack Nagel
2013-12-12monkey around for emacs' code highlighterAdam Vandenberg
2013-12-12+x wrapper scripts, so they work during post-installAdam Vandenberg
2013-11-29support .lz archivesAdam Vandenberg