Sha256: 55cac488e8f095f370fc0e0ee27a291107f7ddd83ed971d40911ce5d1d58d9d3
Contents?: true
Size: 1.56 KB
Versions: 0
Compression: gzip
Compressed size: 692 Bytes
Stored size: 692 Bytes
Contents
--- !ruby/object:Gem::Specification name: multipart-post version: !ruby/object:Gem::Version version: 1.2.0 prerelease: platform: ruby authors: - Nick Sieger autorequire: bindir: bin cert_chain: [] date: 2013-02-26 00:00:00.000000000 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: [] files: - .gitignore - .travis.yml - Gemfile - Gemfile.lock - History.txt - Manifest.txt - README.txt - Rakefile - lib/composite_io.rb - lib/multipart_post.rb - lib/multipartable.rb - lib/net/http/post/multipart.rb - lib/parts.rb - multipart-post.gemspec - test/multibyte.txt - test/net/http/post/test_multipart.rb - test/test_composite_io.rb - test/test_parts.rb homepage: https://github.com/nicksieger/multipart-post licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version 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.8.24 signing_key: specification_version: 3 summary: A multipart form post accessory for Net::HTTP. test_files: - test/multibyte.txt - test/net/http/post/test_multipart.rb - test/test_composite_io.rb - test/test_parts.rb