summaryrefslogtreecommitdiff
path: root/math/ruby-roo/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-07 22:26:46 +0000
committerwiz <wiz@pkgsrc.org>2017-01-07 22:26:46 +0000
commitd8432802b034979907e133927383436090cb3c36 (patch)
tree724667df3638ee31219eaccc955895aaa02f7c16 /math/ruby-roo/Makefile
parent55f354c3e7312c802e791ea8cb677549f3161e24 (diff)
downloadpkgsrc-d8432802b034979907e133927383436090cb3c36.tar.gz
Updated ruby22-roo to 2.7.1.
## [2.7.1] 2017-01-03 ### Fixed - Fixed regression where a CSV's encoding was being ignored [372](https://github.com/roo-rb/roo/pull/372) ## [2.7.0] 2016-12-31 ### Fixed - Added rack server for testing Roo's download capabilities [365](https://github.com/roo-rb/roo/pull/365) - Refactored tests into different formats [365](https://github.com/roo-rb/roo/pull/365) - Fixed OpenOffice for JRuby [362](https://github.com/roo-rb/roo/pull/362) - Added '0.000000' => '%.6f' number format [354](https://github.com/roo-rb/roo/pull/354) - Add additional formula cell types for to_csv [367][https://github.com/roo-rb/roo/pull/367] ### Added - Extracted formatters from Roo::Base#to_* methods [364](https://github.com/roo-rb/roo/pull/364) ## [2.6.0] 2016-12-28 ### Fixed - Fixed error if sheet name starts with a slash [348](https://github.com/roo-rb/roo/pull/348) - Fixed loading to support files on ftp [355](https://github.com/roo-rb/roo/pull/355) - Fixed Ruby 2.4.0 deprecation warnings [356](https://github.com/roo-rb/roo/pull/356) - properly return date as string [359](https://github.com/roo-rb/roo/pull/359) ### Added - Cell values can be set in a CSV [350](https://github.com/roo-rb/roo/pull/350/) - Raise an error Roo::Excelx::Extractor document is missing [358](https://github.com/roo-rb/roo/pull/358/)
Diffstat (limited to 'math/ruby-roo/Makefile')
-rw-r--r--math/ruby-roo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-roo/Makefile b/math/ruby-roo/Makefile
index cadbde85c67..9a734c2870b 100644
--- a/math/ruby-roo/Makefile
+++ b/math/ruby-roo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/10/15 14:45:17 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/07 22:26:46 wiz Exp $
-DISTNAME= roo-2.5.1
+DISTNAME= roo-2.7.1
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org