Update ruby-shoulda-context to 1.2.2.
* Added factoid about test method names needed to run a single test method * described_type: no ancestor lookup for constants that don't exist * Add `require "test/unit"` to README The need to require `Test::Unit` in the standard library can be non-obvious: #47 * Uses class eval to not lose context * Refactor to make hound happy
This commit is contained in:
parent
a539ae1d61
commit
0d942a0545
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2017/06/12 15:44:27 taca Exp $
|
||||
|
||||
DISTNAME= shoulda-context-1.2.1
|
||||
DISTNAME= shoulda-context-1.2.2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel ruby
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/11/03 03:29:29 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2017/06/12 15:44:27 taca Exp $
|
||||
|
||||
SHA1 (shoulda-context-1.2.1.gem) = 6da0c5967e5c0ca12ff9391dac752237f309672c
|
||||
RMD160 (shoulda-context-1.2.1.gem) = a3c838c434d5a3ab0e876d726a32b2a3346984d4
|
||||
SHA512 (shoulda-context-1.2.1.gem) = eda6f82c101d0abdf517cabd9663a6a45d9e3d1ef19bdc51d4de35a45e18de15b1aee02a7a557460a3a9b1eafa61cd892240563b6f239b94339e9869c6e63ef3
|
||||
Size (shoulda-context-1.2.1.gem) = 24064 bytes
|
||||
SHA1 (shoulda-context-1.2.2.gem) = 9cc0e7515688dff206646589f0d929f1449bb681
|
||||
RMD160 (shoulda-context-1.2.2.gem) = 4b8885693b14b53f6d710daa9d7db60705404aec
|
||||
SHA512 (shoulda-context-1.2.2.gem) = b09f5ce2db59bbb26d5678b17b6641b79df7983d25e81a31bc10c42b702bdba09795b692d711d59c103beb2f691b503567e37c46668f77e600416551ef2c5e05
|
||||
Size (shoulda-context-1.2.2.gem) = 24064 bytes
|
||||
|
|
Loading…
Reference in a new issue