Files
openproject/modules/grids/grids.gemspec
T
2024-03-21 11:31:17 +01:00

10 lines
251 B
Ruby

Gem::Specification.new do |s|
s.name = "grids"
s.version = "1.0.0"
s.authors = ["OpenProject"]
s.summary = "OpenProject Grids."
s.files = Dir["{app,config,db,lib}/**/*"]
s.metadata["rubygems_mfa_required"] = "true"
end