summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2019-09-08 21:07:05 -0700
committerNoel Peden <[email protected]>2019-09-08 21:07:05 -0700
commit9c194405b57c803c65943f7cdce2fb825bd892e7 (patch)
tree7ef9a199d289c1271c4611e68b48e28ff60b99a0
parent6b6673fef9ea4443d90812f12ed76da30bb7cac2 (diff)
downloadcaxlsx-9c194405b57c803c65943f7cdce2fb825bd892e7.tar.gz
caxlsx-9c194405b57c803c65943f7cdce2fb825bd892e7.zip
Change gem name
-rw-r--r--axlsx.gemspec9
1 files changed, 4 insertions, 5 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index d1a25429..1de84ca7 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -1,15 +1,14 @@
require File.expand_path('../lib/axlsx/version', __FILE__)
Gem::Specification.new do |s|
- s.name = 'axlsx'
+ s.name = 'caxlsx'
s.version = Axlsx::VERSION
- s.authors = ["Randy Morgan", "Jurriaan Pruis"]
- s.email = '[email protected]'
- s.homepage = 'https://github.com/randym/axlsx'
+ s.authors = ["Randy Morgan", "Jurriaan Pruis", "Noel Peden"]
+ s.email = '[email protected]'
+ s.homepage = 'https://github.com/caxlsx/axlsx'
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.has_rdoc = 'axlsx'
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.