Sun Aug 22 14:47:27 2021 UTC ()
devel/ruby-shoulda-matchers: update to 5.0.0

5.0.0 (2021-07-10)

Bug fixes

* Replace in?, method from ActiveSupport, with include? to prevent exception
  "undefined method in?" on non-Rails app. (#1405)

Features

* Add support for Rails 6.1. No new Rails 6.1 features are supported, but
  only existing features that broke with the upgrade. (#1418)
* Add support for RVM (Ruby Version Manager) to setting up local
  environment. (#1424)
* Add support for alias in matcher define_enum. (#1419)
* Add support for Ruby 3.0. (#1406, #1427)

Improvements

* Remove deprecated warnings emitted on Rails 6.1 in ActiveModel
  errors. (#1444)

Backward-incompatible changes

* Drop support for Rails 4.2, 5.0 and 5.1 as well as Ruby 2.4 and 2.5
  they've been end-of-lifed. The gem now supports Ruby 2.6+ and Rails
  5.2+. (#1412, #1415, #1422, #1428, #1429)

* Remove deprecated matchers: use_before_filter, use_after_filter,
  use_around_filter and allow_mass_assignment_of. (#1430, #1431)


(taca)
diff -r1.17 -r1.18 pkgsrc/devel/ruby-shoulda-matchers/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/ruby-shoulda-matchers/PLIST
diff -r1.10 -r1.11 pkgsrc/devel/ruby-shoulda-matchers/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/ruby-shoulda-matchers/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-shoulda-matchers/Makefile 2021/01/26 15:28:22 1.17
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile 2021/08/22 14:47:26 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2021/01/26 15:28:22 taca Exp $ 1# $NetBSD: Makefile,v 1.18 2021/08/22 14:47:26 taca Exp $
2 2
3DISTNAME= shoulda-matchers-4.5.1 3DISTNAME= shoulda-matchers-5.0.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= devel ruby 5CATEGORIES= devel ruby
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://thoughtbot.com/community/ 8HOMEPAGE= http://thoughtbot.com/community/
9COMMENT= Making tests easy on the fingers and eyes 9COMMENT= Making tests easy on the fingers and eyes
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 12DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15RUBY_RAILS_ACCEPTED= # defined 15RUBY_RAILS_ACCEPTED= # defined
16 16

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-shoulda-matchers/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-shoulda-matchers/PLIST 2021/01/13 14:36:26 1.8
+++ pkgsrc/devel/ruby-shoulda-matchers/PLIST 2021/08/22 14:47:26 1.9
@@ -1,38 +1,37 @@ @@ -1,38 +1,37 @@
1@comment $NetBSD: PLIST,v 1.8 2021/01/13 14:36:26 taca Exp $ 1@comment $NetBSD: PLIST,v 1.9 2021/08/22 14:47:26 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/LICENSE 3${GEM_LIBDIR}/LICENSE
4${GEM_LIBDIR}/README.md 4${GEM_LIBDIR}/README.md
5${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md 5${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md
6${GEM_LIBDIR}/lib/shoulda-matchers.rb 6${GEM_LIBDIR}/lib/shoulda-matchers.rb
7${GEM_LIBDIR}/lib/shoulda/matchers.rb 7${GEM_LIBDIR}/lib/shoulda/matchers.rb
8${GEM_LIBDIR}/lib/shoulda/matchers/action_controller.rb 8${GEM_LIBDIR}/lib/shoulda/matchers/action_controller.rb
9${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/callback_matcher.rb 9${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/callback_matcher.rb
10${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb 10${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb
11${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/flash_store.rb 11${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/flash_store.rb
12${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/permit_matcher.rb 12${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/permit_matcher.rb
13${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb 13${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb
14${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_template_matcher.rb 14${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_template_matcher.rb
15${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb 15${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb
16${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/rescue_from_matcher.rb 16${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/rescue_from_matcher.rb
17${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/respond_with_matcher.rb 17${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/respond_with_matcher.rb
18${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_matcher.rb 18${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_matcher.rb
19${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_params.rb 19${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_params.rb
20${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/session_store.rb 20${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/session_store.rb
21${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_flash_matcher.rb 21${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_flash_matcher.rb
22${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_matcher.rb 22${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_matcher.rb
23${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_or_flash_matcher.rb 23${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_or_flash_matcher.rb
24${GEM_LIBDIR}/lib/shoulda/matchers/active_model.rb 24${GEM_LIBDIR}/lib/shoulda/matchers/active_model.rb
25${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb 
26${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher.rb 25${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher.rb
27${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_changed_value_error.rb 26${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_changed_value_error.rb
28${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_does_not_exist_error.rb 27${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_does_not_exist_error.rb
29${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter.rb 28${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter.rb
30${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter_and_validator.rb 29${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter_and_validator.rb
31${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters.rb 30${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters.rb
32${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters_and_validators.rb 31${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters_and_validators.rb
33${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb 32${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb
34${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb 33${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb
35${GEM_LIBDIR}/lib/shoulda/matchers/active_model/disallow_value_matcher.rb 34${GEM_LIBDIR}/lib/shoulda/matchers/active_model/disallow_value_matcher.rb
36${GEM_LIBDIR}/lib/shoulda/matchers/active_model/errors.rb 35${GEM_LIBDIR}/lib/shoulda/matchers/active_model/errors.rb
37${GEM_LIBDIR}/lib/shoulda/matchers/active_model/have_secure_password_matcher.rb 36${GEM_LIBDIR}/lib/shoulda/matchers/active_model/have_secure_password_matcher.rb
38${GEM_LIBDIR}/lib/shoulda/matchers/active_model/helpers.rb 37${GEM_LIBDIR}/lib/shoulda/matchers/active_model/helpers.rb

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-shoulda-matchers/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-shoulda-matchers/distinfo 2021/01/26 15:28:22 1.10
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo 2021/08/22 14:47:26 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2021/01/26 15:28:22 taca Exp $ 1$NetBSD: distinfo,v 1.11 2021/08/22 14:47:26 taca Exp $
2 2
3SHA1 (shoulda-matchers-4.5.1.gem) = fc5a9c8a806b2f9b241b998ae2c02823d1ed982b 3SHA1 (shoulda-matchers-5.0.0.gem) = 3d81053bda8c0c1e0baa4dc0400db5e34c143c4c
4RMD160 (shoulda-matchers-4.5.1.gem) = 0c4c81f3fbdb0f12a889efe3dd78ecdcab4cbc68 4RMD160 (shoulda-matchers-5.0.0.gem) = 393321626181988ca6d56ccccf203db19d069ba1
5SHA512 (shoulda-matchers-4.5.1.gem) = e66d197f1759181615f73e39bc2914ed3212b5f0ee99279dc5c4ae216c7573c60372ed1944cc0fd84fbad239a498a245b964eca6adbf3a4278c959777ade2476 5SHA512 (shoulda-matchers-5.0.0.gem) = 9e4413aa93298546041a4a374a044b8f08db4ae49ad5c0cd92ebde2ffb90874b4b84865e859552a6440f2a2d5e73ac511c2e9a510236aa3aa0036cc33498e5b1
6Size (shoulda-matchers-4.5.1.gem) = 81408 bytes 6Size (shoulda-matchers-5.0.0.gem) = 80384 bytes