diff options
author | obache <obache@pkgsrc.org> | 2013-11-12 11:43:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-11-12 11:43:23 +0000 |
commit | 78dd3291c06b18e2d01f1f1293a12a0e17c06ab8 (patch) | |
tree | 1ef1fe673df01e95ce8ddd4eb768252417b1d8fe /math | |
parent | 7e8e66ce976081ad1db91fccf5ccdc08c0c08cab (diff) | |
download | pkgsrc-78dd3291c06b18e2d01f1f1293a12a0e17c06ab8.tar.gz |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-spreadsheet/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-spreadsheet/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/ruby-spreadsheet/Makefile b/math/ruby-spreadsheet/Makefile index f637a88f88b..c0547e18287 100644 --- a/math/ruby-spreadsheet/Makefile +++ b/math/ruby-spreadsheet/Makefile @@ -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 diff --git a/math/ruby-spreadsheet/distinfo b/math/ruby-spreadsheet/distinfo index d1e22e674cb..57e9e1a3468 100644 --- a/math/ruby-spreadsheet/distinfo +++ b/math/ruby-spreadsheet/distinfo @@ -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 |