-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathruby-multipart-post.gemspec
30 lines (26 loc) · 1.52 KB
/
ruby-multipart-post.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{ruby-multipart-post}
s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Amit Kumar"]
s.date = %q{2011-03-23}
s.description = %q{Multipart form post thru Ruby script, headers content-type and content-length properly set}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["CHANGELOG", "README", "README.rdoc", "lib/file_upload_io.rb", "lib/multi_part_post.rb", "lib/parts.rb", "lib/ruby-multipart-post.rb", "lib/stream.rb"]
s.files = ["CHANGELOG", "README", "README.rdoc", "Rakefile", "lib/file_upload_io.rb", "lib/multi_part_post.rb", "lib/parts.rb", "lib/ruby-multipart-post.rb", "lib/stream.rb", "test/file_upload_io_test.rb", "test/files/file_0.txt", "test/parts_test.rb", "Manifest", "ruby-multipart-post.gemspec"]
s.homepage = %q{http://github.com/toamitkumar/ruby-multipart-post}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ruby-multipart-post", "--main", "README"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{ruby-multipart-post}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Multipart form post thru Ruby script, headers content-type and content-length properly set}
s.test_files = ["test/file_upload_io_test.rb", "test/parts_test.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end