summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--axlsx.gemspec4
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("*.*~")