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

22 lines
752 B

# encoding: UTF-8
$:.push File.expand_path("../lib", __FILE__)
require 'open_project/auth_plugins/version'
Gem::Specification.new do |s|
s.name = "openproject-auth_plugins"
s.version = OpenProject::AuthPlugins::VERSION
s.authors = "Finn GmbH"
s.email = "info@finn.de"
s.homepage = "https://www.openproject.org/projects/auth-plugins"
s.summary = 'OpenProject Auth Plugins'
s.description = "Integration of OmniAuth strategy providers for authentication in Openproject."
s.license = "GPLv3"
s.files = Dir["{app,config,db,lib}/**/*"] + %w(doc/CHANGELOG.md README.md)
s.add_dependency "rails", "~> 3.2.14"
s.add_dependency "omniauth", "~> 1.0"
s.add_development_dependency "rspec", "~> 2.14"
end