Update ruby-celluloid-essentials to 0.20.5.
0.20.5 (2015-09-30) ----- * Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself. * Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
This commit is contained in:
parent
bfbedd69ec
commit
b795c40976
2 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/09/13 14:24:25 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/10/04 12:01:18 taca Exp $
|
||||
|
||||
DISTNAME= celluloid-essentials-0.20.2.1
|
||||
DISTNAME= celluloid-essentials-0.20.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,11 +8,7 @@ HOMEPAGE= https://github.com/celluloid/celluloid-essentials
|
|||
COMMENT= Superstructural dependencies of Celluloid
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.0:../../misc/ruby-bundler
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-nenv>=0.2:../../devel/ruby-nenv
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dotenv>=2.0:../../devel/ruby-dotenv
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-logsplit>=0.1.2:../../devel/ruby-rspec-logsplit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/09/13 14:24:25 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/10/04 12:01:18 taca Exp $
|
||||
|
||||
SHA1 (celluloid-essentials-0.20.2.1.gem) = 54bfdffb173e2265088f754f8392332a90f97ef0
|
||||
RMD160 (celluloid-essentials-0.20.2.1.gem) = c6702e0d5469245c76af193596ed0e489b2f4cc8
|
||||
Size (celluloid-essentials-0.20.2.1.gem) = 17920 bytes
|
||||
SHA1 (celluloid-essentials-0.20.5.gem) = c314d6f673354eb41e3e27b793d41c300a920078
|
||||
RMD160 (celluloid-essentials-0.20.5.gem) = 9a48d8f604dd128658402df40c21c81d4c2b0101
|
||||
Size (celluloid-essentials-0.20.5.gem) = 17920 bytes
|
||||
|
|
Loading…
Reference in a new issue