summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
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'