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.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/README.txt +2 -2
  3. data/lib/watch-paths.rb +1 -1
  4. metadata +3 -3
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.1.2 / 2007-09-05
2
+
3
+ * 1 bug fix
4
+ * to remove spaces in README.txt from TextMate
5
+
1
6
  == 1.1.1 / 2007-09-05
2
7
 
3
8
  * 1 bug fix
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
@@ -11,7 +11,7 @@ $r ||= false
11
11
 
12
12
  class WatchPaths
13
13
 
14
- VERSION = '1.1.1'
14
+ VERSION = '1.1.2'
15
15
 
16
16
  ##
17
17
  # File used to record checksums in each path scanned
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.1
6
+ version: 1.1.2
7
7
  date: 2007-09-06 00:00:00 -04:00
8
- summary: "== FEATURES/PROBLEMS: * A poor man's configuration management * Does not report files added since last scan * Error handling is minimal"
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: "== FEATURES/PROBLEMS: * A poor man's configuration management * Does not report files added since last scan * Error handling is minimal"
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