Skip to content

Commit

Permalink
math/ruby-roo: update to 2.8.2
Browse files Browse the repository at this point in the history
##  [2.8.2] 2019-02-01
### Changed/Added
- Support range cell for Excelx's links [490](roo-rb/roo#490)
- Skip `extract_hyperlinks` if not required [488](roo-rb/roo#488)

### Fixed
- Fixed error for invalid link [492](roo-rb/roo#492)

##  [2.8.1] 2019-01-21
### Fixed
- Fixed error if excelx's cell have empty children [487](roo-rb/roo#487)
  • Loading branch information
taca committed Feb 6, 2019
1 parent f6a3563 commit d62f184
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions math/ruby-roo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2019/01/20 14:10:29 taca Exp $
# $NetBSD: Makefile,v 1.7 2019/02/06 15:30:56 taca Exp $

DISTNAME= roo-2.8.0
DISTNAME= roo-2.8.2
CATEGORIES= math

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion math/ruby-roo/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2019/01/20 14:10:29 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2019/02/06 15:30:56 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.codeclimate.yml
${GEM_LIBDIR}/.github/issue_template.md
Expand Down Expand Up @@ -66,6 +66,8 @@ ${GEM_LIBDIR}/spec/helpers.rb
${GEM_LIBDIR}/spec/lib/roo/base_spec.rb
${GEM_LIBDIR}/spec/lib/roo/csv_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx/format_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx/relationships_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx/sheet_doc_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx_spec.rb
${GEM_LIBDIR}/spec/lib/roo/libreoffice_spec.rb
${GEM_LIBDIR}/spec/lib/roo/openoffice_spec.rb
Expand Down
10 changes: 5 additions & 5 deletions math/ruby-roo/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2019/01/20 14:10:29 taca Exp $
$NetBSD: distinfo,v 1.6 2019/02/06 15:30:56 taca Exp $

SHA1 (roo-2.8.0.gem) = 16d7b16939d2064df78b0f43d53b05119652c77a
RMD160 (roo-2.8.0.gem) = 6bea4b5ca13682a27d5b1d0ec39799e8783a2dfa
SHA512 (roo-2.8.0.gem) = daf3e60e1eefabe6c34799ab60d3c96a9d802b63dfb5dc0e7090f03a1e4f1db5cb6bf787c2a197091b9226e1c34429e1111d14f740f5d91e21ca9d8110794e0d
Size (roo-2.8.0.gem) = 88064 bytes
SHA1 (roo-2.8.2.gem) = 407ac86a6e5c3fc620ac0cfa6bd3f29a7485bcc4
RMD160 (roo-2.8.2.gem) = 992b808df6cb19e7a1e79b2c6ef65d710d8e3932
SHA512 (roo-2.8.2.gem) = c8299c7a53fef6c7e1333281a2b186f454a4e493bd5893721cad4e975f9b8afbe71bdf6eb3741ff6c0168beb8c0e57b6717f3812d4e53299be8fe1bf44192429
Size (roo-2.8.2.gem) = 89088 bytes

0 comments on commit d62f184

Please sign in to comment.