[DRE-commits] [ruby-thread-safe] branch master updated (eaa7c86 -> fa0e886)

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 change to branch master
in repository ruby-thread-safe.

      from  eaa7c86   Remove myself from Uploaders
      adds  9ec652b   Imported Upstream version 0.3.5
       new  aa00f5f   Merge tag 'upstream/0.3.5'
       new  921719c   update changelog
       new  07fdf79   refresh patch 	modified:   debian/patches/deactive_test_hash_ruby20.patch
       new  1ba83c8   remove simplecov by patch
       new  fa0e886   fix syntax

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  22 --
 .travis.yml                                        |  41 ++-
 .yardopts                                          |  13 +
 Gemfile                                            |  15 +-
 README.md                                          |   2 +-
 Rakefile                                           |  13 +
 checksums.yaml.gz                                  | Bin 269 -> 0 bytes
 debian/changelog                                   |   8 +
 debian/patches/deactive_test_hash_ruby20.patch     |  10 +-
 debian/patches/remove-simplecov.patch              |  31 ++
 debian/patches/series                              |   1 +
 .../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 +
 35 files changed, 774 insertions(+), 378 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 .yardopts
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/remove-simplecov.patch
 create mode 100644 tasks/update_doc.rake
 create mode 100644 yard-template/default/fulldoc/html/css/common.css
 create mode 100644 yard-template/default/layout/html/footer.erb

-- 
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