Skip to content

Commit

Permalink
Fixed Manifest.txt and History.txt for 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Wyss authored and hannes-wyss committed Jan 15, 2009
1 parent 53db153 commit 2a5b4bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
as well as other issues engendered by the decision to always shorten
Rows to the last non-nil value.

* 1 minor enhancement
* 2 minor enhancements

* Added bin/xlsopcodes, a tool for examining Excel files

* Documents created by Spreadsheet can now be Printed in Excel and
Excel-Viewer.
Expand Down
6 changes: 6 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LICENSE.txt
Manifest.txt
README.txt
Rakefile
bin/xlsopcodes
lib/parseexcel.rb
lib/parseexcel/parseexcel.rb
lib/parseexcel/parser.rb
Expand Down Expand Up @@ -32,18 +33,23 @@ lib/spreadsheet/excel/writer/worksheet.rb
lib/spreadsheet/font.rb
lib/spreadsheet/format.rb
lib/spreadsheet/formula.rb
lib/spreadsheet/helpers.rb
lib/spreadsheet/link.rb
lib/spreadsheet/row.rb
lib/spreadsheet/workbook.rb
lib/spreadsheet/worksheet.rb
lib/spreadsheet/writer.rb
test/data/test_copy.xls
test/data/test_datetime.xls
test/data/test_empty.xls
test/data/test_version_excel5.xls
test/data/test_version_excel95.xls
test/data/test_version_excel97.xls
test/excel/row.rb
test/excel/writer/worksheet.rb
test/font.rb
test/integration.rb
test/row.rb
test/suite.rb
test/workbook.rb
test/worksheet.rb

0 comments on commit 2a5b4bf

Please sign in to comment.