Sun Oct 4 12:49:29 2015 UTC ()
Update ruby-naught to 1.1.0.

## 1.1.0

  - [Make it possible to supply an example object to mimic, with no class.](https://github.com/avdi/naught/commit/df2b62c027812760ce200177ce056929b5aea339)
  - [Define implicit conversion for to_hash](https://github.com/avdi/naught/commit/e20dc472d3bc71ba927d6ddb0fb0032e1646df77)
  - [Define implicit conversion for to_int](https://github.com/avdi/naught/commit/d32d4ea32a9a847bffd6cf18f480bdfaaf7a3641)


(taca)
diff -r1.1 -r1.2 pkgsrc/misc/ruby-naught/Makefile
diff -r1.1 -r1.2 pkgsrc/misc/ruby-naught/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/misc/ruby-naught/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-naught/Makefile 2014/03/09 15:23:20 1.1
+++ pkgsrc/misc/ruby-naught/Makefile 2015/10/04 12:49:29 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.1 2014/03/09 15:23:20 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.2 2015/10/04 12:49:29 taca Exp $
2# 2#
3 3
4DISTNAME= naught-1.0.0 4DISTNAME= naught-1.1.0
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= tsutsui@NetBSD.org
8HOMEPAGE= https://github.com/avdi/naught 8HOMEPAGE= https://github.com/avdi/naught
9COMMENT= Ruby toolkit for building Null Objects 9COMMENT= Ruby toolkit for building Null Objects
10LICENSE= mit 10LICENSE= mit
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/misc/ruby-naught/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-naught/distinfo 2014/03/09 15:23:20 1.1
+++ pkgsrc/misc/ruby-naught/distinfo 2015/10/04 12:49:29 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/03/09 15:23:20 tsutsui Exp $ 1$NetBSD: distinfo,v 1.2 2015/10/04 12:49:29 taca Exp $
2 2
3SHA1 (naught-1.0.0.gem) = 59c72f337e646c8075068757afe3609e030fb53e 3SHA1 (naught-1.1.0.gem) = 85ab3cb8ba2cbc4e2293e553bade7ec164e99744
4RMD160 (naught-1.0.0.gem) = 39f66fe7bec60ae2b7fe73acb63774ce021a1631 4RMD160 (naught-1.1.0.gem) = 1c42b3034546c666b7342a2f20ee594dddbef699
5Size (naught-1.0.0.gem) = 18432 bytes 5Size (naught-1.1.0.gem) = 19456 bytes