pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-shoulda-matchers



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan 13 14:36:27 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-shoulda-matchers: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-shoulda-matchers/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-shoulda-matchers/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-shoulda-matchers/Makefile
diff -u pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.15 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.16
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.15    Mon Sep 14 16:28:40 2020
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Wed Jan 13 14:36:26 2021
@@ -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
 

Index: pkgsrc/devel/ruby-shoulda-matchers/PLIST
diff -u pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.7 pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.8
--- pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.7        Mon Sep 14 16:28:40 2020
+++ pkgsrc/devel/ruby-shoulda-matchers/PLIST    Wed Jan 13 14:36:26 2021
@@ -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

Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.8 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.9
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.8     Mon Sep 14 16:28:40 2020
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Wed Jan 13 14:36:26 2021
@@ -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