|
|
|
@ -7,17 +7,17 @@ require "open_project/reporting/version" |
|
|
|
|
Gem::Specification.new do |s| |
|
|
|
|
s.name = "openproject-reporting" |
|
|
|
|
s.version = OpenProject::Reporting::VERSION |
|
|
|
|
s.authors = "Finn GmbH" |
|
|
|
|
s.email = "info@finn.de" |
|
|
|
|
s.homepage = "http://www.finn.de" |
|
|
|
|
s.authors = "OpenProject GmbH" |
|
|
|
|
s.email = "info@openproject.com" |
|
|
|
|
s.homepage = "http://www.openproject.com" |
|
|
|
|
s.summary = "An OpenProject plugin to create cost reports" |
|
|
|
|
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.files = Dir["{app,config,db,lib,doc}/**/*", "README.md"] |
|
|
|
|
s.test_files = Dir["spec/**/*"] |
|
|
|
|
|
|
|
|
|
s.add_dependency 'rails', '~> 4.2.4' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
s.add_dependency "reporting_engine", ">= 1.1.0" |
|
|
|
|
s.add_dependency "openproject-costs", ">= 4.0.0" |
|
|
|
|
|
|
|
|
|