[DRE-commits] [ruby-timers] branch master updated (8802176 -> 4d2e9c0)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue May 12 06:46:34 UTC 2015


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

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

      from  8802176   d/watch: Githubredir webservice was discontinued
       new  8f2caf4   Imported Upstream version 4.0.1
       new  2119c7b   Merge tag 'upstream/4.0.1'
       new  6c3fe86   update changelog
       new  9fe5360   refresh patch
       new  4d2e9c0   refresh more patches

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:
 .coveralls.yml                                     |   1 +
 .gitignore                                         |  17 ++
 .rspec                                             |   3 +-
 .travis.yml                                        |  17 ++
 AUTHORS.md                                         |  15 ++
 CHANGES.md                                         |  30 +++
 Gemfile                                            |   6 +
 LICENSE                                            |   5 +-
 README.md                                          |  49 ++--
 debian/changelog                                   |   7 +
 debian/patches/0001-Make-tests-run.patch           |  27 ++-
 .../0002-Replace-git-ls-files-with-Dir-list.patch  |  11 +-
 lib/timers.rb                                      | 123 +---------
 lib/timers/events.rb                               | 115 ++++++++++
 lib/timers/group.rb                                | 118 ++++++++++
 lib/timers/timer.rb                                | 128 +++++++++++
 lib/timers/version.rb                              |   4 +-
 lib/timers/wait.rb                                 |  48 ++++
 spec/cancel_spec.rb                                |  46 ++++
 spec/events_spec.rb                                |  57 +++++
 spec/every_spec.rb                                 |  19 ++
 spec/group_spec.rb                                 | 254 +++++++++++++++++++++
 spec/performance_spec.rb                           |  83 +++++++
 spec/spec_helper.rb                                |  19 +-
 spec/strict_spec.rb                                |  37 +++
 spec/timeout_spec.rb                               |  29 +++
 spec/timers_spec.rb                                |  77 -------
 timers.gemspec                                     |   7 +-
 28 files changed, 1116 insertions(+), 236 deletions(-)
 create mode 100644 .coveralls.yml
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 AUTHORS.md
 create mode 100644 lib/timers/events.rb
 create mode 100644 lib/timers/group.rb
 create mode 100644 lib/timers/timer.rb
 create mode 100644 lib/timers/wait.rb
 create mode 100644 spec/cancel_spec.rb
 create mode 100644 spec/events_spec.rb
 create mode 100644 spec/every_spec.rb
 create mode 100644 spec/group_spec.rb
 create mode 100644 spec/performance_spec.rb
 create mode 100644 spec/strict_spec.rb
 create mode 100644 spec/timeout_spec.rb
 delete mode 100644 spec/timers_spec.rb

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



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