pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-shoulda-context Update ruby-shoulda-context...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d770713e2299
branches:  trunk
changeset: 363600:d770713e2299
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 12 15:44:27 2017 +0000

description:
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

diffstat:

 devel/ruby-shoulda-context/Makefile |   4 ++--
 devel/ruby-shoulda-context/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 011c7344d9cb -r d770713e2299 devel/ruby-shoulda-context/Makefile
--- a/devel/ruby-shoulda-context/Makefile       Mon Jun 12 15:21:53 2017 +0000
+++ b/devel/ruby-shoulda-context/Makefile       Mon Jun 12 15:44:27 2017 +0000
@@ -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
 
diff -r 011c7344d9cb -r d770713e2299 devel/ruby-shoulda-context/distinfo
--- a/devel/ruby-shoulda-context/distinfo       Mon Jun 12 15:21:53 2017 +0000
+++ b/devel/ruby-shoulda-context/distinfo       Mon Jun 12 15:44:27 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index