watch-paths 1.1.1 → 1.1.2
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.
- data/History.txt +5 -0
- data/README.txt +2 -2
- data/lib/watch-paths.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -5,11 +5,11 @@ watch-paths
|
|
|
5
5
|
* mailto:Bil.Kleb@nasa.gov
|
|
6
6
|
|
|
7
7
|
== DESCRIPTION:
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
Scan a set of pathnames for file changes according to check sums.
|
|
10
10
|
|
|
11
11
|
== FEATURES/PROBLEMS:
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
* A poor man's configuration management
|
|
14
14
|
* Does not report files added since last scan
|
|
15
15
|
* Error handling is minimal
|
data/lib/watch-paths.rb
CHANGED
metadata
CHANGED
|
@@ -3,15 +3,15 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: watch-paths
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.1.
|
|
6
|
+
version: 1.1.2
|
|
7
7
|
date: 2007-09-06 00:00:00 -04:00
|
|
8
|
-
summary:
|
|
8
|
+
summary: Scan a set of pathnames for file changes according to check sums.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email: Bil.Kleb@nasa.gov
|
|
12
12
|
homepage: "* http://rubyforge.org/projects/nasarb"
|
|
13
13
|
rubyforge_project: nasarb
|
|
14
|
-
description:
|
|
14
|
+
description: Scan a set of pathnames for file changes according to check sums.
|
|
15
15
|
autorequire:
|
|
16
16
|
default_executable:
|
|
17
17
|
bindir: bin
|