diff options
author | obache <obache@pkgsrc.org> | 2011-08-31 13:34:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-31 13:34:38 +0000 |
commit | f9505f44a8e8822e4486ee123083779021559476 (patch) | |
tree | 29a4a7aed12eeb1cc03ebce510d88010cdc32ef8 | |
parent | 8ea8f33e88b582e766b0fe491d3c1b382846dea7 (diff) | |
download | pkgsrc-f9505f44a8e8822e4486ee123083779021559476.tar.gz |
Update ruby-spreadsheet to 0.6.5.8.
=== 0.6.5.8 / 30.8.2011
* This patch is about adding a sheet_count method to workbook so that it returns
* the total no of worksheets for easy access. Please check. By
* tamizhgeek@gmail.com
* https://gist.github.com/1180625
-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 a693e99c7ae..78cd3ab468a 100644 --- a/math/ruby-spreadsheet/Makefile +++ b/math/ruby-spreadsheet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/07/20 14:04:50 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/31 13:34:38 obache Exp $ # -DISTNAME= spreadsheet-0.6.5.7 +DISTNAME= spreadsheet-0.6.5.8 CATEGORIES= math MAINTAINER= obache@NetBSD.org diff --git a/math/ruby-spreadsheet/distinfo b/math/ruby-spreadsheet/distinfo index c82a1a46c1f..543be1c614c 100644 --- a/math/ruby-spreadsheet/distinfo +++ b/math/ruby-spreadsheet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/07/20 14:04:50 obache Exp $ +$NetBSD: distinfo,v 1.6 2011/08/31 13:34:39 obache Exp $ -SHA1 (spreadsheet-0.6.5.7.gem) = 9b185e1d9bb97f5be9c0d226783b01b83d54f497 -RMD160 (spreadsheet-0.6.5.7.gem) = ac6406a4d3b7b71ae4622a01d06883788bf8ee57 -Size (spreadsheet-0.6.5.7.gem) = 140288 bytes +SHA1 (spreadsheet-0.6.5.8.gem) = fda7d03d1d18ab796921c113420b09121e7fe83b +RMD160 (spreadsheet-0.6.5.8.gem) = 41dcd40fa803f5c87ee401b71fb3a870ece5882b +Size (spreadsheet-0.6.5.8.gem) = 140800 bytes |