Sha256: 4e8c7cbe87c0db387850aea94b7b739d2d8b3deab9f4da208d0841110e5309cf
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 685 Bytes
Stored size: 685 Bytes
Contents
--- !ruby/object:Gem::Specification name: multipart-post version: !ruby/object:Gem::Version prerelease: version: 1.1.3 platform: ruby authors: - Nick Sieger autorequire: bindir: bin cert_chain: [] date: 2011-07-25 00:00:00 Z dependencies: [] description: "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." email: nick@nicksieger.com executables: [] extensions: [] extra_rdoc_files: - Manifest.txt - README.txt files: - lib/composite_io.rb - lib/multipartable.rb - lib/parts.rb - lib/net/http/post/multipart.rb - Manifest.txt - Rakefile - README.txt - test/test_composite_io.rb - test/net/http/post/test_multipart.rb - test/test_parts.rb homepage: http://github.com/nicksieger/multipart-post licenses: [] post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 1793835851156969378 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: caldersphere rubygems_version: 1.7.2 signing_key: specification_version: 3 summary: Creates a multipart form post accessory for Net::HTTP. test_files: - test/net/http/post/test_multipart.rb - test/test_composite_io.rb - test/test_parts.rb