Sha256: 7acd901cf381d56f4eecb7175dd45a8c957094583971543adc9fe3cabe45122d
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
# $Id: Rakefile 442 2008-01-02 04:39:32Z tim_pease $ load 'tasks/setup.rb' ensure_in_path 'lib' require 'directory_watcher' task :default => 'spec:run' PROJ.name = 'directory_watcher' PROJ.summary = 'A class for watching files within a directory and generating events when those files change' PROJ.authors = 'Tim Pease' PROJ.email = 'tim.pease@gmail.com' PROJ.url = 'http://codeforpeople.rubyforge.org/directory_watcher' PROJ.description = paragraphs_of('README.txt', 1).join("\n\n") PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n") PROJ.rubyforge_name = 'codeforpeople' PROJ.rdoc_remote_dir = 'directory_watcher' PROJ.version = DirectoryWatcher::VERSION # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
directory_watcher-1.1.1 | Rakefile |