diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 12:07:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 12:07:04 +0000 |
commit | 0139dac716c8736d9e6afd1a9ae01a1f2a7936b8 (patch) | |
tree | dcf173ff7a3ee1d8b43844a9e972337089e62cd2 /devel | |
parent | a26637c70876443d9cd6c0c94775cef93551c96b (diff) | |
download | pkgsrc-0139dac716c8736d9e6afd1a9ae01a1f2a7936b8.tar.gz |
Update ruby-celluloid to 0.17.2.
0.17.2 (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.
- Clean up deprecation notes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-celluloid/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-celluloid/PLIST | 8 | ||||
-rw-r--r-- | devel/ruby-celluloid/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/ruby-celluloid/Makefile b/devel/ruby-celluloid/Makefile index a088b89398b..6a6801fccb6 100644 --- a/devel/ruby-celluloid/Makefile +++ b/devel/ruby-celluloid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/09/13 14:19:06 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/04 12:07:04 taca Exp $ -DISTNAME= celluloid-0.17.1.2 +DISTNAME= celluloid-0.17.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-celluloid/PLIST b/devel/ruby-celluloid/PLIST index 7e233f1c98f..5b8b1e97e13 100644 --- a/devel/ruby-celluloid/PLIST +++ b/devel/ruby-celluloid/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2015/09/13 14:19:06 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/10/04 12:07:04 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGES.md ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/culture/CODE_OF_CONDUCT.md +${GEM_LIBDIR}/culture/CONDUCT.md ${GEM_LIBDIR}/culture/Gemfile ${GEM_LIBDIR}/culture/LICENSE.txt ${GEM_LIBDIR}/culture/README.md @@ -16,6 +16,7 @@ ${GEM_LIBDIR}/culture/gems/loader.rb ${GEM_LIBDIR}/culture/rubocop/README.md ${GEM_LIBDIR}/culture/rubocop/lint.yml ${GEM_LIBDIR}/culture/rubocop/metrics.yml +${GEM_LIBDIR}/culture/rubocop/perf.yml ${GEM_LIBDIR}/culture/rubocop/rubocop.yml ${GEM_LIBDIR}/culture/rubocop/style.yml ${GEM_LIBDIR}/culture/spec/gems_spec.rb @@ -101,17 +102,18 @@ ${GEM_LIBDIR}/spec/shared/group_examples.rb ${GEM_LIBDIR}/spec/shared/mailbox_examples.rb ${GEM_LIBDIR}/spec/shared/task_examples.rb ${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/support/configure_rspec.rb ${GEM_LIBDIR}/spec/support/coverage.rb ${GEM_LIBDIR}/spec/support/crash_checking.rb ${GEM_LIBDIR}/spec/support/debugging.rb ${GEM_LIBDIR}/spec/support/env.rb ${GEM_LIBDIR}/spec/support/examples/actor_class.rb +${GEM_LIBDIR}/spec/support/examples/call_class.rb ${GEM_LIBDIR}/spec/support/examples/evented_mailbox_class.rb ${GEM_LIBDIR}/spec/support/includer.rb ${GEM_LIBDIR}/spec/support/logging.rb ${GEM_LIBDIR}/spec/support/loose_threads.rb ${GEM_LIBDIR}/spec/support/reset_class_variables.rb ${GEM_LIBDIR}/spec/support/sleep_and_wait.rb -${GEM_LIBDIR}/spec/support/split_logs.rb ${GEM_LIBDIR}/spec/support/stubbing.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-celluloid/distinfo b/devel/ruby-celluloid/distinfo index 20b8ed38504..7ba10368c0a 100644 --- a/devel/ruby-celluloid/distinfo +++ b/devel/ruby-celluloid/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2015/09/13 14:19:06 taca Exp $ +$NetBSD: distinfo,v 1.3 2015/10/04 12:07:04 taca Exp $ -SHA1 (celluloid-0.17.1.2.gem) = 3312877128c6d4df199e5c77000d5ed423097856 -RMD160 (celluloid-0.17.1.2.gem) = d2bad9f58e46461920772cc7daf4aa4f74c59f53 -Size (celluloid-0.17.1.2.gem) = 60416 bytes +SHA1 (celluloid-0.17.2.gem) = 23bb425254be72689d6679da85e18fef80c905e9 +RMD160 (celluloid-0.17.2.gem) = 712dd6590c03711fd62f52d44dd5e43f342f12a3 +Size (celluloid-0.17.2.gem) = 61440 bytes |