Update ruby-celluloid-pool to 0.20.5.
0.20.5 (2015-09-30) ----- * Resumed updating changelog. Not much as changed -- mostly keeping version sync with other gems. * 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
bba4ef3f68
commit
8de8f50538
3 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/09/13 14:12:40 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/10/04 12:03:12 taca Exp $
|
||||
|
||||
DISTNAME= celluloid-pool-0.20.1
|
||||
DISTNAME= celluloid-pool-0.20.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,11 +8,7 @@ HOMEPAGE= http://github.com/celluloid/celluloid-pool
|
|||
COMMENT= Implementation of an actor pool based on the Celluloid framework
|
||||
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,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/09/13 14:12:40 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/10/04 12:03:12 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.env-ci
|
||||
${GEM_LIBDIR}/.env-dev
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.gitmodules
|
||||
${GEM_LIBDIR}/.rspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/09/13 14:12:40 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/10/04 12:03:12 taca Exp $
|
||||
|
||||
SHA1 (celluloid-pool-0.20.1.gem) = b59db27c196f602bf7f1d487e2de03cf2b47b091
|
||||
RMD160 (celluloid-pool-0.20.1.gem) = 09a215654532f2a67ffb17a716aeeb2cd506a6af
|
||||
Size (celluloid-pool-0.20.1.gem) = 9216 bytes
|
||||
SHA1 (celluloid-pool-0.20.5.gem) = ed7b233814cdf35d9520633683660c29a05115f8
|
||||
RMD160 (celluloid-pool-0.20.5.gem) = 6e99055a3c64e4f67dcaea0e0c9e4e84a5419ee3
|
||||
Size (celluloid-pool-0.20.5.gem) = 9728 bytes
|
||||
|
|
Loading…
Reference in a new issue