pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-capybara



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  4 16:12:39 UTC 2022

Modified Files:
        pkgsrc/www/ruby-capybara: Makefile PLIST distinfo

Log Message:
www/ruby-capybara: update to 3.38.0

3.38.0 (2022-11-03)

Changed

* Capybara.w3c_click_offset now defaults to true.  If you need click offsets
  to be from the elements top left corner set it to false in your config

Added

* Support Selenium 4.3 changes to click offset calculations
* click, double_click, right_click can now be called on the session to click
  the currently scoped element (or document)
* Session#within now passes the scoped element to the block
* Support rack-test 2+
* Retry interval is now configurable [Masahiro NOMOTO]
* Support Puma 6 - Issue #2590
* Selenium: DetachedShadowRootError is treated as an invalid element error
  [Perryn Fowler]
* Selenium: When inspected shadow roots will have a tag name of "ShadowRoot"
* evaluate_async_script added to Session::DSL_METHODS [Henry Blyth]

Fixed

* Use higher precision clock in Capybara::Helpers::Timer if available
* rack-test driver behavior with \r\n - Issue #2547 [Stefan Hoffmann]
* Updated for deprecation of positional parameters in
  Selenium::WebDriver::ActionBuilder#pause
* Explicitly set cause on server raised errors
* Options no longer duplicated in have_xxx invalid option error message
  [Yudai Takada]
* Animation disabler is now threadsafe [Daniel Sheppard]
* Server connection count tracking [Oleksandr K.]
* Ensure scopes are reset when session is [Henry Blyth]


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-capybara/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-capybara/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/ruby-capybara/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-capybara/Makefile
diff -u pkgsrc/www/ruby-capybara/Makefile:1.31 pkgsrc/www/ruby-capybara/Makefile:1.32
--- pkgsrc/www/ruby-capybara/Makefile:1.31      Mon Oct 10 03:36:51 2022
+++ pkgsrc/www/ruby-capybara/Makefile   Sun Dec  4 16:12:39 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/10/10 03:36:51 taca Exp $
+# $NetBSD: Makefile,v 1.32 2022/12/04 16:12:39 taca Exp $
 
-DISTNAME=      capybara-3.37.1
+DISTNAME=      capybara-3.38.0
 CATEGORIES=    www devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-capybara/PLIST
diff -u pkgsrc/www/ruby-capybara/PLIST:1.19 pkgsrc/www/ruby-capybara/PLIST:1.20
--- pkgsrc/www/ruby-capybara/PLIST:1.19 Wed Aug 31 14:20:43 2022
+++ pkgsrc/www/ruby-capybara/PLIST      Sun Dec  4 16:12:39 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/08/31 14:20:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/12/04 16:12:39 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/History.md
@@ -279,6 +279,7 @@ ${GEM_LIBDIR}/lib/capybara/version.rb
 ${GEM_LIBDIR}/lib/capybara/window.rb
 ${GEM_LIBDIR}/spec/basic_node_spec.rb
 ${GEM_LIBDIR}/spec/capybara_spec.rb
+${GEM_LIBDIR}/spec/counter_spec.rb
 ${GEM_LIBDIR}/spec/css_builder_spec.rb
 ${GEM_LIBDIR}/spec/css_splitter_spec.rb
 ${GEM_LIBDIR}/spec/dsl_spec.rb

Index: pkgsrc/www/ruby-capybara/distinfo
diff -u pkgsrc/www/ruby-capybara/distinfo:1.25 pkgsrc/www/ruby-capybara/distinfo:1.26
--- pkgsrc/www/ruby-capybara/distinfo:1.25      Wed Aug 31 14:20:43 2022
+++ pkgsrc/www/ruby-capybara/distinfo   Sun Dec  4 16:12:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/08/31 14:20:43 taca Exp $
+$NetBSD: distinfo,v 1.26 2022/12/04 16:12:39 taca Exp $
 
-BLAKE2s (capybara-3.37.1.gem) = 00f7257c816e33bcd9e72108c2fcaa69179118670bc20e556a959835e1378d95
-SHA512 (capybara-3.37.1.gem) = 6a602dfcd61529f6b89a0ad85cf567fcb952d0c8033bde605121ad867308b1a16c6b3d5bfd7f4c33c47c5616c365c6b034bdf8dca096a14b3447be6adc885111
-Size (capybara-3.37.1.gem) = 376320 bytes
+BLAKE2s (capybara-3.38.0.gem) = 08a17a8a9638e58284b03aa9b0a052362cb15acee58daca202f91f1262d3c320
+SHA512 (capybara-3.38.0.gem) = 530db1102e8bc1bfa1ac55d28a725a26a7c6c98baf89655bb15436217e99c7131edb204638f51831c416e4898b9e7c653b83c74abf8aa644eb4da0ad8cddd44c
+Size (capybara-3.38.0.gem) = 379392 bytes



Home | Main Index | Thread Index | Old Index