mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
3b2121f733
This reverts commit40b2bbeb09, reversing changes made tob4c6cb17cc.
10 lines
251 B
Ruby
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
|