directory_watcher 1.5.1
The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (8):
            bones
            >= 3.8.0
          
          
            bones-git
            ~> 1.2.4
          
          
            bones-rspec
            ~> 2.0.1
          
          
            cool.io
            >= 1.1.0
          
          
            eventmachine
            >= 1.0.3
          
          
            logging
            ~> 1.6.1
          
          
            rev
            >= 0.3.2
          
          
            rspec
            ~> 2.7.0
          
    