pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rails-dom-testing



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jul  9 02:47:18 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-rails-dom-testing: Makefile distinfo

Log Message:
textproc/ruby-rails-dom-testing: update to 2.1.1

2.1.0 (2023-06-30)

What's Changed

* Address warning: mismatched indentations at 'when' with 'case' by @yahonda
  in #74
* Make assert_dom_equal ignore insignificant whitespace when walking the
  node tree by @jduff in #84
* Expand Substitution Matching Types support by @seanpdoyle in #90
* Alias assert_select methods to assert_dom versions by @seanpdoyle in #93
* Raise an error if the last arg is the wrong format by @ghiculescu in #96
* Fix replacement for multiple substitutions by @speckins in #76
* Better error message if response.body is blank or not parseable by
  Nokogiri by @ghiculescu in #97
* selector_assertions/html_selector: No trailing . on content_mismatch by
  @issyl0 in #102
* Use Minitest::Assertion#diff for content failure messages by @flavorjones
  in #106

New Contributors

* @nicolasleger made their first contribution in #73
* @yahonda made their first contribution in #74
* @dependabot made their first contribution in #79
* @jduff made their first contribution in #86
* @amatsuda made their first contribution in #88
* @seanpdoyle made their first contribution in #90
* @ghiculescu made their first contribution in #96
* @jbampton made their first contribution in #95
* @speckins made their first contribution in #76
* @issyl0 made their first contribution in #102
* @flavorjones made their first contribution in #103

2.1.1 (2023-06-30)

What's Changed

* Fix issue when application isn't using minitest.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-rails-dom-testing/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-rails-dom-testing/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-rails-dom-testing/Makefile
diff -u pkgsrc/textproc/ruby-rails-dom-testing/Makefile:1.10 pkgsrc/textproc/ruby-rails-dom-testing/Makefile:1.11
--- pkgsrc/textproc/ruby-rails-dom-testing/Makefile:1.10        Sun Dec 19 06:29:32 2021
+++ pkgsrc/textproc/ruby-rails-dom-testing/Makefile     Sun Jul  9 02:47:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/12/19 06:29:32 taca Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/09 02:47:18 taca Exp $
 
-DISTNAME=      rails-dom-testing-2.0.3
+DISTNAME=      rails-dom-testing-2.1.1
 CATEGORIES=    textproc
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-rails-dom-testing/distinfo
diff -u pkgsrc/textproc/ruby-rails-dom-testing/distinfo:1.5 pkgsrc/textproc/ruby-rails-dom-testing/distinfo:1.6
--- pkgsrc/textproc/ruby-rails-dom-testing/distinfo:1.5 Tue Oct 26 11:23:26 2021
+++ pkgsrc/textproc/ruby-rails-dom-testing/distinfo     Sun Jul  9 02:47:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:23:26 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/07/09 02:47:18 taca Exp $
 
-BLAKE2s (rails-dom-testing-2.0.3.gem) = d9dede3436b20014a6432381431f93bc2cda208f6f53422074f5a6eafe49181b
-SHA512 (rails-dom-testing-2.0.3.gem) = 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
-Size (rails-dom-testing-2.0.3.gem) = 14336 bytes
+BLAKE2s (rails-dom-testing-2.1.1.gem) = 0bed77a98f5a325b93c1b2eb1a03682a8249063f772ed316e96b945cabe447aa
+SHA512 (rails-dom-testing-2.1.1.gem) = c820925858b0ea1c4f978743f0f1c2cb9104f66f82fb2b75ec1219d8d68d5766a3e3e571950e2a436d951d183877f5eed4c6d4d9039cee298ee15e568bea43fc
+Size (rails-dom-testing-2.1.1.gem) = 14848 bytes



Home | Main Index | Thread Index | Old Index