file-watcher 1.0.5 → 1.0.6

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/lib/file_watcher/watch_job.rb +1 -1
  2. metadata +2 -2
@@ -31,7 +31,7 @@ class WatchJob
31
31
  http.verify_mode = OpenSSL::SSL::VERIFY_NONE
32
32
  end
33
33
 
34
- body = watch_action[:http][:body].merge({ :args => watch_action[:http][:body][:args].call().push(event.name) } )
34
+ body = watch_action[:http][:body].merge({ :args => watch_action[:http][:args].call().push(event.name) } )
35
35
 
36
36
  puts "URL: #{url}"
37
37
  puts "body: #{body.to_json}"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 5
9
- version: 1.0.5
8
+ - 6
9
+ version: 1.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paul Santa Clara