Sha256: b5e32d057a60ce6d239ea8998674e8907861aabc09e89054d6fd2b9e80d2a4d9
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 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" end
Version data entries
4 entries across 4 versions & 1 rubygems