OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/auth_saml/openproject-auth_saml.gemspec

14 lines
486 B

Gem::Specification.new do |s|
s.name = 'openproject-auth_saml'
s.version = '1.0.0'
s.authors = 'Cyril Rohr'
s.email = 'cyril.rohr@gmail.com'
s.homepage = 'https://github.com/finnlabs/openproject-auth_saml'
s.summary = 'OmniAuth SAML / Single-Sign On'
s.description = 'Adds the OmniAuth SAML provider to OpenProject'
s.license = 'MIT'
s.files = Dir['{app,lib}/**/*'] + %w(README.md)
s.add_dependency 'omniauth-saml', '~> 1.10.1'
end