summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2022-04-11 05:20:52 -0700
committerGitHub <[email protected]>2022-04-11 05:20:52 -0700
commit6646077352fe84430c14415f354bc0c73f73fd7d (patch)
treee9546e64085948ca3235cae705ba4df3b72795e7
parent1d3e31e06f9a39447c10426b416ece9135c5be79 (diff)
parentd0e0868def1b6f61fbd8290c129c2bf058c7214f (diff)
downloadcaxlsx-6646077352fe84430c14415f354bc0c73f73fd7d.tar.gz
caxlsx-6646077352fe84430c14415f354bc0c73f73fd7d.zip
Merge pull request #140 from mishina2228/update-gemspec
Update gemspec to recent styles
-rw-r--r--axlsx.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 5bde116a..5da4d73f 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -7,14 +7,12 @@ Gem::Specification.new do |s|
s.email = '[email protected]'
s.homepage = 'https://github.com/caxlsx/caxlsx'
s.platform = Gem::Platform::RUBY
- s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Excel OOXML (xlsx) with charts, styles, images and autowidth columns."
s.license = 'MIT'
s.description = <<-eof
xlsx spreadsheet generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx helps you create beautiful Office Open XML Spreadsheet documents ( Excel, Google Spreadsheets, Numbers, LibreOffice) without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
eof
s.files = Dir.glob("{lib/**/*,examples/**/*.rb,examples/**/*.jpeg}") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts .yardopts_guide }
- s.test_files = Dir.glob("{test/**/*}")
s.add_runtime_dependency 'nokogiri', '~> 1.10', '>= 1.10.4'
s.add_runtime_dependency 'rubyzip', '>= 1.3.0', '< 3'