devel/ruby-mocha: update to 1.15.0
1.15.0 (2022-09-21) External changes * Fix examples using mock constructor with block (1cc17667) * Add another example for API#sequence (b7a7d233, #59) * Remove support for Ruby v1.8 (ddb5d672) * Deprecate support for Ruby versions earlier than v2.0 - thanks to @wasabigeek (#553, #555) Internal changes * Update instructions for obtaining Rubygems API key (ed9c040a) * Consistent definitions for respond_to? methods (#533) * Run test tasks before release tasks (92a1bc6e, #447) * Fix test:performance Rake task (#538, #539) * Tidying following removal of support for Ruby v1.8 - thanks to @nitishr (#542) * Remove ParametersMatcher from Invocation#call_description - thanks to @wasabigeek (#543) * Remove unnecessary splatting in Invocation - thanks to @wasabigeek (#549) * Extract handle_method_call from method_missing - thanks to @wasabigeek (#550)
This commit is contained in:
parent
514f535563
commit
3b1299e988
3 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.31 2022/08/11 14:03:25 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2022/10/09 07:20:04 taca Exp $
|
||||
|
||||
DISTNAME= mocha-1.14.0
|
||||
DISTNAME= mocha-1.15.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.28 2021/08/22 13:48:10 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.29 2022/10/09 07:20:04 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.github/FUNDING.yml
|
||||
|
@ -63,7 +63,6 @@ ${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_201_to_202.rb
|
|||
${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_203_to_220.rb
|
||||
${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_230_to_250.rb
|
||||
${GEM_LIBDIR}/lib/mocha/integration/test_unit/nothing.rb
|
||||
${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_185_and_below.rb
|
||||
${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb
|
||||
${GEM_LIBDIR}/lib/mocha/invocation.rb
|
||||
${GEM_LIBDIR}/lib/mocha/is_a.rb
|
||||
|
@ -107,7 +106,6 @@ ${GEM_LIBDIR}/lib/mocha/ruby_version.rb
|
|||
${GEM_LIBDIR}/lib/mocha/sequence.rb
|
||||
${GEM_LIBDIR}/lib/mocha/setup.rb
|
||||
${GEM_LIBDIR}/lib/mocha/single_return_value.rb
|
||||
${GEM_LIBDIR}/lib/mocha/singleton_class.rb
|
||||
${GEM_LIBDIR}/lib/mocha/state_machine.rb
|
||||
${GEM_LIBDIR}/lib/mocha/stubbed_method.rb
|
||||
${GEM_LIBDIR}/lib/mocha/stubbing_error.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.33 2022/08/11 14:03:25 taca Exp $
|
||||
$NetBSD: distinfo,v 1.34 2022/10/09 07:20:04 taca Exp $
|
||||
|
||||
BLAKE2s (mocha-1.14.0.gem) = 7acc8348b94acfc5262c32ecc7ea52ec4ddb3c9514e115064a638cb0094cc890
|
||||
SHA512 (mocha-1.14.0.gem) = b6c384ebb847d9e3a8be27a9b4fe615baf4eee5f4b6cc7f8c5a1a398db8d5e866a9f69d229731eefe6293f33736ee0d7b6c9354ecb63497ff7948ec466c3e9b4
|
||||
Size (mocha-1.14.0.gem) = 68096 bytes
|
||||
BLAKE2s (mocha-1.15.0.gem) = dd5e76f05f448a68c68071f6ec55e164aeab7d7e928347788e4be4be913204d4
|
||||
SHA512 (mocha-1.15.0.gem) = f381d54a782961777d78fb836661077017e0aeaefa56b8a6e4591765fd95417d225c188cf558e960bfe962b0947ec7cab60de57dfb319c9abc74674e54d9bc2d
|
||||
Size (mocha-1.15.0.gem) = 68096 bytes
|
||||
|
|
Loading…
Reference in a new issue