Skip to content

Commit

Permalink
update to fix include path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlooney committed Dec 11, 2008
1 parent 2143c3a commit e1ffe22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Manifest.txt
@@ -1,4 +1,6 @@
lib/composite_io.rb lib/composite_io.rb
lib/multipartable.rb
lib/parts.rb
lib/net/http/post/multipart.rb lib/net/http/post/multipart.rb
Manifest.txt Manifest.txt
Rakefile Rakefile
Expand Down
2 changes: 1 addition & 1 deletion lib/multipartable.rb
@@ -1,4 +1,4 @@
require 'lib/parts' require 'parts'
module Multipartable module Multipartable
DEFAULT_BOUNDARY = "-----------RubyMultipartPost" DEFAULT_BOUNDARY = "-----------RubyMultipartPost"
def initialize(path, params, boundary = DEFAULT_BOUNDARY) def initialize(path, params, boundary = DEFAULT_BOUNDARY)
Expand Down

0 comments on commit e1ffe22

Please sign in to comment.