require 'rubygems' SPEC = Gem::Specification.new do |s| s.name = "httpclient" s.version = "2.1.5.2" s.date = "2009-06-25" s.author = "NAKAMURA, Hiroshi" s.email = "nahi@ruby-lang.org" s.homepage = "http://dev.ctor.org/httpclient" s.platform = Gem::Platform::RUBY s.summary = "gives something like the functionality of libwww-perl (LWP) in Ruby" s.files = Dir.glob("{lib}/**/*") s.require_path = "lib" s.has_rdoc = true end