Sha256: c195da0fcc42c47e043929010e98807c45655ea5da6065bed73b56cdc688692e

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "multipart_post"

Gem::Specification.new do |s|
  s.name        = "multipart-post"
  s.version     = MultipartPost::VERSION
  s.authors     = ["Nick Sieger"]
  s.email       = ["nick@nicksieger.com"]
  s.homepage    = "https://github.com/nicksieger/multipart-post"
  s.summary     = %q{A multipart form post accessory for Net::HTTP.}
  s.license     = "MIT"
  s.description = %q{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.}

  s.rubyforge_project = "caldersphere"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/multipart-post-1.2.0/multipart-post.gemspec
vagrant-actionio-0.0.9 vendor/bundle/gems/multipart-post-1.2.0/multipart-post.gemspec
multipart-post-1.2.0 multipart-post.gemspec