2014-03-26 15:27:23 by Takahiro Kambe | Files touched by this commit (14) |
Log message:
Allow build with ruby21.
|
2014-01-17 09:32:07 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-multipart-post to 2.0.0.
=== 2.0.0 / 2013-12-21
- Drop Ruby 1.8 compatibility
- GH #21: Fix FilePart length calculation for Ruby 1.9 when filename contains
multibyte characters (hexfet)
- GH #20: Ensure upload responds to both #content_type and #original_filename
(Steven Davidovitz)
- GH #31: Support setting headers on any part of the request (Socrates Vicente)
- GH #30: Support array values for params (Gustav Ernberg)
- GH #32: Fix respond_to? signature (Leo Cassarani)
- GH #33: Update README to markdown (Jagtesh Chadha)
- GH #35: Improved handling of array-type parameters (Steffen Grunwald)
|
2013-04-07 13:06:19 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-multipart-post to 1.2.0.
=== 1.2.0 / 2013-02-25
- #25: Ruby 2 compatibility (thanks mislav)
|
2013-01-26 09:46:29 by OBATA Akio | Files touched by this commit (4) |
Log message:
Import ruby-multipart-post-1.1.5 as www/ruby-multipart-post.
Use with Net::HTTP to do multipart form posts. IO values that have
#content_type, #original_filename, and #local_path will be posted as a binary
file.
|