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/github_integration/openproject-github_integrat...

14 lines
543 B

Gem::Specification.new do |s|
s.name = "openproject-github_integration"
s.version = '1.0.0'
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.homepage = "https://docs.openproject.org/system-admin-guide/github-integration/"
s.summary = 'OpenProject Github Integration'
s.description = 'Integrates OpenProject and Github for a better workflow'
s.license = 'GPLv3'
s.files = Dir["{app,config,db,frontend,lib}/**/*"] + %w(README.md)
s.add_dependency "openproject-webhooks"
end