henry-container 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
@@ -118,7 +118,7 @@ module Henry
|
|
118
118
|
report_options['name'] ||= "${DATE}_${TASK_NAME}.#{report_options['format']}"
|
119
119
|
|
120
120
|
self.generated_reports << self.report_file_path(report_options['format'], report_options['name'])
|
121
|
-
self.report_recipients += report_options['recipients']
|
121
|
+
self.report_recipients += (report_options['recipients'] || [])
|
122
122
|
|
123
123
|
FileUtils.mkdir_p(self.reports_dir(report_options['format']))
|
124
124
|
|
@@ -115,7 +115,7 @@ module Henry
|
|
115
115
|
report_options['name'] ||= "${DATE}_${TASK_NAME}.#{report_options['format']}"
|
116
116
|
|
117
117
|
self.generated_reports << self.report_file_path(report_options['format'], report_options['name'])
|
118
|
-
self.report_recipients += report_options['recipients']
|
118
|
+
self.report_recipients += (report_options['recipients'] || [])
|
119
119
|
|
120
120
|
FileUtils.mkdir_p(self.reports_dir(report_options['format']))
|
121
121
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: henry-container
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.23
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|