[DRE-commits] [ruby-directory-watcher] 01/03: Merge tag 'upstream/1.5.1'

Youhei SASAKI uwabami-guest at alioth.debian.org
Wed Aug 7 12:15:44 UTC 2013


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

uwabami-guest pushed a commit to branch master
in repository ruby-directory-watcher.

commit 9db6016779de19b35a96984362ce2de9fa40b23d
Merge: 52aca9f d46d85f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Aug 6 01:08:34 2013 +0900

    Merge tag 'upstream/1.5.1'
    
    Upstream version 1.5.1

 .gitignore                                 |   17 ++
 History.txt                                |   10 +
 README.txt                                 |    2 +-
 Rakefile                                   |   21 +-
 bin/dw                                     |    2 -
 lib/directory_watcher.rb                   |  305 +++++++++++++++-------------
 lib/directory_watcher/collector.rb         |  283 ++++++++++++++++++++++++++
 lib/directory_watcher/configuration.rb     |  228 +++++++++++++++++++++
 lib/directory_watcher/coolio_scanner.rb    |  188 ++++++-----------
 lib/directory_watcher/em_scanner.rb        |  234 ++++++++-------------
 lib/directory_watcher/event.rb             |   72 +++++++
 lib/directory_watcher/eventable_scanner.rb |  242 ++++++++++++++++++++++
 lib/directory_watcher/file_stat.rb         |   65 ++++++
 lib/directory_watcher/logable.rb           |   26 +++
 lib/directory_watcher/notifier.rb          |   49 +++++
 lib/directory_watcher/paths.rb             |   55 +++++
 lib/directory_watcher/rev_scanner.rb       |  199 +++++++-----------
 lib/directory_watcher/scan.rb              |   72 +++++++
 lib/directory_watcher/scan_and_queue.rb    |   22 ++
 lib/directory_watcher/scanner.rb           |  235 +++------------------
 lib/directory_watcher/threaded.rb          |  277 +++++++++++++++++++++++++
 lib/directory_watcher/version.rb           |    8 +
 metadata.yml                               |  146 ++++++++++---
 spec/directory_watcher_spec.rb             |   37 ++++
 spec/paths_spec.rb                         |    7 +
 spec/scanner_scenarios.rb                  |  236 +++++++++++++++++++++
 spec/spec_helper.rb                        |   79 +++++++
 spec/utility_classes.rb                    |  117 +++++++++++
 version.txt                                |    2 +-
 29 files changed, 2445 insertions(+), 791 deletions(-)

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



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