Sha256: 606c7e51cc09c9168eac2c41bcc3bd241cf8ea79c797341664de9e452c4474da
Contents?: true
Size: 848 Bytes
Versions: 3
Compression:
Stored size: 848 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "restclient_with_cert" s.version = File.read('VERSION') s.authors = ["nov matake"] s.email = ["nov@matake.jp"] s.homepage = "http://github.com/nov/restclient_with_cert" s.summary = %q{RestClient with embedded cert} s.description = %q{RestClient with embedded cert} 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"] s.add_runtime_dependency "rest-client", ">= 1.6" s.add_development_dependency "rake", ">= 0.8" s.add_development_dependency "rcov", ">= 0.9" s.add_development_dependency "rspec", ">= 2" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
restclient_with_cert-0.0.8 | restclient_with_cert.gemspec |
restclient_with_cert-0.0.7 | restclient_with_cert.gemspec |
restclient_with_cert-0.0.6 | restclient_with_cert.gemspec |