diff options
author | taca <taca@pkgsrc.org> | 2015-03-13 14:31:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-13 14:31:38 +0000 |
commit | 15de0b1c0b839027f79cd9ed0d2a1ce50439cbf0 (patch) | |
tree | 59a8043ad96cf23bc8b03d02cce085dfe58a6de8 /math/ruby-spreadsheet | |
parent | 016c86a7ad00ff5d9dcf3b2f6c803aebc9246af1 (diff) | |
download | pkgsrc-15de0b1c0b839027f79cd9ed0d2a1ce50439cbf0.tar.gz |
Update ruby-spreadsheet to 1.0.3.
### 1.0.3 / 10.03.2015
Author: Robert Eshleman <c.robert.eshleman@gmail.com>
Date: Mon Mar 9 09:47:59 2015 -0400
* Update `ruby-ole` to `1.2.11.8`
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15
### 1.0.2 / 05.03.2015
Author: cantin <cantin2010@gmail.com>
Date: Thu Mar 5 16:13:59 2015 +0800
* add Rational support
* add rational requirement
* use old rational syntax in test
Diffstat (limited to 'math/ruby-spreadsheet')
-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 c688182766b..1c03c362d0a 100644 --- a/math/ruby-spreadsheet/Makefile +++ b/math/ruby-spreadsheet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2015/01/23 08:30:45 obache Exp $ +# $NetBSD: Makefile,v 1.37 2015/03/13 14:31:38 taca Exp $ # -DISTNAME= spreadsheet-1.0.1 +DISTNAME= spreadsheet-1.0.3 CATEGORIES= math MAINTAINER= obache@NetBSD.org diff --git a/math/ruby-spreadsheet/distinfo b/math/ruby-spreadsheet/distinfo index 7d73397862c..37b8dd3fb9a 100644 --- a/math/ruby-spreadsheet/distinfo +++ b/math/ruby-spreadsheet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2015/01/23 08:30:45 obache Exp $ +$NetBSD: distinfo,v 1.36 2015/03/13 14:31:38 taca Exp $ -SHA1 (spreadsheet-1.0.1.gem) = aeae5bfe2c6aee13f8395c3dc668bdafc2f556d5 -RMD160 (spreadsheet-1.0.1.gem) = 1037f517f1dd7322ec1985f69dabf0fa768f32de -Size (spreadsheet-1.0.1.gem) = 4476928 bytes +SHA1 (spreadsheet-1.0.3.gem) = ba7185c5ccfbb4f74d8eb07f3b7ca204d60f8fbd +RMD160 (spreadsheet-1.0.3.gem) = ae7a7b10a4c24beb1ba26e18098459a573f52467 +Size (spreadsheet-1.0.3.gem) = 4477440 bytes |