diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2019-03-10 11:24:17 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2019-03-10 11:24:17 +0000 |
commit | b6c828aae8ebdf79f89a609d7c6fc2d5a57dc626 (patch) | |
tree | cbaa025d1ad78200c70f63a0f490e40c0901f2d4 /textproc/ruby-nokogiri | |
parent | a7154e60aeaf48aa0f5d0134409e7363b55317ec (diff) | |
download | pkgsrc-b6c828aae8ebdf79f89a609d7c6fc2d5a57dc626.tar.gz |
ruby-nokogiri: update to 1.10.1.
Upstream changes (from CHANGELOG.md):
# 1.10.1 / 2019-01-13
### Features
* [MRI] During installation, handle Xcode 10's new library path.
[#1801, #1851] (Thanks, @mlj and @deepj!)
* Avoid unnecessary creation of `Proc`s in many methods. [#1776]
(Thanks, @chopraanmol1!)
### Bug fixes
* CSS selector `:has()` now correctly matches against any descendant.
Previously this selector matched against only direct children).
[#350] (Thanks, @Phrogz!)
* `NodeSet#attr` now returns `nil` if it's empty. Previously this
raised a NoMethodError.
* [MRI] XPath errors are no longer suppressed during
`XSLT::Stylesheet#transform`. Previously these errors were suppressed
which led to silent failures and a subsequent segfault. [#1802]
Diffstat (limited to 'textproc/ruby-nokogiri')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 953ba33c13c..fe2da6c0d6c 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2019/01/12 14:31:38 tsutsui Exp $ +# $NetBSD: Makefile,v 1.45 2019/03/10 11:24:17 tsutsui Exp $ -DISTNAME= nokogiri-1.10.0 +DISTNAME= nokogiri-1.10.1 CATEGORIES= textproc MAINTAINER= tsutsui@NetBSD.org diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index 89e0ae1b85b..a96c17f1e0b 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2019/01/12 14:31:38 tsutsui Exp $ +$NetBSD: distinfo,v 1.32 2019/03/10 11:24:17 tsutsui Exp $ -SHA1 (nokogiri-1.10.0.gem) = 6f0f4b0cd55dde2a11fb77d5647a029905e087ec -RMD160 (nokogiri-1.10.0.gem) = b5ff6890cd9a62ae18a985b0d15eb5a1285cee0b -SHA512 (nokogiri-1.10.0.gem) = 00a9307e5073a2246d51df4ad0567e503ed6064d45a125eedb09803012c7ff77c2068429a549fe42088f0155f711cd1a13081e4b9170ddfb24176ea8ae5d1544 -Size (nokogiri-1.10.0.gem) = 8979968 bytes +SHA1 (nokogiri-1.10.1.gem) = 175d49e45af21f1913a08b4377a1983cc9b2b781 +RMD160 (nokogiri-1.10.1.gem) = b4b15d81e6266daf7407d1d3271c87e2b54fc97d +SHA512 (nokogiri-1.10.1.gem) = 3087558eae289c3c25c7a539e7a1a516ad7397128cf59393913dfe95476ea230b3868d0e0ed34e601aad630ccbe359cde548b8560d0216ac7ff69a4818cb011c +Size (nokogiri-1.10.1.gem) = 8980480 bytes |