forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.12.0 (2020-12-23) External changes * Various improvements to README inspired by #207 and #390 - thanks to @nitishr for his work on #390 (fed0eee6) * Improve documentation related to StateMachine classes - thanks to @nitishr (#425 & #427) * Fix regression in cardinality introduced in v1.10.0 (59454a8) and reported in #473 - thanks to @srvance for reporting and @nitishr for fixing (#474) * Fix documentation for Mocha::Expectation#when - thanks to @olleolleolle (b4f59daa & #477) * Remove Mocha::Mock#respond_to? from documentation - thanks to @nitishr (#480) * Improvements to documentation for Expectation#yields & #multiple_yields - thanks to @andyw8 for reporting in #495 (1b6571c) * Remove documentation & tests from gem to reduce its size by over 50% - thanks to @gabetax (#500) * Update documentation to point to travis-ci.com instead of travis-ci.org Internal changes * Refactor StateMachine-related classes - thanks to @nitishr (#425 & #427) * Remove redundant test - thanks to @nitishr (8e4f1a7c) * Add Ruby 2.7 to Travis CI matrix - thanks to @bastelfreak (fc5ea2f2) * Simplify Mockery - thanks to @nitishr (#449) * Update Travis CI badge to point to main vs master branch (bd8028f8) * Generate docs using newer version of yard (v0.9.25) (c619afac) * Manually upgrade jquery in docs from v1.7.1 -> v1.9.0 to fix CVE-2017-16011 (211098a5, dd5eeedb & 1b76e4d5; also see #492) * Remove reference to non-existent jquery source map to fix error in Chrome developer tools (20156555) * Temporarily ignore Ruby v1.8.7 build failures (e5b9feef)
- Loading branch information
taca
committed
Jan 10, 2021
1 parent
34bc764
commit 375808d
Showing
3 changed files
with
8 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.28 2020/01/16 15:37:57 taca Exp $ | ||
# $NetBSD: Makefile,v 1.29 2021/01/10 15:15:39 taca Exp $ | ||
|
||
DISTNAME= mocha-1.11.2 | ||
DISTNAME= mocha-1.12.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.28 2020/01/16 15:37:57 taca Exp $ | ||
$NetBSD: distinfo,v 1.29 2021/01/10 15:15:39 taca Exp $ | ||
|
||
SHA1 (mocha-1.11.2.gem) = 5080512f6d83c32c45a2d0d09f5ebb3c0fc9aacc | ||
RMD160 (mocha-1.11.2.gem) = d2dfb31db449047ee1a4682a8c4514b08d689448 | ||
SHA512 (mocha-1.11.2.gem) = 8408d7b4c4d979caebabb75b1b870e6473fb0a5abe6055bdf7b4c4679b92c963138ec9a2947e60b9741a2cb50ea7ddfe949544dc4b0bdac22242b2a7eb5fd54d | ||
Size (mocha-1.11.2.gem) = 242688 bytes | ||
SHA1 (mocha-1.12.0.gem) = a2f662a9265b938093ad839b26826364f3278033 | ||
RMD160 (mocha-1.12.0.gem) = 8e55cbae7b20118dca53d1ee1052f9b55ea09a4b | ||
SHA512 (mocha-1.12.0.gem) = d572907a9e1cc431e1e2882ee78d7d273d23e16c3461bed51833e7bfb9b0ef8b225c4bc0d5559f390fa6ea190cb3e57d58de9178d205155574253ba6f5b40931 | ||
Size (mocha-1.12.0.gem) = 69120 bytes |