JezK
Edit File: curb-0.9.3.gemspec
# -*- encoding: utf-8 -*- # stub: curb 0.9.3 ruby lib ext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "curb" s.version = "0.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib", "ext"] s.authors = ["Ross Bamford", "Todd A. Fisher"] s.date = "2016-04-11" 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/" s.email = "todd.fisher@gmail.com" s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = ["LICENSE", "README.markdown"] s.files = ["LICENSE", "README.markdown", "ext/extconf.rb"] s.homepage = "http://curb.rubyforge.org/" s.licenses = ["MIT"] s.rdoc_options = ["--main", "README.markdown"] s.rubyforge_project = "curb" s.rubygems_version = "2.2.2" s.summary = "Ruby libcurl bindings" s.installed_by_version = "2.2.2" if s.respond_to? :installed_by_version end