mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
3b2121f733
This reverts commit40b2bbeb09, reversing changes made tob4c6cb17cc.
16 lines
607 B
Ruby
16 lines
607 B
Ruby
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://www.openproject.org/docs/system-admin-guide/integrations/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"
|
|
s.metadata["rubygems_mfa_required"] = "true"
|
|
end
|