[DRE-commits] [ruby-celluloid] 01/07: Merge tag 'upstream/0.15.2'
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Jan 24 00:25:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-celluloid.
commit 8972da08eac7d8719b6c1c31b534cf22a79bedbe
Merge: 543f8b6 eb29b6e
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Jan 24 00:41:00 2014 +0100
Merge tag 'upstream/0.15.2'
Upstream version 0.15.2
# gpg: Signature faite le ven. 24 janv. 2014 00:40:58 CET avec la clef RSA d'identifiant 8F9F8F09
# gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
.coveralls.yml | 1 -
.document | 5 -
.gitignore | 7 -
.rspec | 4 -
.travis.yml | 18 --
CHANGES.md | 259 -------------------------
CONTRIBUTING.md | 38 ----
Gemfile | 8 -
Guardfile | 5 -
LICENSE.txt | 20 --
README.md | 8 +-
Rakefile | 5 -
benchmarks/actor.rb | 57 ------
benchmarks/parallel_hash.rb | 15 --
benchmarks/ring.rb | 14 --
benchmarks/uuid.rb | 10 -
celluloid.gemspec | 29 ---
checksums.yaml.gz | Bin 0 -> 269 bytes
examples/basic_usage.rb | 49 -----
examples/cigarette_smokers.rb | 323 -------------------------------
examples/futures.rb | 38 ----
examples/pool.rb | 39 ----
examples/ring.rb | 63 ------
examples/simple_pmap.rb | 12 --
examples/supervisors_and_registry.rb | 86 --------
examples/timers.rb | 47 -----
lib/celluloid.rb | 202 +++++++++----------
lib/celluloid/actor.rb | 135 ++++++-------
lib/celluloid/autostart.rb | 2 +-
lib/celluloid/call_chain.rb | 13 ++
lib/celluloid/calls.rb | 13 +-
lib/celluloid/condition.rb | 70 +++----
lib/celluloid/cpu_counter.rb | 2 +-
lib/celluloid/evented_mailbox.rb | 17 +-
lib/celluloid/fsm.rb | 2 +-
lib/celluloid/future.rb | 44 ++---
lib/celluloid/internal_pool.rb | 109 +++++++++--
lib/celluloid/legacy.rb | 38 ----
lib/celluloid/mailbox.rb | 27 ++-
lib/celluloid/pool_manager.rb | 3 +-
lib/celluloid/properties.rb | 24 +++
lib/celluloid/proxies/abstract_proxy.rb | 3 +
lib/celluloid/proxies/actor_proxy.rb | 35 +---
lib/celluloid/proxies/async_proxy.rb | 12 +-
lib/celluloid/proxies/future_proxy.rb | 14 +-
lib/celluloid/proxies/sync_proxy.rb | 19 +-
lib/celluloid/rspec.rb | 6 +-
lib/celluloid/signals.rb | 42 +---
lib/celluloid/stack_dump.rb | 87 +++++----
lib/celluloid/supervision_group.rb | 11 +-
lib/celluloid/system_events.rb | 1 +
lib/celluloid/task_set.rb | 49 +++++
lib/celluloid/tasks.rb | 119 ++++++++----
lib/celluloid/tasks/task_fiber.rb | 8 +-
lib/celluloid/tasks/task_thread.rb | 4 +-
lib/celluloid/test.rb | 3 +
lib/celluloid/thread.rb | 74 ++-----
lib/celluloid/thread_handle.rb | 3 +-
lib/celluloid/version.rb | 4 -
log/.gitignore | 1 -
metadata.yml | 193 ++++++++++++++++++
spec/celluloid/calls_spec.rb | 2 +-
spec/celluloid/condition_spec.rb | 19 +-
spec/celluloid/fsm_spec.rb | 6 +-
spec/celluloid/internal_pool_spec.rb | 21 ++
spec/celluloid/links_spec.rb | 6 +-
spec/celluloid/pool_spec.rb | 7 +
spec/celluloid/properties_spec.rb | 42 ++++
spec/celluloid/stack_dump_spec.rb | 25 ++-
spec/celluloid/supervision_group_spec.rb | 14 ++
spec/celluloid/tasks/task_fiber_spec.rb | 2 +-
spec/celluloid/thread_handle_spec.rb | 4 +
spec/celluloid/uuid_spec.rb | 2 +-
spec/spec_helper.rb | 21 +-
spec/support/actor_examples.rb | 206 +++++++++++++++-----
spec/support/example_actor_class.rb | 8 +
spec/support/mailbox_examples.rb | 18 +-
spec/support/task_examples.rb | 4 +-
tasks/benchmarks.task | 16 --
tasks/rspec.task | 7 -
80 files changed, 1150 insertions(+), 1829 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-celluloid.git
More information about the Pkg-ruby-extras-commits
mailing list