Update ruby-spreadsheet to 0.9.2.
### 0.9.2 / 11.11.2013 commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6 Author: Malcolm Blyth <trashbat@co.ck> Date: Mon Nov 11 15:53:58 2013 +0000 *Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit string) *Completed addition of notes hash to worksheet *Bumped revision *Updated reader and note Note class no longer extends string for simplicity and debug of class (pp now works a bit more easily) Reader has had loads of changes (still WIP) to allow objects of class Note and NoteObject to be created and combined in the postread_worksheet function *Adding noteObject to deal with the Object (and ultimately text comment field) created by excel's madness
This commit is contained in:
parent
7e8e66ce97
commit
78dd3291c0
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2013/10/26 12:57:40 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2013/11/12 11:43:23 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spreadsheet-0.9.1
|
||||
DISTNAME= spreadsheet-0.9.2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2013/10/26 12:57:40 obache Exp $
|
||||
$NetBSD: distinfo,v 1.27 2013/11/12 11:43:23 obache Exp $
|
||||
|
||||
SHA1 (spreadsheet-0.9.1.gem) = f1f4e9f452605ebe88f0b4d7d5730c8f3ba6afe1
|
||||
RMD160 (spreadsheet-0.9.1.gem) = ff6a9258cc6594a03704e60b42bf6ce85f63bb11
|
||||
Size (spreadsheet-0.9.1.gem) = 193024 bytes
|
||||
SHA1 (spreadsheet-0.9.2.gem) = 1fa642f1fbeb35bdabf13bb325dbdb1168947730
|
||||
RMD160 (spreadsheet-0.9.2.gem) = 128371a59ba59df9221f216fbb21a5e488bd18fc
|
||||
Size (spreadsheet-0.9.2.gem) = 194560 bytes
|
||||
|
|
Loading…
Reference in a new issue