forked from toyokazu/omniauth-shibboleth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathomniauth-shibboleth.gemspec
27 lines (20 loc) · 1 KB
/
omniauth-shibboleth.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-shibboleth/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '>= 2.0.0'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'rack-session'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '>= 2.8'
gem.license = 'MIT'
gem.authors = ["Bobby McDonald", "Toyokazu Akiyama"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{OmniAuth Shibboleth strategies for OmniAuth 2.x}
gem.summary = %q{OmniAuth Shibboleth strategies for OmniAuth 2.x}
gem.homepage = ""
gem.files = `find . -not \\( -regex ".*\\.git.*" -o -regex "\\./pkg.*" -o -regex "\\./spec.*" \\)`.split("\n").map{ |f| f.gsub(/^.\//, '') }
gem.test_files = `find spec/*`.split("\n")
gem.name = "omniauth-shibboleth-redux"
gem.require_paths = ["lib"]
gem.version = OmniAuth::Shibboleth::VERSION
end