Files

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

14 lines
530 B
Ruby
Raw Permalink Normal View History

2014-03-18 12:04:26 +01:00
Gem::Specification.new do |s|
s.name = "openproject-webhooks"
2019-03-15 11:55:57 +01:00
s.version = "1.0.0"
2015-10-29 10:48:48 +01:00
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
2021-07-14 15:51:09 +02:00
s.homepage = "https://github.com/opf/openproject-webhooks"
2014-03-18 12:04:26 +01:00
s.summary = "OpenProject Webhooks"
s.description = "Provides a plug-in API to support OpenProject webhooks for better 3rd party integration"
s.license = "GPLv3"
2014-03-27 16:25:49 +01:00
s.files = Dir["{app,config,db,doc,lib}/**/*"] + %w(README.md)
s.metadata["rubygems_mfa_required"] = "true"
2014-03-18 12:04:26 +01:00
end