[DRE-commits] [ruby-listen] 01/12: Merge tag 'upstream/3.0.3'
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Aug 8 13:00:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-listen.
commit 4c19022e76c3112cc844be3befa521ae58fe1601
Merge: 24432a3 34c2115
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Aug 7 17:46:39 2015 -0300
Merge tag 'upstream/3.0.3'
Upstream version 3.0.3
# gpg: Signature made Sex 07 Ago 2015 17:46:36 BRT using RSA key ID CD460BDE
# gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
# gpg: aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
# gpg: aka "Antonio Terceiro <terceiro at colivre.coop.br>"
# gpg: aka "Antonio Terceiro <terceiro at debian.org>"
.gitignore | 1 +
.hound.yml | 3 +
.rspec | 1 +
.rubocop.yml | 20 ++
.rubocop_todo.yml | 33 +++
.travis.yml | 28 +-
CONTRIBUTING.md | 10 +-
Gemfile | 35 ++-
Guardfile | 30 +-
README.md | 139 ++++++---
Rakefile | 153 +++++++++-
bin/listen | 12 +
checksums.yaml.gz | Bin 270 -> 0 bytes
lib/listen.rb | 41 ++-
lib/listen/adapter.rb | 24 +-
lib/listen/adapter/base.rb | 125 ++++++--
lib/listen/adapter/bsd.rb | 111 +++----
lib/listen/adapter/config.rb | 23 ++
lib/listen/adapter/darwin.rb | 59 ++--
lib/listen/adapter/linux.rb | 117 ++++----
lib/listen/adapter/polling.rb | 42 +--
lib/listen/adapter/windows.rb | 94 ++++--
lib/listen/backend.rb | 41 +++
lib/listen/change.rb | 82 ++++--
lib/listen/cli.rb | 65 +++++
lib/listen/directory.rb | 112 ++++----
lib/listen/event/config.rb | 59 ++++
lib/listen/event/loop.rb | 117 ++++++++
lib/listen/event/processor.rb | 122 ++++++++
lib/listen/event/queue.rb | 56 ++++
lib/listen/file.rb | 157 +++++-----
lib/listen/fsm.rb | 131 +++++++++
lib/listen/internals/thread_pool.rb | 21 ++
lib/listen/listener.rb | 210 ++++++--------
lib/listen/listener/config.rb | 45 +++
lib/listen/logger.rb | 32 +++
lib/listen/options.rb | 23 ++
lib/listen/queue_optimizer.rb | 132 +++++++++
lib/listen/record.rb | 115 ++++++--
lib/listen/record/entry.rb | 51 ++++
lib/listen/record/symlink_detector.rb | 39 +++
lib/listen/silencer.rb | 115 +++++---
lib/listen/silencer/controller.rb | 48 ++++
lib/listen/version.rb | 2 +-
listen.gemspec | 19 +-
metadata.yml | 208 --------------
spec/acceptance/listen_spec.rb | 395 +++++++++++++------------
spec/lib/listen/adapter/base_spec.rb | 109 +++++--
spec/lib/listen/adapter/bsd_spec.rb | 44 +--
spec/lib/listen/adapter/config_spec.rb | 97 +++++++
spec/lib/listen/adapter/darwin_spec.rb | 182 ++++++++++--
spec/lib/listen/adapter/linux_spec.rb | 141 +++++++--
spec/lib/listen/adapter/polling_spec.rb | 104 ++++---
spec/lib/listen/adapter/windows_spec.rb | 42 +--
spec/lib/listen/adapter_spec.rb | 59 ++--
spec/lib/listen/backend_spec.rb | 80 ++++++
spec/lib/listen/change_spec.rb | 134 ++++-----
spec/lib/listen/cli_spec.rb | 114 ++++++++
spec/lib/listen/directory_spec.rb | 353 +++++++++++++++--------
spec/lib/listen/event/config_spec.rb | 31 ++
spec/lib/listen/event/loop_spec.rb | 205 +++++++++++++
spec/lib/listen/event/processor_spec.rb | 216 ++++++++++++++
spec/lib/listen/event/queue_spec.rb | 138 +++++++++
spec/lib/listen/file_spec.rb | 277 +++++++++++++-----
spec/lib/listen/listener/config_spec.rb | 27 ++
spec/lib/listen/listener_spec.rb | 430 ++++++++++++++++------------
spec/lib/listen/queue_optimizer_spec.rb | 109 +++++++
spec/lib/listen/record_spec.rb | 393 +++++++++++++++++++++----
spec/lib/listen/silencer/controller_spec.rb | 95 ++++++
spec/lib/listen/silencer_spec.rb | 195 +++++--------
spec/lib/listen_spec.rb | 24 +-
spec/spec_helper.rb | 40 ++-
spec/support/acceptance_helper.rb | 289 +++++++++++++++++--
spec/support/fixtures_helper.rb | 23 +-
spec/support/platform_helper.rb | 4 +-
vendor/hound/config/style_guides/ruby.yml | 259 +++++++++++++++++
76 files changed, 5750 insertions(+), 1962 deletions(-)
--
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