[DRE-commits] [ruby-timers] 02/05: Merge tag 'upstream/4.0.1'
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 commit to branch master
in repository ruby-timers.
commit 2119c7b27a4341b8560d4320e90ec8b39960797a
Merge: 8802176 8f2caf4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue May 12 12:03:28 2015 +0530
Merge tag 'upstream/4.0.1'
Upstream version 4.0.1
# gpg: Signature made Tuesday 12 May 2015 12:03:24 PM IST using RSA key ID 4512C22A
# gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
# gpg: aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
# gpg: aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
# gpg: aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
# gpg: aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"
.coveralls.yml | 1 +
.gitignore | 17 ++++
.rspec | 3 +-
.travis.yml | 17 ++++
AUTHORS.md | 15 +++
CHANGES.md | 30 ++++++
Gemfile | 6 ++
LICENSE | 5 +-
README.md | 49 ++++++---
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 +-
25 files changed, 1089 insertions(+), 218 deletions(-)
--
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