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/492f1cad5df3
branches:  trunk
changeset: 444837:492f1cad5df3
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jan 13 14:36:26 2021 +0000

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

diffstat:

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

diffs (38 lines):

diff -r 2ae1e5230904 -r 492f1cad5df3 devel/ruby-shoulda-matchers/Makefile
--- a/devel/ruby-shoulda-matchers/Makefile      Wed Jan 13 14:34:01 2021 +0000
+++ b/devel/ruby-shoulda-matchers/Makefile      Wed Jan 13 14:36:26 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/09/14 16:28:40 taca Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/13 14:36:26 taca Exp $
 
-DISTNAME=      shoulda-matchers-4.4.1
+DISTNAME=      shoulda-matchers-4.5.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 
diff -r 2ae1e5230904 -r 492f1cad5df3 devel/ruby-shoulda-matchers/PLIST
--- a/devel/ruby-shoulda-matchers/PLIST Wed Jan 13 14:34:01 2021 +0000
+++ b/devel/ruby-shoulda-matchers/PLIST Wed Jan 13 14:36:26 2021 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/14 16:28:40 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/01/13 14:36:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md
 ${GEM_LIBDIR}/lib/shoulda-matchers.rb
diff -r 2ae1e5230904 -r 492f1cad5df3 devel/ruby-shoulda-matchers/distinfo
--- a/devel/ruby-shoulda-matchers/distinfo      Wed Jan 13 14:34:01 2021 +0000
+++ b/devel/ruby-shoulda-matchers/distinfo      Wed Jan 13 14:36:26 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/09/14 16:28:40 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/01/13 14:36:26 taca Exp $
 
-SHA1 (shoulda-matchers-4.4.1.gem) = 63c9b3e749128a9b68e25d308dd4681bd85c96cb
-RMD160 (shoulda-matchers-4.4.1.gem) = 344888a2a92ec8315ea8a9cc6e5fea3b1b382757
-SHA512 (shoulda-matchers-4.4.1.gem) = 60a137562e4dab5d5b575fefb1ba45b5f1f470d572c387f7fed1a19a5f2522ab97374c38428520124e93b96c4bed566ca8b6b0bd95de915b1028f0e485bfcadc
-Size (shoulda-matchers-4.4.1.gem) = 79872 bytes
+SHA1 (shoulda-matchers-4.5.0.gem) = dd3fe8460c3430b63f87de97497a913b2c534ca5
+RMD160 (shoulda-matchers-4.5.0.gem) = ace78bee9e24b8a835c6b1275c258c119c3e15f8
+SHA512 (shoulda-matchers-4.5.0.gem) = 9d1924b3bf467dc4070af00c9effd45a661a5d25cc395af22fbd81fa91db77bd9ceb974666b9066d283748512aa04e030dd4c589be1744db4017fee862a5122b
+Size (shoulda-matchers-4.5.0.gem) = 81408 bytes



Home | Main Index | Thread Index | Old Index