Sha256: e9b63ea5bcdd11a179bb0d94dc933b120c146cfc713a24644ee63f43d6c9fb3a
Contents?: true
Size: 960 Bytes
Versions: 1
Compression:
Stored size: 960 Bytes
Contents
# encoding: UTF-8 require File.expand_path('../lib/omniauth-pam/version', __FILE__) Gem::Specification.new do |s| s.name = 'omniauth-pam' s.version = OmniAuth::PAM::VERSION s.authors = ['Nick Charlton'] s.email = ['hello@nickcharlton.net'] s.homepage = 'https://github.com/nickcharlton/omniauth-pam' s.license = 'MIT' s.summary = 'A PAM strategy for OmniAuth.' s.description = 'An OmniAuth strategy to allow you to authenticate '\ 'against Pluggable Authentication Modules (PAM).' s.rubyforge_project = 'omniauth-pam' 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 'omniauth', '~> 1.0' s.add_runtime_dependency 'rpam-ruby19', '~> 1.2.1' s.add_runtime_dependency 'etc' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-pam-1.2.1 | omniauth-pam.gemspec |