summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-01-10 18:39:14 +0900
committerRandy Morgan <[email protected]>2013-01-10 18:39:14 +0900
commit8f76f395b6d233827e29104052c3d775a5c885ad (patch)
tree12453a9145cd41e44d16ad018350d3418724f193 /axlsx.gemspec
parent41fec1cf9993d351eb5d5961930789b36fe66316 (diff)
downloadcaxlsx-8f76f395b6d233827e29104052c3d775a5c885ad.tar.gz
caxlsx-8f76f395b6d233827e29104052c3d775a5c885ad.zip
added documentation for trust_input and gemspec update.
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index bb5c4881..511b1c16 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = "excel OOXML (xlsx) with charts, styles, images and autowidth columns."
s.has_rdoc = 'axlsx'
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 Spreadsheet, 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.
+ 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 }
s.test_files = Dir.glob("{test/**/*}")