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/costs/costs.gemspec

13 lines
455 B

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = 'costs'
s.version = '1.0.0'
s.authors = 'OpenProject GmbH'
s.email = 'info@openproject.com'
s.summary = 'OpenProject Costs'
s.description = 'This module adds features for planning and tracking costs of projects.'
s.license = 'GPLv3'
s.files = Dir['{app,config,db,lib,doc}/**/*', 'README.md']
s.test_files = Dir['spec/**/*']
end