pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/ruby-roo Updated ruby22-roo to 2.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a2c4dff9a36
branches:  trunk
changeset: 356919:8a2c4dff9a36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 07 22:26:46 2017 +0000

description:
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:

 math/ruby-roo/Makefile |   4 ++--
 math/ruby-roo/PLIST    |  23 ++++++++++++++++++++++-
 math/ruby-roo/distinfo |  10 +++++-----
 3 files changed, 29 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r f0976101b63a -r 8a2c4dff9a36 math/ruby-roo/Makefile
--- a/math/ruby-roo/Makefile    Sat Jan 07 21:58:46 2017 +0000
+++ b/math/ruby-roo/Makefile    Sat Jan 07 22:26:46 2017 +0000
@@ -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@localhost
diff -r f0976101b63a -r 8a2c4dff9a36 math/ruby-roo/PLIST
--- a/math/ruby-roo/PLIST       Sat Jan 07 21:58:46 2017 +0000
+++ b/math/ruby-roo/PLIST       Sat Jan 07 22:26:46 2017 +0000
@@ -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/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_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 -r f0976101b63a -r 8a2c4dff9a36 math/ruby-roo/distinfo
--- a/math/ruby-roo/distinfo    Sat Jan 07 21:58:46 2017 +0000
+++ b/math/ruby-roo/distinfo    Sat Jan 07 22:26:46 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index