[DRE-commits] [ruby-celluloid] branch master updated (038eedd -> 70f938e)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue May 12 06:47:28 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-celluloid.

      from  038eedd   no changes rebuild
      adds  94d463c   Imported Upstream version 0.16.0
       new  956889d   Merge tag 'upstream/0.16.0'
       new  b4671f6   update changelog
       new  24e9497   drop merged patch
       new  9801e42   refresh patch
       new  70f938e   lib contains support now

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:
 LICENSE.txt                                        |  20 ++
 README.md                                          |  27 ++-
 checksums.yaml.gz                                  | Bin 269 -> 0 bytes
 debian/changelog                                   |   8 +
 debian/patches/fix_relative_path_rspec.patch       |  17 --
 .../remove-rubygems-bundler-coveralls.patch        |   8 +-
 debian/patches/series                              |   1 -
 debian/rules                                       |   2 -
 lib/celluloid.rb                                   | 141 ++++++-------
 lib/celluloid/actor.rb                             | 235 ++++++++-------------
 lib/celluloid/actor_system.rb                      | 107 ++++++++++
 lib/celluloid/call_chain.rb                        |   2 +-
 lib/celluloid/calls.rb                             |  32 +--
 lib/celluloid/cell.rb                              |  89 ++++++++
 lib/celluloid/condition.rb                         |  33 ++-
 lib/celluloid/cpu_counter.rb                       |  46 ++--
 lib/celluloid/evented_mailbox.rb                   |  26 +--
 lib/celluloid/exceptions.rb                        |  23 ++
 lib/celluloid/future.rb                            |   2 +-
 lib/celluloid/handlers.rb                          |  41 ++++
 lib/celluloid/internal_pool.rb                     |  89 ++++----
 lib/celluloid/logger.rb                            |  30 +++
 lib/celluloid/logging/incident_logger.rb           |   2 +-
 lib/celluloid/mailbox.rb                           |  66 +++---
 lib/celluloid/method.rb                            |   8 +
 lib/celluloid/pool_manager.rb                      |  21 +-
 lib/celluloid/probe.rb                             |  73 +++++++
 lib/celluloid/properties.rb                        |   4 +-
 lib/celluloid/proxies/actor_proxy.rb               |  50 +----
 .../proxies/{actor_proxy.rb => cell_proxy.rb}      |  40 ++--
 lib/celluloid/proxies/sync_proxy.rb                |   2 +-
 lib/celluloid/receivers.rb                         |  18 +-
 lib/celluloid/registry.rb                          |   9 +-
 lib/celluloid/rspec.rb                             |   7 +-
 .../celluloid/rspec}/actor_examples.rb             |  73 +++++--
 .../celluloid/rspec}/example_actor_class.rb        |   0
 .../celluloid/rspec}/mailbox_examples.rb           |  12 +-
 .../celluloid/rspec}/task_examples.rb              |   2 +
 lib/celluloid/stack_dump.rb                        |  45 +++-
 lib/celluloid/supervision_group.rb                 |  40 ++--
 lib/celluloid/tasks.rb                             |  37 +++-
 lib/celluloid/tasks/task_fiber.rb                  |   6 +
 lib/celluloid/tasks/task_thread.rb                 |   3 +-
 lib/celluloid/thread_handle.rb                     |   4 +-
 metadata.yml                                       |  77 ++++---
 spec/celluloid/actor_spec.rb                       |   2 +-
 spec/celluloid/actor_system_spec.rb                |  69 ++++++
 spec/celluloid/block_spec.rb                       |   2 +-
 spec/celluloid/calls_spec.rb                       |   2 +-
 spec/celluloid/condition_spec.rb                   |  17 +-
 spec/celluloid/cpu_counter_spec.rb                 |  82 +++++++
 spec/celluloid/fsm_spec.rb                         |   2 +-
 spec/celluloid/future_spec.rb                      |   2 +-
 spec/celluloid/notifications_spec.rb               |   2 +-
 spec/celluloid/pool_spec.rb                        |  35 ++-
 spec/celluloid/probe_spec.rb                       | 121 +++++++++++
 spec/celluloid/registry_spec.rb                    |  12 +-
 spec/celluloid/stack_dump_spec.rb                  |  45 +++-
 spec/celluloid/supervision_group_spec.rb           |   8 +-
 spec/celluloid/supervisor_spec.rb                  |  13 +-
 spec/celluloid/tasks/task_fiber_spec.rb            |   2 +-
 spec/celluloid/tasks/task_thread_spec.rb           |   2 +-
 spec/celluloid/thread_handle_spec.rb               |  10 +-
 spec/celluloid/timer_spec.rb                       |  48 +++++
 spec/spec_helper.rb                                |  27 ++-
 65 files changed, 1494 insertions(+), 587 deletions(-)
 create mode 100644 LICENSE.txt
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/fix_relative_path_rspec.patch
 create mode 100644 lib/celluloid/actor_system.rb
 create mode 100644 lib/celluloid/cell.rb
 create mode 100644 lib/celluloid/exceptions.rb
 create mode 100644 lib/celluloid/handlers.rb
 create mode 100644 lib/celluloid/probe.rb
 copy lib/celluloid/proxies/{actor_proxy.rb => cell_proxy.rb} (66%)
 rename {spec/support => lib/celluloid/rspec}/actor_examples.rb (93%)
 rename {spec/support => lib/celluloid/rspec}/example_actor_class.rb (100%)
 rename {spec/support => lib/celluloid/rspec}/mailbox_examples.rb (90%)
 rename {spec/support => lib/celluloid/rspec}/task_examples.rb (88%)
 create mode 100644 spec/celluloid/actor_system_spec.rb
 create mode 100644 spec/celluloid/cpu_counter_spec.rb
 create mode 100644 spec/celluloid/probe_spec.rb
 create mode 100644 spec/celluloid/timer_spec.rb

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