summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-16 11:07:45 +0900
committerRandy Morgan <[email protected]>2012-04-16 11:07:45 +0900
commite03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2 (patch)
treec75eff8b0a5b71b8b1c94352def4b5263294169f /README.md
parentd7010e4c748b682ba756149e54db04d296db6d1a (diff)
downloadcaxlsx-e03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2.tar.gz
caxlsx-e03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2.zip
The beginning of the end of RMagick! Still needs lots of testing but seems comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 80c177ee..8d2b6e91 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,6 @@ http://github.com/randym/acts_as_xlsx
There are guides for using axlsx and acts_as_xlsx here:
[http://axlsx.blogspot.com](http://axlsx.blogspot.com)
-Help Wanted
------------
-
-I'd really like to get rid of the dependency on RMagick in this gem. RMagic is being used to calculate the column widths in a worksheet based on the content the user specified. If there happens to be anyone out there with the background and c skills to write an extension that can determine the width of a single character rendered with a specific font at a specific font size please give me a shout.
Feature List
------------
@@ -473,6 +469,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
---------
- ** April.?.12**: 1.1.1 release
- bugfix for autowidth calculations across multiple rows
+ - REMOVED RMAGICK dependency WOOT!
- ** April.3.12**: 1.1.0 release
- bugfix patch name_to_indecies to properly handle extended ranges.
- bugfix properly serialize chart title.