[DRE-commits] [ruby-listen] 02/06: Merge tag 'upstream/2.2.0'

Cédric Boutillier boutil at alioth.debian.org
Tue Oct 29 14:09:23 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-listen.

commit 1e797c962889861d984d7855328265421bd473b7
Merge: 85e9d82 238f291
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Oct 29 14:56:18 2013 +0100

    Merge tag 'upstream/2.2.0'
    
    Upstream version 2.2.0
    
    # gpg: Signature faite le mar. 29 oct. 2013 14:56:13 CET
    # gpg:                avec la clef RSA 0xDA4958F611E149E9
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9

 .gitignore                              |    5 +
 .travis.yml                             |   18 +-
 CHANGELOG.md                            |  214 +-----
 Gemfile                                 |   30 +-
 Guardfile                               |   10 +-
 LICENSE => LICENSE.txt                  |    2 +
 README.md                               |  301 +++-----
 Rakefile                                |   44 +-
 Vagrantfile                             |   96 ---
 checksums.yaml.gz                       |  Bin 0 -> 268 bytes
 lib/listen.rb                           |   32 +-
 lib/listen/adapter.rb                   |  224 +-----
 lib/listen/adapter/base.rb              |   40 +
 lib/listen/adapter/bsd.rb               |   95 +++
 lib/listen/adapter/darwin.rb            |   44 ++
 lib/listen/adapter/linux.rb             |   93 +++
 lib/listen/adapter/polling.rb           |   49 ++
 lib/listen/adapter/windows.rb           |   65 ++
 lib/listen/adapters/bsd.rb              |  112 ---
 lib/listen/adapters/darwin.rb           |   85 ---
 lib/listen/adapters/linux.rb            |  113 ---
 lib/listen/adapters/polling.rb          |   67 --
 lib/listen/adapters/windows.rb          |   87 ---
 lib/listen/change.rb                    |   45 ++
 lib/listen/dependency_manager.rb        |  126 ----
 lib/listen/directory.rb                 |   73 ++
 lib/listen/directory_record.rb          |  370 ----------
 lib/listen/file.rb                      |  108 +++
 lib/listen/listener.rb                  |  257 +++----
 lib/listen/multi_listener.rb            |  143 ----
 lib/listen/record.rb                    |   41 ++
 lib/listen/silencer.rb                  |   51 ++
 lib/listen/turnstile.rb                 |   28 -
 lib/listen/version.rb                   |    2 +-
 listen.gemspec                          |   28 +-
 metadata.yml                            |  207 ++++++
 spec/acceptance/listen_spec.rb          |  210 ++++++
 spec/lib/listen/adapter/base_spec.rb    |   44 ++
 spec/lib/listen/adapter/bsd_spec.rb     |   39 +
 spec/lib/listen/adapter/darwin_spec.rb  |   39 +
 spec/lib/listen/adapter/linux_spec.rb   |   39 +
 spec/lib/listen/adapter/polling_spec.rb |   44 ++
 spec/lib/listen/adapter/windows_spec.rb |   37 +
 spec/lib/listen/adapter_spec.rb         |   69 ++
 spec/lib/listen/change_spec.rb          |   97 +++
 spec/lib/listen/directory_spec.rb       |  153 ++++
 spec/lib/listen/file_spec.rb            |  112 +++
 spec/lib/listen/listener_spec.rb        |  253 +++++++
 spec/lib/listen/record_spec.rb          |   92 +++
 spec/lib/listen/silencer_spec.rb        |   86 +++
 spec/lib/listen_spec.rb                 |   10 +
 spec/listen/adapter_spec.rb             |  183 -----
 spec/listen/adapters/bsd_spec.rb        |   36 -
 spec/listen/adapters/darwin_spec.rb     |   37 -
 spec/listen/adapters/linux_spec.rb      |   47 --
 spec/listen/adapters/polling_spec.rb    |   68 --
 spec/listen/adapters/windows_spec.rb    |   30 -
 spec/listen/dependency_manager_spec.rb  |  107 ---
 spec/listen/directory_record_spec.rb    | 1219 -------------------------------
 spec/listen/listener_spec.rb            |  169 -----
 spec/listen/multi_listener_spec.rb      |  174 -----
 spec/listen/turnstile_spec.rb           |   56 --
 spec/listen_spec.rb                     |   73 --
 spec/spec_helper.rb                     |   29 +-
 spec/support/acceptance_helper.rb       |   45 ++
 spec/support/adapter_helper.rb          |  629 ----------------
 spec/support/directory_record_helper.rb |   55 --
 spec/support/fixtures_helper.rb         |    2 -
 spec/support/listeners_helper.rb        |  156 ----
 spec/support/platform_helper.rb         |    2 +-
 70 files changed, 2584 insertions(+), 5162 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