Sha256: 788a87d3b68371caaf954308183ab831f1ae50eb67921ab77c14583904ad49bf
Contents?: true
Size: 948 Bytes
Versions: 3
Compression:
Stored size: 948 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "easy-rack-open-id/version" Gem::Specification.new do |s| s.name = "easy-rack-open-id" s.version = Easy::Rack::Openid::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Sam Schenkman-Moore"] s.email = ["samsm@samsm.com"] s.homepage = "http://github.com/samsm/easy-rack-open-id" s.summary = %q{Super easy OpenID protection for Rack.} s.description = %q{You supply OpenIDs, this keeps anyone but people with access to those ids from getting through. You don't even have to make a form. :)} s.rubyforge_project = "easy-rack-open-id" 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_dependency 'rack-openid', ['~> 1.3'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
easy-rack-open-id-0.3.2 | easy-rack-open-id.gemspec |
easy-rack-open-id-0.3.1 | easy-rack-open-id.gemspec |
easy-rack-open-id-0.3.0 | easy-rack-open-id.gemspec |