README.rdoc in writeexcel-1.0.4 vs README.rdoc in writeexcel-1.0.5
- old
+ new
@@ -82,10 +82,13 @@
* Worksheet.keep_leading_zeros()
* ignore. if write 0001, use string such as write(1,2, '0001')
* and ......
== Recent Change
+v1.0.5
+* use test-unit gem instead of test/unit.
+
v1.0.4
* put formula parsers classes in a module to avoid namespace conflicts. (thanks Kevin)
v1.0.3
* Bug fix issue 29. bug in extern sheet reference.
@@ -103,10 +106,10 @@
== Author
Original was written in Perl by John McNamara (jmcnamara@cpan.org).
Convert to ruby by Hideo Nakamura (cxn03651@msj.biglobe.ne.jp)
-Copyright (c) 2009-2013 Hideo NAKAMURA. See LICENSE.txt for details.
+Copyright (c) 2009-2014 Hideo NAKAMURA. See LICENSE.txt for details.
== License
See LICENSE.txt