summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-09-13 00:02:25 +0900
committerRandy Morgan <[email protected]>2013-09-13 00:08:40 +0900
commit18871d89de057e7500d8b5dcbcf0adef2f5cb8fd (patch)
treee08e2e1085fd74596eeefb1e78eb4ee37d9c7b6c
parent891b303f57001f559402c0b0cfb67348ed3780ea (diff)
downloadcaxlsx-18871d89de057e7500d8b5dcbcf0adef2f5cb8fd.tar.gz
caxlsx-18871d89de057e7500d8b5dcbcf0adef2f5cb8fd.zip
add .yardopts_guide to gem
-rw-r--r--axlsx.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 332d11c1..22ee8044 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
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
- s.files = Dir.glob("{lib/**/*,examples/**/*.rb,examples/**/*.jpeg}") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts }
+ s.files = Dir.glob("{lib/**/*,examples/**/*.rb,examples/**/*.jpeg}") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts .yardopts_guide }
s.test_files = Dir.glob("{test/**/*}")
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'