Sha256: 897a8a84a95e0592f5bfc8b85b1a3d7964c5960a3be43a888883897485807efa
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__) name = "open_id_authentication" require "#{name}/version" Gem::Specification.new name, OpenIdAuthentication::VERSION do |s| s.summary = "open_id_authentication provides a thin wrapper around the excellent rack-openid gem." s.authors = ["Patrick Robertson", "Michael Grosser"] s.email = "michael@grosser.it" s.homepage = "https://github.com/grosser/#{name}" s.files = `git ls-files`.split("\n") s.license = "MIT" key = File.expand_path("~/.ssh/gem-private_key.pem") if File.exist?(key) s.signing_key = key s.cert_chain = ["gem-public_cert.pem"] end s.add_runtime_dependency "rack-openid", "~> 1.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open_id_authentication-1.2.0 | open_id_authentication.gemspec |