Skip to content

Commit

Permalink
Change gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
straydogstudio committed Sep 9, 2019
1 parent 6b6673f commit 9c19440
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions axlsx.gemspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9c19440

Please sign in to comment.