Sha256: b821962ff40e5729b9c70b5347586053387591c27441b10d67babb4c347d35fd

Contents?: true

Size: 1.18 KB

Versions: 0

Compression: gzip

Compressed size: 630 Bytes

Stored size: 630 Bytes

Contents

--- !ruby/object:Gem::Specification 
rubygems_version: 0.9.0
specification_version: 1
name: directory_watcher
version: !ruby/object:Gem::Version 
  version: 0.1.3
date: 2006-12-07 00:00:00 -07:00
summary: A class for watching files within a directory and generating events when those files change
require_paths: 
- lib
email: tim.pease@gmail.com
homepage: 
rubyforge_project: codeforpeople.com
description: 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.
autorequire: 
default_executable: 
bindir: bin
has_rdoc: true
required_ruby_version: !ruby/object:Gem::Version::Requirement 
  requirements: 
  - - ">"
    - !ruby/object:Gem::Version 
      version: 0.0.0
  version: 
platform: ruby
signing_key: 
cert_chain: 
post_install_message: 
authors: 
- Tim Pease
files: 
- README.txt
- lib/directory_watcher.rb
test_files: []

rdoc_options: []

extra_rdoc_files: []

executables: []

extensions: []

requirements: []

dependencies: []

Package Spec version

directory_watcher-0.1.3