-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/ruby-rails-dom-testing: update to 2.2.0
2.2.0 (2023-08-03) What's Changed * Allow user to choose the HTML parser used by @flavorjones in #109 * Fix string substitution regression by @nicoco007 in #110 New Contributors * @nicoco007 made their first contribution in #110
- Loading branch information
taca
committed
Aug 5, 2023
1 parent
44a415a
commit 941d114
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2018/03/21 09:36:55 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2023/08/05 12:19:03 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/MIT-LICENSE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/lib/rails-dom-testing.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/dom_assertions.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/railtie.rb | ||
${GEM_LIBDIR}/lib/rails/dom/testing/version.rb | ||
${GEM_LIBDIR}/test/dom_assertions_test.rb | ||
${GEM_LIBDIR}/test/parser_selection_test.rb | ||
${GEM_LIBDIR}/test/selector_assertions_test.rb | ||
${GEM_LIBDIR}/test/test_helper.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/07/09 02:47:18 taca Exp $ | ||
$NetBSD: distinfo,v 1.7 2023/08/05 12:19:03 taca Exp $ | ||
|
||
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 | ||
BLAKE2s (rails-dom-testing-2.2.0.gem) = c071de1a8a12af707a88813683d008fb69d96228c54573aa65b6336bc9f59b7d | ||
SHA512 (rails-dom-testing-2.2.0.gem) = 90607b42d0239933f34aac803e090802ea823fd6c980149395860d50e8361428d6c5a4a3e9fedd5c7870c896864d3e797d5180b9796c9132ed2755d21e55de98 | ||
Size (rails-dom-testing-2.2.0.gem) = 16896 bytes |