From 168fcb8406d80f863d5d1b50a38e585580f89acf Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 26 Sep 2013 21:17:25 +0900 Subject: extended examples and smooth lines for line chart --- axlsx.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'axlsx.gemspec') diff --git a/axlsx.gemspec b/axlsx.gemspec index 22ee8044..ab2b35bc 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| 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. eof -- cgit v1.2.3