file-watcher 1.0.4 → 1.0.5

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 +1 -1
  2. metadata +3 -3
@@ -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].dup.push(event.name) } )
34
+ body = watch_action[:http][:body].merge({ :args => watch_action[:http][:body][: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
- - 4
9
- version: 1.0.4
8
+ - 5
9
+ version: 1.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paul Santa Clara
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-02-28 00:00:00 -05:00
19
+ date: 2011-03-15 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency