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:           Tue Feb 17 13:44:26 UTC 2026

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

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

3.0.2 (2026-02-14)

External changes

* Fix NoMethodError on deprecation warning - broken since v3.0.0 (#790)

Internal changes

* Update commands in release docs to use bundle exec (7692c735)
* Fix test:performance rake task for minitest v6 (d925ad27)
* Fix prism gem install on JRuby (683c27b4)
* Add Ruby v4.0-rc to CI build matrix and change weekly build to nightly
  (#777)
* Add Ruby v4.0 to CI build matrix (6ced2025)
* Add irb to Gemfile to fix warning in Ruby v4 (a0fc7798)
* Auto-correct Style/EmptyClassDefinition violation (9ba0a09f)
* Ensure every test can run in isolation (be12ef06)
* Rename run-fail-fast CircleCI command -> run-fail-on-warning (72fc6fe8)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/ruby-mocha/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-mocha/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/ruby-mocha/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-mocha/Makefile
diff -u pkgsrc/devel/ruby-mocha/Makefile:1.43 pkgsrc/devel/ruby-mocha/Makefile:1.44
--- pkgsrc/devel/ruby-mocha/Makefile:1.43       Sat Jan 17 16:11:53 2026
+++ pkgsrc/devel/ruby-mocha/Makefile    Tue Feb 17 13:44:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2026/01/17 16:11:53 taca Exp $
+# $NetBSD: Makefile,v 1.44 2026/02/17 13:44:26 taca Exp $
 
-DISTNAME=      mocha-3.0.1
+DISTNAME=      mocha-3.0.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-mocha/PLIST
diff -u pkgsrc/devel/ruby-mocha/PLIST:1.33 pkgsrc/devel/ruby-mocha/PLIST:1.34
--- pkgsrc/devel/ruby-mocha/PLIST:1.33  Sat Jan 17 16:11:53 2026
+++ pkgsrc/devel/ruby-mocha/PLIST       Tue Feb 17 13:44:26 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2026/01/17 16:11:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.34 2026/02/17 13:44:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.github/FUNDING.yml
@@ -101,5 +101,6 @@ ${GEM_LIBDIR}/lib/mocha/thrower.rb
 ${GEM_LIBDIR}/lib/mocha/thrown_object.rb
 ${GEM_LIBDIR}/lib/mocha/version.rb
 ${GEM_LIBDIR}/lib/mocha/yield_parameters.rb
+${GEM_LIBDIR}/mise.toml
 ${GEM_LIBDIR}/mocha.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.45 pkgsrc/devel/ruby-mocha/distinfo:1.46
--- pkgsrc/devel/ruby-mocha/distinfo:1.45       Sat Jan 17 16:11:53 2026
+++ pkgsrc/devel/ruby-mocha/distinfo    Tue Feb 17 13:44:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2026/01/17 16:11:53 taca Exp $
+$NetBSD: distinfo,v 1.46 2026/02/17 13:44:26 taca Exp $
 
-BLAKE2s (mocha-3.0.1.gem) = 7996f5881bc5f81f2e062958e35f3671b9a8c9a2f4f0141ad2b9524248efd388
-SHA512 (mocha-3.0.1.gem) = 63a10f649c67a1ea254c8529f3ef1e4c5e04297945e42065e09c8a94873256b730cb3558c3e0ec3ce292ba80bcd7d184b2b019810ec6432679d7f2438c1a9c44
-Size (mocha-3.0.1.gem) = 72192 bytes
+BLAKE2s (mocha-3.0.2.gem) = 9b9e218e6601b500eb4a11405b628d46a4e9f42b82195088c75aad20af810a7d
+SHA512 (mocha-3.0.2.gem) = 42d10ce6533a896fceb452eb1036f71410a966500108376aa1434c0ae1d45dc1615da7be756ef221c834fd289b802498ecd1dbe8c765e4132eba7b2dd3d9833d
+Size (mocha-3.0.2.gem) = 72704 bytes



Home | Main Index | Thread Index | Old Index