-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
math/ruby-spreadsheet: update to 1.1.6
### 1.1.6 / 12.03.2018 Author: Todd Hambley <[email protected]> Date: Mon Mar 12 14:20:39 2018 -0400 * fix reject for ruby 1.8.7 * fix using invalid code pages when writing workbook ### 1.1.5 / 20.11.2017 Author: Paco Guzmán <[email protected]> Date: Sun Nov 19 18:10:57 2017 +0100 * Avoid creating a class variable, that variable cannot be garbage collected and it retains a lot of memory
- Loading branch information
taca
committed
Mar 14, 2018
1 parent
0692ebf
commit 194c866
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.45 2017/03/20 13:36:35 taca Exp $ | ||
# $NetBSD: Makefile,v 1.46 2018/03/14 14:48:18 taca Exp $ | ||
# | ||
|
||
DISTNAME= spreadsheet-1.1.4 | ||
DISTNAME= spreadsheet-1.1.6 | ||
CATEGORIES= math | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.43 2017/03/20 13:36:35 taca Exp $ | ||
$NetBSD: distinfo,v 1.44 2018/03/14 14:48:18 taca Exp $ | ||
|
||
SHA1 (spreadsheet-1.1.4.gem) = f37503bef55c96b62c64e23fff9d90e8339f91f8 | ||
RMD160 (spreadsheet-1.1.4.gem) = 7126c99d42d439aaecca1a489e645633fe821f71 | ||
SHA512 (spreadsheet-1.1.4.gem) = f9b169ea27c1b81c41f5d8fa7aa31b7f0ca4b5be3c0a3591d127d849cfd0ff392b93938ac715a6302631b817fc255b4c59baf8c2819c04557b42efb02464cb3e | ||
Size (spreadsheet-1.1.4.gem) = 4480000 bytes | ||
SHA1 (spreadsheet-1.1.6.gem) = eeccad8a2037541e30504f0666c5c4c893390aec | ||
RMD160 (spreadsheet-1.1.6.gem) = e5a7b940ec7d0faf7ea6e3955e3332bee80e4c78 | ||
SHA512 (spreadsheet-1.1.6.gem) = eb79d1067078edfa7b83959f4835499a8321ec0cc04a707e1a46291e8fba9d1a63e877c14f5cabf135d61a31de9d4fa7f8a06d777488ef06b7ed1843473d1d76 | ||
Size (spreadsheet-1.1.6.gem) = 4480512 bytes |