Files
openproject/modules/auth_plugins/openproject-auth_plugins.gemspec
T
Aaron Dewes b9d3a9647d fix: Openproject / Open Project -> OpenProject
This fixes the spelling of OpenProject in a few places
2024-04-26 12:06:51 +02:00

17 lines
569 B
Ruby

Gem::Specification.new do |s|
s.name = "openproject-auth_plugins"
s.version = "1.0.0"
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
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 "omniauth", "~> 1.0"
s.add_development_dependency "rspec", "~> 2.14"
s.metadata["rubygems_mfa_required"] = "true"
end