# encoding: UTF-8 Gem::Specification.new do |s| s.name = "openproject-reporting" s.version = '1.0.0' s.authors = "OpenProject GmbH" s.email = "info@openproject.com" s.homepage = "https://community.openproject.org/projects/plugin-reporting" 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.test_files = Dir["spec/**/*"] s.add_dependency "costs" end