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:           Wed Oct 30 15:10:32 UTC 2019

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

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

Update ruby-mocha to 1.9.0.

## 1.9.0

* Add TruffleRuby to Travis CI build matrix - thanks to @deepj (#354)
* Explicitly set Travis CI OS to Ubuntu Trusty 14.04 (ded1fa45)
* Expand explanation of thread-safety concerns - thanks to @techbelly (#357)
* Refactor class method and any instance method - thanks to @chrisroos (#358)
* Rely on default bundler version in Travis CI builds (3352e9c5)
* Fix local build-matrix script (11abe231)
* No need to install latest bundler in build-matrix script (8247a894)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-mocha/Makefile \
    pkgsrc/devel/ruby-mocha/distinfo
cvs rdiff -u -r1.24 -r1.25 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.26 pkgsrc/devel/ruby-mocha/Makefile:1.27
--- pkgsrc/devel/ruby-mocha/Makefile:1.26       Sun Jan 20 13:51:15 2019
+++ pkgsrc/devel/ruby-mocha/Makefile    Wed Oct 30 15:10:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/01/20 13:51:15 taca Exp $
+# $NetBSD: Makefile,v 1.27 2019/10/30 15:10:32 taca Exp $
 
-DISTNAME=      mocha-1.8.0
+DISTNAME=      mocha-1.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.26 pkgsrc/devel/ruby-mocha/distinfo:1.27
--- pkgsrc/devel/ruby-mocha/distinfo:1.26       Sun Jan 20 13:51:15 2019
+++ pkgsrc/devel/ruby-mocha/distinfo    Wed Oct 30 15:10:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/01/20 13:51:15 taca Exp $
+$NetBSD: distinfo,v 1.27 2019/10/30 15:10:32 taca Exp $
 
-SHA1 (mocha-1.8.0.gem) = ca935501ed99aa4239003f038d2479e78d93f190
-RMD160 (mocha-1.8.0.gem) = cc1a4e1414d31e1d533203715f96fe756b47bb91
-SHA512 (mocha-1.8.0.gem) = b0abd6234f34dfd92d44019001e97914dff80ece5fbe2b53ccc91192f99f06a79f9c96cdb136b2a389a1a1b7038076fce688d8d8ee8645538d3c58f73e345fe4
-Size (mocha-1.8.0.gem) = 223744 bytes
+SHA1 (mocha-1.9.0.gem) = 3f14d2142b1693ad9e38e4672aaffc7c29f622c3
+RMD160 (mocha-1.9.0.gem) = 71336a221fe1a16933f7e8c523e7ce80a51bec61
+SHA512 (mocha-1.9.0.gem) = 76aa6c1a59d98cf2e592b94785f102fae7d46923cd30494df944a322a6286fb854867ccb32c396f522008b8a0e368ff115693ec6dc63d7cbe84fa26a3a42d9e6
+Size (mocha-1.9.0.gem) = 224768 bytes

Index: pkgsrc/devel/ruby-mocha/PLIST
diff -u pkgsrc/devel/ruby-mocha/PLIST:1.24 pkgsrc/devel/ruby-mocha/PLIST:1.25
--- pkgsrc/devel/ruby-mocha/PLIST:1.24  Sun Jan 20 13:51:15 2019
+++ pkgsrc/devel/ruby-mocha/PLIST       Wed Oct 30 15:10:32 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2019/01/20 13:51:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/10/30 15:10:32 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.rubocop.yml
@@ -12,7 +12,6 @@ ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/RELEASE.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/build-matrix
-${GEM_LIBDIR}/docs/CNAME
 ${GEM_LIBDIR}/docs/Mocha.html
 ${GEM_LIBDIR}/docs/Mocha/API.html
 ${GEM_LIBDIR}/docs/Mocha/ClassMethods.html



Home | Main Index | Thread Index | Old Index