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

13 lines
373 B
Ruby

Gem::Specification.new do |s|
s.name = "openproject-gantt"
s.version = "1.0.0"
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.summary = "OpenProject Gantt"
s.description = "Provides gantt views"
s.license = "GPLv3"
s.files = Dir["{app,config,db,lib}/**/*"]
s.metadata["rubygems_mfa_required"] = "true"
end