diff options
author | obache <obache@pkgsrc.org> | 2013-03-02 02:33:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-02 02:33:35 +0000 |
commit | cfa2cf357a5e8aafe12bf98467828ee45401ca55 (patch) | |
tree | 787c0a3f84b1f4a7dfbe1accad5c27dc1ccac622 /math/ruby-spreadsheet/Makefile | |
parent | 28c4ba54b759a32da0b9f0bcb8fa431073cc0a5d (diff) | |
download | pkgsrc-cfa2cf357a5e8aafe12bf98467828ee45401ca55.tar.gz |
Update ruby-spreadsheet to 0.8.2.
=== 0.8.2 / 28.02.2013
Author: Roque Pinel <roque.pinel@infotechfl.com>
Date: Wed Feb 27 12:10:29 2013 -0500
* Requiring BigDecimal for checking.
* Made API friendly to BigDecimal precision.
* Changes introduced by the user 'valeriusjames'.
Diffstat (limited to 'math/ruby-spreadsheet/Makefile')
-rw-r--r-- | math/ruby-spreadsheet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-spreadsheet/Makefile b/math/ruby-spreadsheet/Makefile index ef86f8b2b62..992ce0111ab 100644 --- a/math/ruby-spreadsheet/Makefile +++ b/math/ruby-spreadsheet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2013/02/21 13:23:12 obache Exp $ +# $NetBSD: Makefile,v 1.19 2013/03/02 02:33:35 obache Exp $ # -DISTNAME= spreadsheet-0.8.1 +DISTNAME= spreadsheet-0.8.2 CATEGORIES= math MAINTAINER= obache@NetBSD.org |