pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-shoulda-context



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun 12 15:44:27 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-shoulda-context: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-shoulda-context/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-shoulda-context/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-shoulda-context/Makefile
diff -u pkgsrc/devel/ruby-shoulda-context/Makefile:1.3 pkgsrc/devel/ruby-shoulda-context/Makefile:1.4
--- pkgsrc/devel/ruby-shoulda-context/Makefile:1.3      Wed Jul 16 08:37:20 2014
+++ pkgsrc/devel/ruby-shoulda-context/Makefile  Mon Jun 12 15:44:27 2017
@@ -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
 

Index: pkgsrc/devel/ruby-shoulda-context/distinfo
diff -u pkgsrc/devel/ruby-shoulda-context/distinfo:1.2 pkgsrc/devel/ruby-shoulda-context/distinfo:1.3
--- pkgsrc/devel/ruby-shoulda-context/distinfo:1.2      Tue Nov  3 03:29:29 2015
+++ pkgsrc/devel/ruby-shoulda-context/distinfo  Mon Jun 12 15:44:27 2017
@@ -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