From 9c194405b57c803c65943f7cdce2fb825bd892e7 Mon Sep 17 00:00:00 2001 From: Noel Peden Date: Sun, 8 Sep 2019 21:07:05 -0700 Subject: Change gem name --- axlsx.gemspec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'axlsx.gemspec') 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 = 'digital.ipseity@gmail.com' - s.homepage = 'https://github.com/randym/axlsx' + s.authors = ["Randy Morgan", "Jurriaan Pruis", "Noel Peden"] + s.email = 'noel@peden.biz' + 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. -- cgit v1.2.3