pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-thread_safe Update ruby-thread_safe to 0.3.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c883fd89e0d
branches:  trunk
changeset: 361153:2c883fd89e0d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 15 15:16:17 2017 +0000

description:
Update ruby-thread_safe to 0.3.6.

Notable chnages:
* Fix default block race condition.
* Add TS::Cache#fetch_or_store.

diffstat:

 misc/ruby-thread_safe/Makefile |   4 ++--
 misc/ruby-thread_safe/PLIST    |  23 +++++++++++++++--------
 misc/ruby-thread_safe/distinfo |  10 +++++-----
 3 files changed, 22 insertions(+), 15 deletions(-)

diffs (67 lines):

diff -r ca078821f15a -r 2c883fd89e0d misc/ruby-thread_safe/Makefile
--- a/misc/ruby-thread_safe/Makefile    Sat Apr 15 15:12:39 2017 +0000
+++ b/misc/ruby-thread_safe/Makefile    Sat Apr 15 15:16:17 2017 +0000
@@ -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@localhost
diff -r ca078821f15a -r 2c883fd89e0d misc/ruby-thread_safe/PLIST
--- a/misc/ruby-thread_safe/PLIST       Sat Apr 15 15:12:39 2017 +0000
+++ b/misc/ruby-thread_safe/PLIST       Sat Apr 15 15:16:17 2017 +0000
@@ -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_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 -r ca078821f15a -r 2c883fd89e0d misc/ruby-thread_safe/distinfo
--- a/misc/ruby-thread_safe/distinfo    Sat Apr 15 15:12:39 2017 +0000
+++ b/misc/ruby-thread_safe/distinfo    Sat Apr 15 15:16:17 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index