[DRE-commits] [ruby-thread-safe] 01/05: Merge tag 'upstream/0.3.5'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 30 11:56:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-thread-safe.

commit aa00f5fcea083daf1c2ee27df5ea6b45ecffd83c
Merge: eaa7c86 9ec652b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jul 30 16:49:53 2015 +0530

    Merge tag 'upstream/0.3.5'
    
    Upstream version 0.3.5
    
    # gpg: Signature made Thursday 30 July 2015 04:49:47 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"

 .gitignore                                         |  22 --
 .travis.yml                                        |  41 ++-
 .yardopts                                          |  13 +
 Gemfile                                            |  15 +-
 README.md                                          |   2 +-
 Rakefile                                           |  13 +
 checksums.yaml.gz                                  | Bin 269 -> 0 bytes
 .../ext/thread_safe/JRubyCacheBackendLibrary.java  |   4 +-
 lib/thread_safe/atomic_reference_cache_backend.rb  | 324 ++++++++++-----------
 lib/thread_safe/cache.rb                           |  20 +-
 lib/thread_safe/mri_cache_backend.rb               |  21 +-
 lib/thread_safe/non_concurrent_cache_backend.rb    |   6 +-
 lib/thread_safe/synchronized_cache_backend.rb      |   3 +-
 lib/thread_safe/synchronized_delegator.rb          |   6 +-
 lib/thread_safe/util/adder.rb                      |   7 +-
 lib/thread_safe/util/cheap_lockable.rb             |   3 +-
 lib/thread_safe/util/striped64.rb                  | 108 ++++---
 lib/thread_safe/util/volatile.rb                   |   4 +-
 lib/thread_safe/util/xor_shift_random.rb           |   6 +-
 lib/thread_safe/version.rb                         |   2 +-
 metadata.yml                                       |  52 ++--
 tasks/update_doc.rake                              |  45 +++
 test/test_array.rb                                 |  24 +-
 test/test_cache.rb                                 | 136 +++++++--
 test/test_cache_loops.rb                           |  19 +-
 test/test_hash.rb                                  |  22 +-
 test/test_helper.rb                                |  33 ++-
 test/test_synchronized_delegator.rb                |   4 +-
 thread_safe.gemspec                                |   6 +-
 yard-template/default/fulldoc/html/css/common.css  | 125 ++++++++
 yard-template/default/layout/html/footer.erb       |  16 +
 31 files changed, 728 insertions(+), 374 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git



More information about the Pkg-ruby-extras-commits mailing list