# -*- encoding: utf-8 -*- # stub: taf2-curb 0.2.3 ruby ext Gem::Specification.new do |s| s.name = "taf2-curb".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze] s.authors = ["Ross Bamford".freeze, "Todd A. Fisher".freeze] s.date = "2008-11-03" s.description = "Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/".freeze s.email = "todd.fisher@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze] s.files = ["LICENSE".freeze, "README".freeze, "Rakefile".freeze, "doc.rb".freeze, "ext/curb.c".freeze, "ext/curb.h".freeze, "ext/curb.rb".freeze, "ext/curb_easy.c".freeze, "ext/curb_easy.h".freeze, "ext/curb_errors.c".freeze, "ext/curb_errors.h".freeze, "ext/curb_macros.h".freeze, "ext/curb_multi.c".freeze, "ext/curb_multi.h".freeze, "ext/curb_postfield.c".freeze, "ext/curb_postfield.h".freeze, "ext/curl.rb".freeze, "ext/extconf.rb".freeze, "tests/helper.rb".freeze, "tests/tc_curl_easy.rb".freeze, "tests/tc_curl_multi.rb".freeze, "tests/tc_curl_postfield.rb".freeze, "tests/unittests.rb".freeze] s.homepage = "http://curb.rubyforge.org/".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby libcurl bindings".freeze s.test_files = ["tests/tc_curl_easy.rb".freeze, "tests/tc_curl_multi.rb".freeze, "tests/tc_curl_postfield.rb".freeze, "tests/unittests.rb".freeze, "tests/helper.rb".freeze] end