file-watcher 1.0.0 → 1.0.1

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 (2) hide show
  1. data/watch_job.rb +0 -1
  2. metadata +4 -2
data/watch_job.rb CHANGED
@@ -36,7 +36,6 @@ class WatchJob
36
36
  end
37
37
 
38
38
  def event_handler event
39
- debugger
40
39
  return unless event.name =~ watch_criteria[:file_glob]
41
40
 
42
41
  if watch_action.keys.first == :http && watch_action[:http][:method] == :post
metadata CHANGED
@@ -5,11 +5,13 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paul Santa Clara
13
+ - Josh Crean
14
+ - Kyle Burton
13
15
  autorequire:
14
16
  bindir: bin
15
17
  cert_chain: []