pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/ruby-spreadsheet Update ruby-spreadsheet to 0.9.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/977ab3ca3dbb
branches:  trunk
changeset: 626431:977ab3ca3dbb
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Nov 12 11:43:23 2013 +0000

description:
Update ruby-spreadsheet to 0.9.2.

### 0.9.2 / 11.11.2013

commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6
Author: Malcolm Blyth <trashbat%co.ck@localhost>
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:

 math/ruby-spreadsheet/Makefile |  4 ++--
 math/ruby-spreadsheet/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 5450c28cb37e -r 977ab3ca3dbb math/ruby-spreadsheet/Makefile
--- a/math/ruby-spreadsheet/Makefile    Tue Nov 12 11:31:29 2013 +0000
+++ b/math/ruby-spreadsheet/Makefile    Tue Nov 12 11:43:23 2013 +0000
@@ -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@localhost
diff -r 5450c28cb37e -r 977ab3ca3dbb math/ruby-spreadsheet/distinfo
--- a/math/ruby-spreadsheet/distinfo    Tue Nov 12 11:31:29 2013 +0000
+++ b/math/ruby-spreadsheet/distinfo    Tue Nov 12 11:43:23 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index