Files
openproject/modules/webhooks/openproject-webhooks.gemspec
T
2024-03-21 11:31:17 +01:00

14 lines
530 B
Ruby

Gem::Specification.new do |s|
s.name = "openproject-webhooks"
s.version = "1.0.0"
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.homepage = "https://github.com/opf/openproject-webhooks"
s.summary = "OpenProject Webhooks"
s.description = "Provides a plug-in API to support OpenProject webhooks for better 3rd party integration"
s.license = "GPLv3"
s.files = Dir["{app,config,db,doc,lib}/**/*"] + %w(README.md)
s.metadata["rubygems_mfa_required"] = "true"
end