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/webhooks/openproject-webhooks.gemspec

14 lines
510 B

# encoding: UTF-8
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://community.openproject.org/projects/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)
end