summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-12-08 00:51:42 +0900
committerRandy Morgan <[email protected]>2011-12-08 00:51:42 +0900
commit21b674f1a744de681f3cd219b1b82edfee7c461f (patch)
tree4cffadb0f2433dade832d9baf581f64566555dc6 /axlsx.gemspec
parent29551803ab1ed987c2c13b477a2f1d86b7c616f0 (diff)
downloadcaxlsx-21b674f1a744de681f3cd219b1b82edfee7c461f.tar.gz
caxlsx-21b674f1a744de681f3cd219b1b82edfee7c461f.zip
crunched the gemspec and pushed a bunk gem.
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 0ff8dd41..f549a553 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.description = <<-eof
xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents 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/**/*.rb,lib/schema,examples}/**/*") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts }
- s.test_files = Dir.glob("{test/**/*.rb}")
+ s.files = Dir.glob("{lib/**/*,examples/**/*}") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts }
+ s.test_files = Dir.glob("{test}")
# s.files = FileList.new('*', 'lib/**/*.rb', 'doc/**/*', /**/*', 'examples/**/*') do |fl|
# fl.exclude("*.*~")