pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-shoulda-matchers devel/ruby-shoulda-matcher...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85f803ad4d93
branches:  trunk
changeset: 457301:85f803ad4d93
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 22 14:47:26 2021 +0000

description:
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)

diffstat:

 devel/ruby-shoulda-matchers/Makefile |   4 ++--
 devel/ruby-shoulda-matchers/PLIST    |   3 +--
 devel/ruby-shoulda-matchers/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r ea48894eb22c -r 85f803ad4d93 devel/ruby-shoulda-matchers/Makefile
--- a/devel/ruby-shoulda-matchers/Makefile      Sun Aug 22 14:41:54 2021 +0000
+++ b/devel/ruby-shoulda-matchers/Makefile      Sun Aug 22 14:47:26 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/01/26 15:28:22 taca Exp $
+# $NetBSD: Makefile,v 1.18 2021/08/22 14:47:26 taca Exp $
 
-DISTNAME=      shoulda-matchers-4.5.1
+DISTNAME=      shoulda-matchers-5.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 
diff -r ea48894eb22c -r 85f803ad4d93 devel/ruby-shoulda-matchers/PLIST
--- a/devel/ruby-shoulda-matchers/PLIST Sun Aug 22 14:41:54 2021 +0000
+++ b/devel/ruby-shoulda-matchers/PLIST Sun Aug 22 14:47:26 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/01/13 14:36:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/08/22 14:47:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
@@ -22,7 +22,6 @@
 ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_matcher.rb
 ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_or_flash_matcher.rb
 ${GEM_LIBDIR}/lib/shoulda/matchers/active_model.rb
-${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb
 ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher.rb
 ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_changed_value_error.rb
 ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_does_not_exist_error.rb
diff -r ea48894eb22c -r 85f803ad4d93 devel/ruby-shoulda-matchers/distinfo
--- a/devel/ruby-shoulda-matchers/distinfo      Sun Aug 22 14:41:54 2021 +0000
+++ b/devel/ruby-shoulda-matchers/distinfo      Sun Aug 22 14:47:26 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/01/26 15:28:22 taca Exp $
+$NetBSD: distinfo,v 1.11 2021/08/22 14:47:26 taca Exp $
 
-SHA1 (shoulda-matchers-4.5.1.gem) = fc5a9c8a806b2f9b241b998ae2c02823d1ed982b
-RMD160 (shoulda-matchers-4.5.1.gem) = 0c4c81f3fbdb0f12a889efe3dd78ecdcab4cbc68
-SHA512 (shoulda-matchers-4.5.1.gem) = e66d197f1759181615f73e39bc2914ed3212b5f0ee99279dc5c4ae216c7573c60372ed1944cc0fd84fbad239a498a245b964eca6adbf3a4278c959777ade2476
-Size (shoulda-matchers-4.5.1.gem) = 81408 bytes
+SHA1 (shoulda-matchers-5.0.0.gem) = 3d81053bda8c0c1e0baa4dc0400db5e34c143c4c
+RMD160 (shoulda-matchers-5.0.0.gem) = 393321626181988ca6d56ccccf203db19d069ba1
+SHA512 (shoulda-matchers-5.0.0.gem) = 9e4413aa93298546041a4a374a044b8f08db4ae49ad5c0cd92ebde2ffb90874b4b84865e859552a6440f2a2d5e73ac511c2e9a510236aa3aa0036cc33498e5b1
+Size (shoulda-matchers-5.0.0.gem) = 80384 bytes



Home | Main Index | Thread Index | Old Index