Skip to content

Commit 35b1af1

Browse files
author
taca
committed
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.
1 parent d5c2705 commit 35b1af1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

textproc/ruby-rails-dom-testing/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.10 2021/12/19 06:29:32 taca Exp $
1+
# $NetBSD: Makefile,v 1.11 2023/07/09 02:47:18 taca Exp $
22

3-
DISTNAME= rails-dom-testing-2.0.3
3+
DISTNAME= rails-dom-testing-2.1.1
44
CATEGORIES= textproc
55

66
MAINTAINER= [email protected]
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 11:23:26 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2023/07/09 02:47:18 taca Exp $
22

3-
BLAKE2s (rails-dom-testing-2.0.3.gem) = d9dede3436b20014a6432381431f93bc2cda208f6f53422074f5a6eafe49181b
4-
SHA512 (rails-dom-testing-2.0.3.gem) = 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
5-
Size (rails-dom-testing-2.0.3.gem) = 14336 bytes
3+
BLAKE2s (rails-dom-testing-2.1.1.gem) = 0bed77a98f5a325b93c1b2eb1a03682a8249063f772ed316e96b945cabe447aa
4+
SHA512 (rails-dom-testing-2.1.1.gem) = c820925858b0ea1c4f978743f0f1c2cb9104f66f82fb2b75ec1219d8d68d5766a3e3e571950e2a436d951d183877f5eed4c6d4d9039cee298ee15e568bea43fc
5+
Size (rails-dom-testing-2.1.1.gem) = 14848 bytes

0 commit comments

Comments
 (0)