directory_watcher 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.txt +7 -0
  2. data/lib/directory_watcher.rb +1 -0
  3. metadata +3 -2
@@ -0,0 +1,7 @@
1
+
2
+ == Directory Watcher
3
+
4
+ A class for watching files within a directory and generating events when
5
+ those files change.
6
+
7
+ See DirectoryWatcher for detailed documentation and usage.
@@ -505,5 +505,6 @@ end # class DirectoryWatcher
505
505
  class File::Stat
506
506
  attr_accessor :stable
507
507
  end
508
+ # :startdoc:
508
509
 
509
510
  # EOF
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.2
7
- date: 2006-11-26 00:00:00 -07:00
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