summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-12-08 11:45:28 +0900
committerRandy Morgan <[email protected]>2011-12-08 11:45:28 +0900
commit8511700b46f68e54284331cd0b635fb109596779 (patch)
treecf8362d856e364109b550d5d4c6d6901c6620daf /axlsx.gemspec
parent4791367ceaee648f6c1e712bf0ab827271529b1b (diff)
downloadcaxlsx-8511700b46f68e54284331cd0b635fb109596779.tar.gz
caxlsx-8511700b46f68e54284331cd0b635fb109596779.zip
patch to gem spec to be sure to include tests
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec14
1 files changed, 1 insertions, 13 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index f549a553..76a05953 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -15,19 +15,7 @@ Gem::Specification.new do |s|
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/**/*,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("*.*~")
- # fl.exclude(".*")
- # fl.exclude("todo")
- # fl.exclude("*.gem")
- # fl.exclude("*.xlsx")
- # end
-
- # s.test_files = FileList.new('test/**/*') do |fl|
- # fl.exclude("*.*~")
- # end
+ s.test_files = Dir.glob("{test/**/*}")
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
s.add_runtime_dependency 'activesupport', '>= 2.3.9'