Sha256: e8bd2fa134da94302dfc15ee0bfc150429142cbc8873dce8364981e56729dc65

Contents?: true

Size: 1.4 KB

Versions: 0

Compression: gzip

Compressed size: 666 Bytes

Stored size: 666 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.0
date: 2006-11-10 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: 
- lib/directory_watcher.rb
test_files: []

rdoc_options: []

extra_rdoc_files: []

executables: []

extensions: []

requirements: []

dependencies: 
- !ruby/object:Gem::Dependency 
  name: hoe
  version_requirement: 
  version_requirements: !ruby/object:Gem::Version::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.1.3
    version: 

Package Spec version

directory_watcher-0.1.0