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:           Sun May  5 16:45:54 UTC 2024

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

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

2.2.0 (2024-04-10)

External changes

* Support multiple methods in responds_with matcher (f086b7e4, #578) -
  thanks to @vlad-pisanov for the suggestion
* Add block syntax for sequences (93fdffd, #61)
* Improve sequence failure message (0800c6ff, #60)
* Drop support for Ruby v2.0 (85848fb0, #642)
* Include the original test name in expired stub error messages (ca3ff8eb,
  #641, #642) - thanks to @casperisfine
* Avoid rubocop directive ending up in YARD docs (2a9ee81a)
* Update docs to fix those for Mock#method_missing (cee0bad6)
* Reinstate missing CNAME for GitHub Pages site (da67bb0d)
* Use Ruby v1.9 Hash syntax in docs (6de20726, #625)
* Add missing YARD tag for API#sequence name param (343c5979)
* Add missing YARD tag for API#states name param (f798df83)

Internal changes

* Tidy up Minitest vs MiniTest references (#626, #614, #615) - thanks to
  @zenspider & @Maimer for their help
* Add Ruby v3.3 to CI build matrix (ce31b544)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-mocha/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-mocha/PLIST
cvs rdiff -u -r1.37 -r1.38 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.35 pkgsrc/devel/ruby-mocha/Makefile:1.36
--- pkgsrc/devel/ruby-mocha/Makefile:1.35       Sun Jul 30 04:03:31 2023
+++ pkgsrc/devel/ruby-mocha/Makefile    Sun May  5 16:45:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/07/30 04:03:31 taca Exp $
+# $NetBSD: Makefile,v 1.36 2024/05/05 16:45:54 taca Exp $
 
-DISTNAME=      mocha-2.1.0
+DISTNAME=      mocha-2.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-mocha/PLIST
diff -u pkgsrc/devel/ruby-mocha/PLIST:1.31 pkgsrc/devel/ruby-mocha/PLIST:1.32
--- pkgsrc/devel/ruby-mocha/PLIST:1.31  Sun Jun 11 14:28:04 2023
+++ pkgsrc/devel/ruby-mocha/PLIST       Sun May  5 16:45:54 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2023/06/11 14:28:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/05/05 16:45:54 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.github/FUNDING.yml
@@ -27,7 +27,7 @@ ${GEM_LIBDIR}/lib/mocha/class_methods.rb
 ${GEM_LIBDIR}/lib/mocha/configuration.rb
 ${GEM_LIBDIR}/lib/mocha/debug.rb
 ${GEM_LIBDIR}/lib/mocha/deprecation.rb
-${GEM_LIBDIR}/lib/mocha/detection/mini_test.rb
+${GEM_LIBDIR}/lib/mocha/detection/minitest.rb
 ${GEM_LIBDIR}/lib/mocha/detection/test_unit.rb
 ${GEM_LIBDIR}/lib/mocha/error_with_filtered_backtrace.rb
 ${GEM_LIBDIR}/lib/mocha/exception_raiser.rb
@@ -40,9 +40,9 @@ ${GEM_LIBDIR}/lib/mocha/in_state_orderin
 ${GEM_LIBDIR}/lib/mocha/inspect.rb
 ${GEM_LIBDIR}/lib/mocha/instance_method.rb
 ${GEM_LIBDIR}/lib/mocha/integration/assertion_counter.rb
-${GEM_LIBDIR}/lib/mocha/integration/mini_test.rb
-${GEM_LIBDIR}/lib/mocha/integration/mini_test/adapter.rb
-${GEM_LIBDIR}/lib/mocha/integration/mini_test/exception_translation.rb
+${GEM_LIBDIR}/lib/mocha/integration/minitest.rb
+${GEM_LIBDIR}/lib/mocha/integration/minitest/adapter.rb
+${GEM_LIBDIR}/lib/mocha/integration/minitest/exception_translation.rb
 ${GEM_LIBDIR}/lib/mocha/integration/monkey_patcher.rb
 ${GEM_LIBDIR}/lib/mocha/integration/test_unit.rb
 ${GEM_LIBDIR}/lib/mocha/integration/test_unit/adapter.rb

Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.37 pkgsrc/devel/ruby-mocha/distinfo:1.38
--- pkgsrc/devel/ruby-mocha/distinfo:1.37       Sun Jul 30 04:03:31 2023
+++ pkgsrc/devel/ruby-mocha/distinfo    Sun May  5 16:45:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/07/30 04:03:31 taca Exp $
+$NetBSD: distinfo,v 1.38 2024/05/05 16:45:54 taca Exp $
 
-BLAKE2s (mocha-2.1.0.gem) = cc6c189af8e7654bc2b4a2b47d0938dfbd35812c609b819cfaa9035368e0c472
-SHA512 (mocha-2.1.0.gem) = e081ddc69cbe7a84bd4a16d4e9046cc4a0676446c5dc4e1020fa7c272693b2f80b811aa4e78956c35c6de54cd93fa36b2b53c062473ec6e1d37a263b7de19480
-Size (mocha-2.1.0.gem) = 65536 bytes
+BLAKE2s (mocha-2.2.0.gem) = 422b58d269b9bdc9d351ce60f6de820116fa85ebad96f2153485db7b8cedaad6
+SHA512 (mocha-2.2.0.gem) = 0d49d0917ef44622f9190f2fb4a9f25172fc08052196c524309014bd52728b6ad605a9cecb82af1523cee24d32b49201ace536d9d0566dea73905eceedf17b34
+Size (mocha-2.2.0.gem) = 66560 bytes



Home | Main Index | Thread Index | Old Index