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_plugins/openproject-auth_plugins.ge...

18 lines
541 B

11 years ago
# encoding: UTF-8
Gem::Specification.new do |s|
s.name = 'openproject-auth_plugins'
s.version = '1.0.0'
s.authors = 'OpenProject GmbH'
s.email = 'info@openproject.com'
11 years ago
s.summary = 'OpenProject Auth Plugins'
s.description = 'Integration of OmniAuth strategy providers for authentication in Openproject.'
s.license = 'GPLv3'
11 years ago
s.files = Dir['{app,config,db,lib}/**/*'] + %w(doc/CHANGELOG.md README.md)
11 years ago
s.add_dependency 'omniauth', '~> 1.0'
11 years ago
s.add_development_dependency 'rspec', '~> 2.14'
11 years ago
end