[DRE-commits] [ruby-delayed-job] branch master updated (7d5340a -> 79bd62a)

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Nov 8 06:32:10 UTC 2015


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

balasankarc-guest pushed a change to branch master
in repository ruby-delayed-job.

      from  7d5340a   Fix FTBFS by using proper locales
      adds  3ac8923   Imported Upstream version 4.1.1
       new  6a9b77b   Merge tag 'upstream/4.1.1'
       new  dcc26c5   Bump dh compat
       new  79bd62a   New release

The 3 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:
 CHANGELOG.md                       |  14 ++++
 README.md                          |  63 +++++++++++++++--
 debian/changelog                   |   7 ++
 debian/compat                      |   2 +-
 debian/control                     |   2 +-
 debian/rules                       |   2 +-
 delayed_job.gemspec                |   4 +-
 lib/delayed/backend/base.rb        |  18 ++++-
 lib/delayed/backend/shared_spec.rb |  78 ++++++++++++++++++---
 lib/delayed/command.rb             |  36 ++++++++--
 lib/delayed/message_sending.rb     |   6 +-
 lib/delayed/recipes.rb             |   6 +-
 lib/delayed/syck_ext.rb            |   2 +-
 lib/delayed/tasks.rb               |   2 +-
 lib/delayed/worker.rb              |  44 ++++++++----
 metadata.yml                       |   8 ++-
 spec/autoloaded/instance_struct.rb |   3 +-
 spec/autoloaded/struct.rb          |   3 +-
 spec/daemons.rb                    |   2 +
 spec/delayed/command_spec.rb       | 137 +++++++++++++++++++++++++++++++++++--
 spec/message_sending_spec.rb       |  21 ++++++
 spec/performable_method_spec.rb    |   4 +-
 spec/sample_jobs.rb                |   8 ++-
 spec/worker_spec.rb                |  18 +++++
 24 files changed, 426 insertions(+), 64 deletions(-)
 create mode 100644 spec/daemons.rb

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



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