summaryrefslogtreecommitdiff
path: root/lib/chef/util/path_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-201/+3
* Use the central priority map for `provides`John Keiser2015-06-021-4/+201
* Use PathHelper from chef-configdanielsdeleo2015-05-201-204/+3
* Fix bug where unset HOME would cause chef to crashJay Mundrawala2015-03-261-3/+3
* Added a path helper to determine the home directory.Kartik Null Cating-Subramanian2015-03-201-0/+76
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
* Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-271-3/+0
* Fixing cookbook loading for windowsJay Mundrawala2014-09-291-0/+4
* Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-241-1/+1
* Use cleanpath after joinClaire McQuin2014-09-221-1/+1
* Add method to escape glob reserved characters.Claire McQuin2014-09-221-0/+8
* Make join work properly with leading slashesJohn Keiser2014-08-301-4/+4
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-6/+54
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+94