Skip to content

Commit

Permalink
textproc/ruby-rails-dom-testing: update to 2.1.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Jul 9, 2023
1 parent d5c2705 commit 35b1af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-rails-dom-testing/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-rails-dom-testing/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 35b1af1

Please sign in to comment.