file-watcher 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module WatchConfig
19
19
  end
20
20
 
21
21
  def new_watch_job &block
22
- wj = WatchJob.new
22
+ wj = self.new
23
23
 
24
24
  yield wj
25
25
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: file-watcher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 11
10
- version: 1.0.11
9
+ - 12
10
+ version: 1.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Santa Clara
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-08-30 00:00:00 -04:00
20
+ date: 2011-09-15 00:00:00 -04:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency