diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 12:49:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 12:49:29 +0000 |
commit | 8b17ca5c455b34c0c422c39b110bbc59a4852baf (patch) | |
tree | db8b8fbcf010639d15cbb91c1d01bd742cfd2dba /misc | |
parent | 7e37e862d3a0d14ccfc1f341d4fc2a994b6fcb84 (diff) | |
download | pkgsrc-8b17ca5c455b34c0c422c39b110bbc59a4852baf.tar.gz |
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)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-naught/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-naught/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/ruby-naught/Makefile b/misc/ruby-naught/Makefile index 656a052834c..25dc8cfaa0b 100644 --- a/misc/ruby-naught/Makefile +++ b/misc/ruby-naught/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/03/09 15:23:20 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2015/10/04 12:49:29 taca Exp $ # -DISTNAME= naught-1.0.0 +DISTNAME= naught-1.1.0 CATEGORIES= misc MAINTAINER= tsutsui@NetBSD.org diff --git a/misc/ruby-naught/distinfo b/misc/ruby-naught/distinfo index ec694d61019..f51998f032b 100644 --- a/misc/ruby-naught/distinfo +++ b/misc/ruby-naught/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/03/09 15:23:20 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2015/10/04 12:49:29 taca Exp $ -SHA1 (naught-1.0.0.gem) = 59c72f337e646c8075068757afe3609e030fb53e -RMD160 (naught-1.0.0.gem) = 39f66fe7bec60ae2b7fe73acb63774ce021a1631 -Size (naught-1.0.0.gem) = 18432 bytes +SHA1 (naught-1.1.0.gem) = 85ab3cb8ba2cbc4e2293e553bade7ec164e99744 +RMD160 (naught-1.1.0.gem) = 1c42b3034546c666b7342a2f20ee594dddbef699 +Size (naught-1.1.0.gem) = 19456 bytes |