lib/cifrado/streaming_uploader.rb in cifrado-0.1.1 vs lib/cifrado/streaming_uploader.rb in cifrado-0.1.2

- old
+ new

@@ -1,20 +1,6 @@ module Cifrado - # StreamingUploader Adapted by Sergio Rubio <rubiojr@frameos.org> - # - # inspired by Opscode Chef StreamingCookbookUploader chef/streaming_cookbook_uploader.rb - # http://opscode.com - # - # inspired by/cargo-culted from http://stanislavvitvitskiy.blogspot.com/2008/12/multipart-post-in-ruby.html - # On Apr 6, 2010, at 3:00 PM, Stanislav Vitvitskiy wrote: - # - # It's free to use / modify / distribute. No need to mention anything. Just copy/paste and use. - # - # Regards, - # Stan - - require 'net/http' require 'net/https' require 'cifrado/rate_limit' class StreamingUploader