Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
569 B
Ruby
Raw Permalink Normal View History

2014-06-04 12:43:22 +01:00
Gem::Specification.new do |s|
2014-11-29 11:47:44 +01:00
s.name = "openproject-auth_plugins"
2019-03-15 11:55:57 +01:00
s.version = "1.0.0"
2015-11-17 19:08:13 +01:00
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
2014-06-04 12:43:22 +01:00
s.summary = "OpenProject Auth Plugins"
s.description = "Integration of OmniAuth strategy providers for authentication in OpenProject."
2014-11-29 11:47:44 +01:00
s.license = "GPLv3"
2014-06-04 12:43:22 +01:00
2014-11-29 11:47:44 +01:00
s.files = Dir["{app,config,db,lib}/**/*"] + %w(doc/CHANGELOG.md README.md)
2014-06-04 12:43:22 +01:00
2014-11-29 11:47:44 +01:00
s.add_dependency "omniauth", "~> 1.0"
2014-06-04 12:43:22 +01:00
2025-10-22 07:26:35 +00:00
s.add_development_dependency "rspec", "~> 3.13"
2014-11-29 11:47:44 +01:00
s.metadata["rubygems_mfa_required"] = "true"
2014-06-04 12:43:22 +01:00
end