[DRE-commits] [ruby-listen] branch master updated (5a6562e -> 4e0a3b7)
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Jan 24 01:02:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-listen.
from 5a6562e change version in changelog
adds 971bae8 Imported Upstream version 2.4.0
new b351e46 Merge tag 'upstream/2.4.0'
new 5013f2e add dependency on ruby-rspec-retry
new 07e97d7 do not install CHANGELOG.md: almost empty
new bb452d4 tighten version dependencies
new 52d22b2 prepare changelog
new 5781d99 add myself to uploaders; bump Standards-Version
new 4e0a3b7 retry until three times failing tests
The 7 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:
Guardfile | 2 +-
README.md | 40 +++++++++-----
checksums.yaml.gz | Bin 268 -> 270 bytes
debian/changelog | 8 ++-
debian/control | 13 +++--
debian/patches/retry_three_times.patch | 20 +++++++
debian/patches/series | 1 +
debian/rules | 2 -
lib/listen.rb | 36 ++++++++-----
lib/listen/adapter.rb | 11 ++--
lib/listen/adapter/base.rb | 3 +-
lib/listen/adapter/bsd.rb | 2 +-
lib/listen/adapter/linux.rb | 2 +-
lib/listen/adapter/windows.rb | 2 +-
lib/listen/change.rb | 9 ++--
lib/listen/directory.rb | 13 +++--
lib/listen/file.rb | 7 +--
lib/listen/listener.rb | 46 +++++++++-------
lib/listen/record.rb | 2 +-
lib/listen/silencer.rb | 37 ++++++++-----
lib/listen/version.rb | 2 +-
metadata.yml | 7 +--
spec/acceptance/listen_spec.rb | 42 ++++++++++++---
spec/lib/listen/adapter/base_spec.rb | 5 +-
spec/lib/listen/adapter/polling_spec.rb | 5 +-
spec/lib/listen/adapter_spec.rb | 34 ++++++------
spec/lib/listen/change_spec.rb | 20 ++++---
spec/lib/listen/directory_spec.rb | 8 +--
spec/lib/listen/file_spec.rb | 6 ++-
spec/lib/listen/listener_spec.rb | 67 ++++++++++++++---------
spec/lib/listen/record_spec.rb | 5 +-
spec/lib/listen/silencer_spec.rb | 91 ++++++++++++++++++++++++++++----
spec/lib/listen_spec.rb | 15 +++++-
spec/spec_helper.rb | 1 +
34 files changed, 388 insertions(+), 176 deletions(-)
create mode 100644 debian/patches/retry_three_times.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-listen.git
More information about the Pkg-ruby-extras-commits
mailing list