From 8511700b46f68e54284331cd0b635fb109596779 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 8 Dec 2011 11:45:28 +0900 Subject: patch to gem spec to be sure to include tests --- axlsx.gemspec | 14 +------------- 1 file changed, 1 insertion(+), 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' -- cgit v1.2.3