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

13 lines
501 B

Gem::Specification.new do |s|
s.name = "openproject-reporting"
s.version = '1.0.0'
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.summary = "OpenProject Reporting"
s.description = "This plugin allows creating custom cost reports with filtering and grouping created by the OpenProject Costs plugin"
s.files = Dir["{app,config,db,lib,doc}/**/*", "README.md"]
s.add_dependency "costs"
s.metadata['rubygems_mfa_required'] = 'true'
end