README.md in vendorificator-0.1.1 vs README.md in vendorificator-0.2.0

- old
+ new

@@ -127,9 +127,18 @@ File.open('README') { |f| f.puts "Hello, World!" } File.open('VERSION') { |f| f.puts mod.version } end ``` +#### download + +Downloads a single file: + +```ruby +download 'socks.el', :url => 'http://cvs.savannah.gnu.org/viewvc/*checkout*/w3/lisp/socks.el?root=w3&revision=HEAD' +download 'http://mumble.net/~campbell/emacs/paredit.el' +``` + #### archive Archive takes a tar.gz, tar.bz2, or zip file, downloads it, and unpacks it as contents of the module. It takes same options as `vendor`, plus: