pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-capybara www/ruby-capybara: update to 3.34.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c767a88f6844
branches:  trunk
changeset: 445077:c767a88f6844
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jan 16 12:42:09 2021 +0000

description:
www/ruby-capybara: update to 3.34.0

Version 3.34.0

Release date: 2020-11-26

Added

* Ability to fill in with emoji when using Chrome with selenium driver
  (Firefox already worked)
* Current path assertions/expectations accept optional filter block
* Animation disabler now specifies scroll-behavior: auto; [Nathan
  Broadbent]
* :button selector can now find elements by label text [Sean Doyle]
* Session#send_keys to send keys to the current element with focus in
  drivers that support the concept of a current element [Sean Doyle]

Changed

* Text query validates the type parameter to prevent undefined behavior

Fixed

* racktest driver better handles fragments and redirection to urls that
  include fragments
* Don't error when attempting to get XPath location of a shadow element
* Missing readonly? added to Node::Simple
* Selenium version detection when loaded via alternate method [Joel
  Hawksley]
* Connection count issue if REQUEST_URI value changed by app [Blake
  Williams]
* Maintain URI fragment when redirecting in rack-test driver
* Text query error message [Wojciech Wnętrzak]
* Checking a checkbox/radio button with allow_label_click now works if
  there are multiple labels (Issue #2421)
* drop with Pathname (Issue #2424)[Máximo Mussini]

diffstat:

 www/ruby-capybara/Makefile |   4 ++--
 www/ruby-capybara/PLIST    |   3 +--
 www/ruby-capybara/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 5f42e6c63ca1 -r c767a88f6844 www/ruby-capybara/Makefile
--- a/www/ruby-capybara/Makefile        Sat Jan 16 12:20:09 2021 +0000
+++ b/www/ruby-capybara/Makefile        Sat Jan 16 12:42:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/09/14 15:22:55 taca Exp $
+# $NetBSD: Makefile,v 1.25 2021/01/16 12:42:09 taca Exp $
 
-DISTNAME=      capybara-3.33.0
+DISTNAME=      capybara-3.34.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby www
 
diff -r 5f42e6c63ca1 -r c767a88f6844 www/ruby-capybara/PLIST
--- a/www/ruby-capybara/PLIST   Sat Jan 16 12:20:09 2021 +0000
+++ b/www/ruby-capybara/PLIST   Sat Jan 16 12:42:09 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/09/14 15:22:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/01/16 12:42:09 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/History.md
@@ -212,7 +212,6 @@
 ${GEM_LIBDIR}/lib/capybara/spec/session/select_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/selectors_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/sibling_spec.rb
-${GEM_LIBDIR}/lib/capybara/spec/session/source_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/text_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/title_spec.rb
 ${GEM_LIBDIR}/lib/capybara/spec/session/uncheck_spec.rb
diff -r 5f42e6c63ca1 -r c767a88f6844 www/ruby-capybara/distinfo
--- a/www/ruby-capybara/distinfo        Sat Jan 16 12:20:09 2021 +0000
+++ b/www/ruby-capybara/distinfo        Sat Jan 16 12:42:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/09/14 15:22:55 taca Exp $
+$NetBSD: distinfo,v 1.19 2021/01/16 12:42:09 taca Exp $
 
-SHA1 (capybara-3.33.0.gem) = 673ffe13bad78987b86eeb4843712bf633c10f0a
-RMD160 (capybara-3.33.0.gem) = 75f202f31197dc2ea1b1073f1abaa47fe0c68d54
-SHA512 (capybara-3.33.0.gem) = b169a12f330fdc016dbba6c7478cf52a51006499197bba67e6953f36929099212e209d2803511ca623b7e2b1fc0288fad1975fd426047c95680309145abb9977
-Size (capybara-3.33.0.gem) = 366592 bytes
+SHA1 (capybara-3.34.0.gem) = a06c84c4a28b9033ea2509fcd6f1bc58427d081d
+RMD160 (capybara-3.34.0.gem) = 0f3fd653d44fb72afe7987c3dcffa1864c9136af
+SHA512 (capybara-3.34.0.gem) = ee722be02cc0b23b7b7c92b29c7eb702a035a95e21c10c237eb6922fbc285c43431deca8bc8e445948a767265f4e8b6ef451f46168f26f8ad6dc6e1c88966537
+Size (capybara-3.34.0.gem) = 369664 bytes


Home | Main Index | Thread Index | Old Index