file-watcher 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/file_watcher/watch_job.rb +2 -1
  2. metadata +3 -3
@@ -56,7 +56,8 @@ class WatchJob
56
56
  # OK
57
57
  log "Req was ok"
58
58
  else
59
- res.error!
59
+ #res.error!
60
+ log "Error: unsucessful post to #{uri.path}, got response code: #{res.inspect}"
60
61
  end
61
62
 
62
63
  log "Response: #{res}"
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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 10
10
- version: 1.0.10
9
+ - 11
10
+ version: 1.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Santa Clara