summaryrefslogtreecommitdiff
path: root/math/ruby-roo
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
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')
-rw-r--r--math/ruby-roo/Makefile4
-rw-r--r--math/ruby-roo/PLIST23
-rw-r--r--math/ruby-roo/distinfo10
3 files changed, 29 insertions, 8 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
diff --git a/math/ruby-roo/PLIST b/math/ruby-roo/PLIST
index 4dd05248a9b..00d3bec6e7c 100644
--- a/math/ruby-roo/PLIST
+++ b/math/ruby-roo/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2016/10/15 14:45:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/01/07 22:26:46 wiz Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.codeclimate.yml
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.simplecov
@@ -41,6 +42,11 @@ ${GEM_LIBDIR}/lib/roo/excelx/sheet_doc.rb
${GEM_LIBDIR}/lib/roo/excelx/styles.rb
${GEM_LIBDIR}/lib/roo/excelx/workbook.rb
${GEM_LIBDIR}/lib/roo/font.rb
+${GEM_LIBDIR}/lib/roo/formatters/base.rb
+${GEM_LIBDIR}/lib/roo/formatters/csv.rb
+${GEM_LIBDIR}/lib/roo/formatters/matrix.rb
+${GEM_LIBDIR}/lib/roo/formatters/xml.rb
+${GEM_LIBDIR}/lib/roo/formatters/yaml.rb
${GEM_LIBDIR}/lib/roo/libre_office.rb
${GEM_LIBDIR}/lib/roo/link.rb
${GEM_LIBDIR}/lib/roo/open_office.rb
@@ -71,6 +77,21 @@ ${GEM_LIBDIR}/test/excelx/cell/test_empty.rb
${GEM_LIBDIR}/test/excelx/cell/test_number.rb
${GEM_LIBDIR}/test/excelx/cell/test_string.rb
${GEM_LIBDIR}/test/excelx/cell/test_time.rb
+${GEM_LIBDIR}/test/formatters/test_csv.rb
+${GEM_LIBDIR}/test/formatters/test_matrix.rb
+${GEM_LIBDIR}/test/formatters/test_xml.rb
+${GEM_LIBDIR}/test/formatters/test_yaml.rb
+${GEM_LIBDIR}/test/helpers/test_accessing_files.rb
+${GEM_LIBDIR}/test/helpers/test_comments.rb
+${GEM_LIBDIR}/test/helpers/test_formulas.rb
+${GEM_LIBDIR}/test/helpers/test_labels.rb
+${GEM_LIBDIR}/test/helpers/test_sheets.rb
+${GEM_LIBDIR}/test/helpers/test_styles.rb
+${GEM_LIBDIR}/test/roo/test_base.rb
+${GEM_LIBDIR}/test/roo/test_csv.rb
+${GEM_LIBDIR}/test/roo/test_excelx.rb
+${GEM_LIBDIR}/test/roo/test_libre_office.rb
+${GEM_LIBDIR}/test/roo/test_open_office.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_roo.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/math/ruby-roo/distinfo b/math/ruby-roo/distinfo
index 96d182cf826..42bc40939fc 100644
--- a/math/ruby-roo/distinfo
+++ b/math/ruby-roo/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/15 14:45:17 taca Exp $
+$NetBSD: distinfo,v 1.4 2017/01/07 22:26:46 wiz Exp $
-SHA1 (roo-2.5.1.gem) = a040643100d71caf784637f167851b0789f337de
-RMD160 (roo-2.5.1.gem) = 3a1287a547a9c58810411bc3ffcc463c3b7662c9
-SHA512 (roo-2.5.1.gem) = dc995fcfc3cca3365a2825b550100980e39681732b80e35dc8c2b71b181ff3d3f2072f5027641cd250fc99e424c50c76078a6f8c4f63163e66d3b83fa573bfbe
-Size (roo-2.5.1.gem) = 80384 bytes
+SHA1 (roo-2.7.1.gem) = f6291a551d09fe930f0eedc455430576685fa254
+RMD160 (roo-2.7.1.gem) = 82757339162467e9145ef52494c617462b7219b7
+SHA512 (roo-2.7.1.gem) = 1498a3d00dc359e9fd10ce08ef4772c7515ee5c662b89405b81c0eecf6f62120abd1286e397251149fa7dd6fae7ead1f7b2642659b637b0ba3a50a199c25f2c6
+Size (roo-2.7.1.gem) = 81408 bytes