diff options
author | taca <taca@pkgsrc.org> | 2017-04-15 15:16:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-04-15 15:16:17 +0000 |
commit | ef4245f5c43553b919071ce6f123939d0b9b9eac (patch) | |
tree | 715c5c9c343ec08edd454621336396775e9844be /misc | |
parent | d99502b2ff8fe4aa9326e9794d55ac52235d3937 (diff) | |
download | pkgsrc-ef4245f5c43553b919071ce6f123939d0b9b9eac.tar.gz |
Update ruby-thread_safe to 0.3.6.
Notable chnages:
* Fix default block race condition.
* Add TS::Cache#fetch_or_store.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-thread_safe/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-thread_safe/PLIST | 23 | ||||
-rw-r--r-- | misc/ruby-thread_safe/distinfo | 10 |
3 files changed, 22 insertions, 15 deletions
diff --git a/misc/ruby-thread_safe/Makefile b/misc/ruby-thread_safe/Makefile index ce19f270160..bf927f8ed72 100644 --- a/misc/ruby-thread_safe/Makefile +++ b/misc/ruby-thread_safe/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/03/13 14:41:31 taca Exp $ +# $NetBSD: Makefile,v 1.3 2017/04/15 15:16:17 taca Exp $ # -DISTNAME= thread_safe-0.3.5 +DISTNAME= thread_safe-0.3.6 CATEGORIES= misc MAINTAINER= tsutsui@NetBSD.org diff --git a/misc/ruby-thread_safe/PLIST b/misc/ruby-thread_safe/PLIST index 0ad9c4a0bb4..d97af1d4df5 100644 --- a/misc/ruby-thread_safe/PLIST +++ b/misc/ruby-thread_safe/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/13 14:41:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/04/15 15:16:17 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/Gemfile @@ -34,14 +35,20 @@ ${GEM_LIBDIR}/lib/thread_safe/util/volatile.rb ${GEM_LIBDIR}/lib/thread_safe/util/volatile_tuple.rb ${GEM_LIBDIR}/lib/thread_safe/util/xor_shift_random.rb ${GEM_LIBDIR}/lib/thread_safe/version.rb +${GEM_LIBDIR}/spec/.gitignore +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/src/thread_safe/SecurityManager.java +${GEM_LIBDIR}/spec/support/.gitignore +${GEM_LIBDIR}/spec/support/threads.rb +${GEM_LIBDIR}/spec/support/threadsafe_test.rb +${GEM_LIBDIR}/spec/thread_safe/.gitignore +${GEM_LIBDIR}/spec/thread_safe/array_spec.rb +${GEM_LIBDIR}/spec/thread_safe/cache_loops_spec.rb +${GEM_LIBDIR}/spec/thread_safe/cache_spec.rb +${GEM_LIBDIR}/spec/thread_safe/hash_spec.rb +${GEM_LIBDIR}/spec/thread_safe/no_unsafe_spec.rb +${GEM_LIBDIR}/spec/thread_safe/synchronized_delegator_spec.rb ${GEM_LIBDIR}/tasks/update_doc.rake -${GEM_LIBDIR}/test/src/thread_safe/SecurityManager.java -${GEM_LIBDIR}/test/test_array.rb -${GEM_LIBDIR}/test/test_cache.rb -${GEM_LIBDIR}/test/test_cache_loops.rb -${GEM_LIBDIR}/test/test_hash.rb -${GEM_LIBDIR}/test/test_helper.rb -${GEM_LIBDIR}/test/test_synchronized_delegator.rb ${GEM_LIBDIR}/thread_safe.gemspec ${GEM_LIBDIR}/yard-template/default/fulldoc/html/css/common.css ${GEM_LIBDIR}/yard-template/default/layout/html/footer.erb diff --git a/misc/ruby-thread_safe/distinfo b/misc/ruby-thread_safe/distinfo index ed227857e2e..3ab93b3823a 100644 --- a/misc/ruby-thread_safe/distinfo +++ b/misc/ruby-thread_safe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:49:51 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/04/15 15:16:17 taca Exp $ -SHA1 (thread_safe-0.3.5.gem) = c8d37f72d2c0f7949c89f62a47ad2daebf1f5311 -RMD160 (thread_safe-0.3.5.gem) = 94b3b2b7b427dae928dbea5e5f8edb5bc11d56db -SHA512 (thread_safe-0.3.5.gem) = 35749e7e9f6a95115d86bbd7bd5cae92f64dbddc36caf5d5ab8bc23db75ade51c31b6b9ef5afac4cfc744cfa624a002468fc0727eff33b69aa80f7bb383df471 -Size (thread_safe-0.3.5.gem) = 120832 bytes +SHA1 (thread_safe-0.3.6.gem) = 5a60162d065d0f479d61ba0a11734b44f5f7ef19 +RMD160 (thread_safe-0.3.6.gem) = 87759067eeee663151b225d9551196ece567507a +SHA512 (thread_safe-0.3.6.gem) = a11808576392c068e1cb31faad706be2b1bbfa4837c655c2ab1d5a235b62b25ece62065de6b65bd25496fa827ed89eb0796b90467107df255825e01316ff1805 +Size (thread_safe-0.3.6.gem) = 120832 bytes |