From 21b674f1a744de681f3cd219b1b82edfee7c461f Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 8 Dec 2011 00:51:42 +0900 Subject: crunched the gemspec and pushed a bunk gem. --- README.md | 2 +- axlsx.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9b0a1a..a3d83869 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, Changelog --------- - **December.7.11**: 1.0.12 release - - changed dependency from 'zip' jem to 'rubyzip' and added conditional code to force binary encoding to resolve issue with excel 2011 + - changed dependency from 'zip' gem to 'rubyzip' and added conditional code to force binary encoding to resolve issue with excel 2011 - Patched bug in app.xml that would ignore user specified properties. - **December.5.11**: 1.0.11 release - Added [] methods to worksheet and workbook to provide name based access to cells. 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("*.*~") -- cgit v1.2.3