rest-ftp-daemon 0.220.3 → 0.220.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 531f0b1dc3a7d26674824021472ecbf3d4e505a4
4
- data.tar.gz: ef28d315aaecfa47925c9f25bf325e1389fdeeae
3
+ metadata.gz: e32694d3be7cd99f54730ab7cf523baaa414b010
4
+ data.tar.gz: 7f2dd8a34044b2d6cb03b6f6c03031abad34f894
5
5
  SHA512:
6
- metadata.gz: 753e7100a33e762a5bd641582c2ad425b7ae2dd5bb81ed6c4cfb3e421cf522d9b8eac015d4a2a155dccf4e97eb3cc1b5b8cdb9a6e4ca085832dd3c7478f8c9c2
7
- data.tar.gz: 495073ebbe4f2359976648971d26ef22475d703be8694fe4b4ebf8952f6d9a36f5d0640352f7bf0ad260f0641bfc8ff6d785464eebef52425f51a6965d242a3e
6
+ metadata.gz: f2a57d6e02576348f30ac149c0622f6bb3fddee2c9d4b5eeaf8427c66af480e2daa39db963132f7e1ee0d89f2433b0254ab3a85af0fcc78d126b3aa2b1bdf6c2
7
+ data.tar.gz: 412246af911a5d06d59ed4c0bd1c862977c6154eb383912c8468d5caee87d158520de7deb3cf373f065cf1f288776f107345a1e50b5817569797d5acc3907774
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.220.3)
4
+ rest-ftp-daemon (0.220.4)
5
5
  double-bag-ftps
6
6
  facter
7
7
  get_process_mem
@@ -61,7 +61,7 @@ GEM
61
61
  i18n (0.7.0)
62
62
  ice_nine (0.11.1)
63
63
  json (1.8.2)
64
- minitest (5.6.0)
64
+ minitest (5.6.1)
65
65
  multi_json (1.11.0)
66
66
  multi_xml (0.5.5)
67
67
  newrelic_rpm (3.11.2.286)
@@ -1,7 +1,7 @@
1
1
  # Terrific constants
2
2
  APP_NAME = "rest-ftp-daemon"
3
3
  APP_NICK = "rftpd"
4
- APP_VER = "0.220.3"
4
+ APP_VER = "0.220.4"
5
5
 
6
6
 
7
7
  # Jobs and workers
@@ -33,10 +33,10 @@ module RestFtpDaemon
33
33
  id: params[:id].to_s,
34
34
  signal: "#{NOTIFY_PREFIX}.#{params[:event].to_s}",
35
35
  error: params[:error],
36
- message: params[:message],
37
36
  host: Settings.host.to_s,
38
37
  }
39
38
  body[:status] = params[:status] if params[:status].is_a? Enumerable
39
+ body[:message] = params[:message].to_s unless params[:message].nil?
40
40
  @jid = params[:id]
41
41
  log_info "initialized"
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.220.3
4
+ version: 0.220.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-30 00:00:00.000000000 Z
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler