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.
15 lines
484 B
Ruby
15 lines
484 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = "openproject-xls_export"
|
|
s.version = "1.0.0"
|
|
s.authors = "OpenProject GmbH"
|
|
s.email = "info@openproject.com"
|
|
s.summary = "OpenProject XLS Export"
|
|
s.description = "Export issue lists as Excel spreadsheets (.xls)"
|
|
s.license = "GPLv3"
|
|
|
|
s.files = Dir["{app,config,db,lib}/**/*"] + %w(CHANGELOG.md README.md)
|
|
|
|
s.add_dependency "spreadsheet", "~>1.3.0"
|
|
s.metadata["rubygems_mfa_required"] = "true"
|
|
end
|