pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mocha



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 23 13:57:53 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-mocha: Makefile PLIST distinfo

Log Message:
devel/ruby-mocha: update to 1.4.0

1.4.0 (2018/03/20)

* Fix deprecation warning for assert_nil in ClassMethodTest (#308 & #309)
* Display file and line number in deprecation warning - thanks to @chrisarcand
  (#310, #312 & #313)
* Rename mocha/mini_test.rb to mocha/minitest.rb - thanks to @grosser (#320 &
  #322)
* Fix warning when delegating to mock in Ruby 2.4 - thanks to @tjvc (#321 &
  #323)
* Updates to Travis CI configuration (73af600..9732726 & 0426e5e)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-mocha/Makefile \
    pkgsrc/devel/ruby-mocha/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-mocha/PLIST

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-mocha/Makefile
diff -u pkgsrc/devel/ruby-mocha/Makefile:1.22 pkgsrc/devel/ruby-mocha/Makefile:1.23
--- pkgsrc/devel/ruby-mocha/Makefile:1.22       Thu Aug 31 15:18:09 2017
+++ pkgsrc/devel/ruby-mocha/Makefile    Fri Mar 23 13:57:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2017/08/31 15:18:09 taca Exp $
+# $NetBSD: Makefile,v 1.23 2018/03/23 13:57:53 taca Exp $
 
-DISTNAME=      mocha-1.3.0
+DISTNAME=      mocha-1.4.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.22 pkgsrc/devel/ruby-mocha/distinfo:1.23
--- pkgsrc/devel/ruby-mocha/distinfo:1.22       Thu Aug 31 15:18:09 2017
+++ pkgsrc/devel/ruby-mocha/distinfo    Fri Mar 23 13:57:53 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/08/31 15:18:09 taca Exp $
+$NetBSD: distinfo,v 1.23 2018/03/23 13:57:53 taca Exp $
 
-SHA1 (mocha-1.3.0.gem) = 9a87ac94de925c4d873a7a5bf24b93737462a420
-RMD160 (mocha-1.3.0.gem) = 9656cbb8aa0eda7c3fade83b5ba5781bec3d28f5
-SHA512 (mocha-1.3.0.gem) = a24de9129da65f6b37f06ad888fdb80ae987f51594980991a6ac3ffd23e9dafeedd7a2e758835f33f4de59e07b7c39449e3a49228159710bd87a3de7d3df6a3c
-Size (mocha-1.3.0.gem) = 92160 bytes
+SHA1 (mocha-1.4.0.gem) = c60850e2b719337054789afb7c72dbde1246f5b2
+RMD160 (mocha-1.4.0.gem) = 2d24e9cac2d8bfacd847a062533d7bb6539911c9
+SHA512 (mocha-1.4.0.gem) = 54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
+Size (mocha-1.4.0.gem) = 92672 bytes

Index: pkgsrc/devel/ruby-mocha/PLIST
diff -u pkgsrc/devel/ruby-mocha/PLIST:1.20 pkgsrc/devel/ruby-mocha/PLIST:1.21
--- pkgsrc/devel/ruby-mocha/PLIST:1.20  Thu Aug 31 15:18:09 2017
+++ pkgsrc/devel/ruby-mocha/PLIST       Fri Mar 23 13:57:53 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2017/08/31 15:18:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/03/23 13:57:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.yardopts
@@ -78,6 +78,7 @@ ${GEM_LIBDIR}/lib/mocha/is_a.rb
 ${GEM_LIBDIR}/lib/mocha/logger.rb
 ${GEM_LIBDIR}/lib/mocha/method_matcher.rb
 ${GEM_LIBDIR}/lib/mocha/mini_test.rb
+${GEM_LIBDIR}/lib/mocha/minitest.rb
 ${GEM_LIBDIR}/lib/mocha/mock.rb
 ${GEM_LIBDIR}/lib/mocha/mockery.rb
 ${GEM_LIBDIR}/lib/mocha/module_method.rb



Home | Main Index | Thread Index | Old Index