Sha256: e45392e556724e27aef712275d3afd2dc8bf3dc6d1f57b50886cf1388bf1d17d

Contents?: true

Size: 1.59 KB

Versions: 0

Compression: gzip

Compressed size: 743 Bytes

Stored size: 743 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: directory_watcher
version: !ruby/object:Gem::Version 
  version: 1.1.1
platform: ruby
authors: 
- Tim Pease
autorequire: 
bindir: bin
cert_chain: []

date: 2008-01-01 00:00:00 -07:00
default_executable: 
dependencies: []

description: "== 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."
email: tim.pease@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- History.txt
- README.txt
files: 
- History.txt
- Manifest.txt
- README.txt
- Rakefile
- lib/directory_watcher.rb
- tasks/annotations.rake
- tasks/doc.rake
- tasks/gem.rake
- tasks/manifest.rake
- tasks/rubyforge.rake
- tasks/setup.rb
has_rdoc: true
homepage: http://codeforpeople.rubyforge.org/directory_watcher
post_install_message: 
rdoc_options: 
- --main
- README.txt
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: codeforpeople
rubygems_version: 1.0.1
signing_key: 
specification_version: 2
summary: A class for watching files within a directory and generating events when those files change
test_files: []

Package Spec version

directory_watcher-1.1.1