Sha256: 995f6bee4c6eaaedfa79108bb213d294d11e19bf9b08fd55ac8659df5ec37cd3
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
$:.push File.expand_path("lib", __dir__) require "omniauth-pam/version" Gem::Specification.new do |s| s.name = "omniauth-pam" s.version = OmniAuth::PAM::VERSION s.authors = ["Nick Charlton"] s.email = ["nick@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.files = `git ls-files`.split($RS) s.executables = s.files.grep(/^exe/) { |f| File.basename(f) } s.test_files = s.files.grep(/^(test|spec|features)/) s.require_paths = ["lib"] s.add_runtime_dependency "omniauth", "~> 1.5" s.add_runtime_dependency 'rpam-ruby19', '~> 1.2.1' s.add_runtime_dependency 'etc' s.add_development_dependency "pry" s.add_development_dependency "rack-test" s.add_development_dependency "rake" s.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-pam-1.3.0 | omniauth-pam.gemspec |