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:           Fri Mar 20 15:12:43 UTC 2020

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

Log Message:
devel/ruby-shoulda-matchers: update to 3.1.3

Update ruby-shoulda-matchers to 3.1.3.
pkgsrc change: Do not restrict to Rails to 4.2.

# 3.1.3

### Improvements

* Update `BigDecimal.new()` to use `BigDecimal()` and avoid deprecation warnings
  in Ruby 2.6.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.5 -r1.6 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.12 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.13
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.12    Sun Nov  3 10:00:25 2019
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Fri Mar 20 15:12:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/11/03 10:00:25 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/20 15:12:43 taca Exp $
 
-DISTNAME=      shoulda-matchers-3.1.2
+DISTNAME=      shoulda-matchers-3.1.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 
@@ -12,7 +12,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 
 USE_LANGUAGES=         # none
-RUBY_RAILS_ACCEPTED=   42
+RUBY_RAILS_ACCEPTED=   # defined
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.5 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.6
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.5     Sun Sep 23 15:15:13 2018
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Fri Mar 20 15:12:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/09/23 15:15:13 taca Exp $
+$NetBSD: distinfo,v 1.6 2020/03/20 15:12:43 taca Exp $
 
-SHA1 (shoulda-matchers-3.1.2.gem) = 59e18b85b55c471ee7705694e19247f78c229111
-RMD160 (shoulda-matchers-3.1.2.gem) = 43b7929b4cb4cc8c87e2816f0905d4b651f4e2a1
-SHA512 (shoulda-matchers-3.1.2.gem) = e24602701a0f6eaa7ed0249449401582c7dc34f186e548d0741c9e416d5c6b5bc5a9b028b677b3f2b04091c6e5373cc03c05c8e1abf9156ace15846be4064d51
-Size (shoulda-matchers-3.1.2.gem) = 208384 bytes
+SHA1 (shoulda-matchers-3.1.3.gem) = 847899ddba78636c3f91fdf43f732801bfa6af64
+RMD160 (shoulda-matchers-3.1.3.gem) = 0655666f6d47ca83302a0e85ce21ea858277dd8e
+SHA512 (shoulda-matchers-3.1.3.gem) = c61397d20724f3048172a8a20ef8abaeafdba3a1d5d4b923b1b11480b25c70820fd372eb2851c6eb307894bc0b7e1aae515e23a3581a83db1b65a2c778b22d67
+Size (shoulda-matchers-3.1.3.gem) = 208384 bytes



Home | Main Index | Thread Index | Old Index