Fri Mar 13 14:31:38 2015 UTC ()
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


(taca)
diff -r1.36 -r1.37 pkgsrc/math/ruby-spreadsheet/Makefile
diff -r1.35 -r1.36 pkgsrc/math/ruby-spreadsheet/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/math/ruby-spreadsheet/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ruby-spreadsheet/Makefile 2015/01/23 08:30:45 1.36
+++ pkgsrc/math/ruby-spreadsheet/Makefile 2015/03/13 14:31:38 1.37
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.36 2015/01/23 08:30:45 obache Exp $ 1# $NetBSD: Makefile,v 1.37 2015/03/13 14:31:38 taca Exp $
2# 2#
3 3
4DISTNAME= spreadsheet-1.0.1 4DISTNAME= spreadsheet-1.0.3
5CATEGORIES= math 5CATEGORIES= math
6 6
7MAINTAINER= obache@NetBSD.org 7MAINTAINER= obache@NetBSD.org
8HOMEPAGE= http://spreadsheet.rubyforge.org/ 8HOMEPAGE= http://spreadsheet.rubyforge.org/
9COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents 9COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole 12DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16RUBYGEM_OPTIONS+= --format-executable 16RUBYGEM_OPTIONS+= --format-executable
17 17

cvs diff -r1.35 -r1.36 pkgsrc/math/ruby-spreadsheet/distinfo (expand / switch to unified diff)

--- pkgsrc/math/ruby-spreadsheet/distinfo 2015/01/23 08:30:45 1.35
+++ pkgsrc/math/ruby-spreadsheet/distinfo 2015/03/13 14:31:38 1.36
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.35 2015/01/23 08:30:45 obache Exp $ 1$NetBSD: distinfo,v 1.36 2015/03/13 14:31:38 taca Exp $
2 2
3SHA1 (spreadsheet-1.0.1.gem) = aeae5bfe2c6aee13f8395c3dc668bdafc2f556d5 3SHA1 (spreadsheet-1.0.3.gem) = ba7185c5ccfbb4f74d8eb07f3b7ca204d60f8fbd
4RMD160 (spreadsheet-1.0.1.gem) = 1037f517f1dd7322ec1985f69dabf0fa768f32de 4RMD160 (spreadsheet-1.0.3.gem) = ae7a7b10a4c24beb1ba26e18098459a573f52467
5Size (spreadsheet-1.0.1.gem) = 4476928 bytes 5Size (spreadsheet-1.0.3.gem) = 4477440 bytes