summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/uris.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-1/+1
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-0/+11
| | | | | | | | | The following example now works ```ruby remote_file "c:\\nospaces" do source "file:///c:/foo bar" end ```
* added comment for uri_scheme?Jay Mundrawala2015-05-151-0/+3
|
* Use custom uri matcherJay Mundrawala2015-05-151-5/+2
| | | | URI.split matches C:/, which we do not want
* Refactor uri detectionJay Mundrawala2015-05-151-0/+33