Sha256: 5775a94c6e9f4c39f6c5c412eeb9090dfb17975a71a9c4b63f4677a267da5927
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
begin require 'bones' rescue LoadError abort '### please install the "bones" gem ###' end Bones { name 'directory_watcher' summary 'A class for watching files within a directory and generating events when those files change' authors 'Tim Pease' email 'tim.pease@gmail.com' url 'http://gemcutter.org/gems/directory_watcher' ignore_file '.gitignore' depend_on 'bones-git', :development => true depend_on 'rev', :development => true depend_on 'eventmachine', :development => true }
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
vanity-1.7.1 | vendor/ruby/1.9.1/gems/directory_watcher-1.4.0/Rakefile |
directory_watcher-1.4.1 | Rakefile |
directory_watcher-1.4.0 | Rakefile |
directory_watcher-1.3.2 | Rakefile |