Wed Jan 13 14:36:27 2021 UTC ()
devel/ruby-shoulda-matchers: update to 4.5.0

4.5.0 (2021-01-12)

Features

* Add support for has_secure_password custom attributes. (#1356)

Bug fixes

* Fix bundle exec yard doc replacing pygments.rb with rouge to keep the
  documentation up to date. (#1343)

* Fix have_db_column.with_options not raising an error when the user adds
  an invalid value. (#1358)

* Fix default value of assossiation_matcher.validate option. It was
  returning false instead of true. (#1378)

* Fix validate_absence_of failing for array columns. (#1383)

Improvements

* Replace all links with http to https. (#1340)

* Update the links for have_and_belong_to_many, have_many and have_one in
  the README to redirect the user to where the matcher description
  starts. (#1348)

* Drop git ls-files in gemspec to help downstreams maintenance, because
  they often need to build packages in an environment that does not have
  git. (#1354)

* Add comment about no support of
  validate_uniqueness_of(:item).scoped_to(array). (#1355)

* Improve error message for assossiation_matcher.with_foreign_key
  option. (#1376)


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby-shoulda-matchers/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/ruby-shoulda-matchers/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/ruby-shoulda-matchers/distinfo

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

--- pkgsrc/devel/ruby-shoulda-matchers/Makefile 2020/09/14 16:28:40 1.15
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile 2021/01/13 14:36:26 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2020/09/14 16:28:40 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2021/01/13 14:36:26 taca Exp $
2 2
3DISTNAME= shoulda-matchers-4.4.1 3DISTNAME= shoulda-matchers-4.5.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.7 -r1.8 pkgsrc/devel/ruby-shoulda-matchers/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-shoulda-matchers/PLIST 2020/09/14 16:28:40 1.7
+++ pkgsrc/devel/ruby-shoulda-matchers/PLIST 2021/01/13 14:36:26 1.8
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.7 2020/09/14 16:28:40 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2021/01/13 14:36:26 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
 3${GEM_LIBDIR}/LICENSE
3${GEM_LIBDIR}/README.md 4${GEM_LIBDIR}/README.md
4${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md 5${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md
5${GEM_LIBDIR}/lib/shoulda-matchers.rb 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/action_controller.rb 8${GEM_LIBDIR}/lib/shoulda/matchers/action_controller.rb
8${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/callback_matcher.rb 9${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/callback_matcher.rb
9${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb 10${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb
10${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/flash_store.rb 11${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/flash_store.rb
11${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/permit_matcher.rb 12${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/permit_matcher.rb
12${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb 13${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb
13${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_template_matcher.rb 14${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_template_matcher.rb
14${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
15${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/rescue_from_matcher.rb 16${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/rescue_from_matcher.rb

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

--- pkgsrc/devel/ruby-shoulda-matchers/distinfo 2020/09/14 16:28:40 1.8
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo 2021/01/13 14:36:26 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2020/09/14 16:28:40 taca Exp $ 1$NetBSD: distinfo,v 1.9 2021/01/13 14:36:26 taca Exp $
2 2
3SHA1 (shoulda-matchers-4.4.1.gem) = 63c9b3e749128a9b68e25d308dd4681bd85c96cb 3SHA1 (shoulda-matchers-4.5.0.gem) = dd3fe8460c3430b63f87de97497a913b2c534ca5
4RMD160 (shoulda-matchers-4.4.1.gem) = 344888a2a92ec8315ea8a9cc6e5fea3b1b382757 4RMD160 (shoulda-matchers-4.5.0.gem) = ace78bee9e24b8a835c6b1275c258c119c3e15f8
5SHA512 (shoulda-matchers-4.4.1.gem) = 60a137562e4dab5d5b575fefb1ba45b5f1f470d572c387f7fed1a19a5f2522ab97374c38428520124e93b96c4bed566ca8b6b0bd95de915b1028f0e485bfcadc 5SHA512 (shoulda-matchers-4.5.0.gem) = 9d1924b3bf467dc4070af00c9effd45a661a5d25cc395af22fbd81fa91db77bd9ceb974666b9066d283748512aa04e030dd4c589be1744db4017fee862a5122b
6Size (shoulda-matchers-4.4.1.gem) = 79872 bytes 6Size (shoulda-matchers-4.5.0.gem) = 81408 bytes