Update ruby-spreadsheet to 1.1.3.

### 1.1.3 / 06.08.2016

Author: Alexandre Balon-Perin <abalonperin@gilt.jp>
Date:   Fri Aug 5 17:19:29 2016 +0900

* Fix issue with iconv on Ubuntu 12.04
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.

### 1.1.2 / 29.03.2016
Author: Aleksandr Boykov <aleksandr.boykov@parelio.com>
Date:   Mon Mar 28 14:07:35 2016 -0400

fixes compact! method when the excel document has dates
This commit is contained in:
taca 2016-10-15 14:46:54 +00:00
parent 4dffb0d9b9
commit 21d04df49e
3 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.43 2016/01/04 00:12:17 taca Exp $
# $NetBSD: Makefile,v 1.44 2016/10/15 14:46:54 taca Exp $
#
DISTNAME= spreadsheet-1.1.1
DISTNAME= spreadsheet-1.1.3
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,7 +1,6 @@
@comment $NetBSD: PLIST,v 1.16 2014/08/30 01:31:02 obache Exp $
@comment $NetBSD: PLIST,v 1.17 2016/10/15 14:46:54 taca Exp $
bin/xlsopcodes${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Excel97-2007BinaryFileFormatSpecification.pdf

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.41 2016/01/04 00:12:17 taca Exp $
$NetBSD: distinfo,v 1.42 2016/10/15 14:46:54 taca Exp $
SHA1 (spreadsheet-1.1.1.gem) = 2689c26513b08a3279ed980ba2215ff313eb2047
RMD160 (spreadsheet-1.1.1.gem) = dd69b965deb4c3db82f9847dc2b5fb325c50e1dc
SHA512 (spreadsheet-1.1.1.gem) = 7e2bca7cd501810d791c0be3cfc579e0c621b6f259522f8ffdf6dfad61a71b87f8cbc08e005a9c71b35fdf2e2d92213b5c6a4195c05410cbfd38debb7bda0a2e
Size (spreadsheet-1.1.1.gem) = 4479488 bytes
SHA1 (spreadsheet-1.1.3.gem) = 75519867764fdf9246d8657bd5ba40867ceb4605
RMD160 (spreadsheet-1.1.3.gem) = 035a62ae25a29470ee3b010a2a045467350db8df
SHA512 (spreadsheet-1.1.3.gem) = 01119d514711eaf509a45710557577dcd09b029697e73b888b93faa55adae8a5522d637f77417ee7e42ed6c412115ca94a75662d73294cd584f6641e43d31b95
Size (spreadsheet-1.1.3.gem) = 4480000 bytes