[DRE-commits] [ruby-listen] 12/30: Revert comitts adding changes in source

Markus Tornow nadir-guest at alioth.debian.org
Mon Oct 7 19:25:13 UTC 2013


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

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

commit 4ad95850d0e5e492c9c78e3bef691a33a6bf79ab
Author: Srihari K <srih4ri at gmail.com>
Date:   Fri Nov 16 21:50:39 2012 +0400

    Revert comitts adding changes in source
    
    Revert "git add lib/listen/adapters/linux.rb"
    This reverts commit 24d799b8a56347ec3e2bc821c9c60f0163db4fbb.
    
    Revert "added linux.rb and directory_record_spec.rb"
    This reverts commit e409e236c6ce33f355d4321eef21eb347c1eb26a.
---
 lib/listen/adapters/linux.rb         |    3 +--
 spec/listen/directory_record_spec.rb |    3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/listen/adapters/linux.rb b/lib/listen/adapters/linux.rb
index 535f59d..bb12a0b 100644
--- a/lib/listen/adapters/linux.rb
+++ b/lib/listen/adapters/linux.rb
@@ -7,8 +7,7 @@ module Listen
       extend DependencyManager
 
       # Declare the adapter's dependencies
-      #dependency 'rb-inotify', '~> 0.8.8'
-      require 'rb-inotify' 
+      dependency 'rb-inotify', '~> 0.8.8'
 
       # Watched inotify events
       #
diff --git a/spec/listen/directory_record_spec.rb b/spec/listen/directory_record_spec.rb
index 12ebdef..c76e9dd 100644
--- a/spec/listen/directory_record_spec.rb
+++ b/spec/listen/directory_record_spec.rb
@@ -422,9 +422,6 @@ describe Listen::DirectoryRecord do
           end
 
           it "doesn't detects the modified file the second time if the content haven't changed" do
-    
-            pending 'See https://github.com/guard/listen/issues/55#issuecomment-7238619'
-
             fixtures do |path|
               touch 'existing_file.txt'
 

-- 
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