opf/openproject

View on GitHub
modules/budgets/budgets.gemspec

Summary

Maintainability
Test Coverage
Gem::Specification.new do |s|
  s.name        = "budgets"
  s.version     = "1.0.0"
  s.authors     = ["OpenProject GmbH"]
  s.summary     = "OpenProject Budgets."

  s.files = Dir["{app,config,db,lib}/**/*"]
  s.metadata["rubygems_mfa_required"] = "true"
end