directory_watcher 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +7 -0
- data/lib/directory_watcher.rb +1 -0
- metadata +3 -2
data/README.txt
ADDED
data/lib/directory_watcher.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: directory_watcher
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.1.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.1.3
|
7
|
+
date: 2006-12-07 00:00:00 -07:00
|
8
8
|
summary: A class for watching files within a directory and generating events when those files change
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -29,6 +29,7 @@ post_install_message:
|
|
29
29
|
authors:
|
30
30
|
- Tim Pease
|
31
31
|
files:
|
32
|
+
- README.txt
|
32
33
|
- lib/directory_watcher.rb
|
33
34
|
test_files: []
|
34
35
|
|