henry-container 0.0.66 → 0.0.67
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/henry/container/version.rb +1 -1
- data/lib/henry/container.rb +5 -5
- metadata +2 -2
data/lib/henry/container.rb
CHANGED
@@ -49,9 +49,9 @@ module Henry
|
|
49
49
|
'OK' => 0,
|
50
50
|
'ERROR' => 0,
|
51
51
|
'WARNING' => 0
|
52
|
-
}
|
53
|
-
|
54
|
-
|
52
|
+
}
|
53
|
+
},
|
54
|
+
tasks: []
|
55
55
|
}
|
56
56
|
|
57
57
|
# Returns the input file path based on the given options.
|
@@ -221,14 +221,14 @@ module Henry
|
|
221
221
|
#
|
222
222
|
# @return [Array]
|
223
223
|
def tasks_results
|
224
|
-
self.results[:
|
224
|
+
self.results[:tasks]
|
225
225
|
end
|
226
226
|
|
227
227
|
# Serts the tasks_results node of the results hash.
|
228
228
|
#
|
229
229
|
# @param [Array] results the tasks_results collection.
|
230
230
|
def tasks_results=(results)
|
231
|
-
self.results[:
|
231
|
+
self.results[:tasks] = results
|
232
232
|
end
|
233
233
|
|
234
234
|
# Updates the results attributes based on the task_results.
|
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.0.
|
4
|
+
version: 0.0.67
|
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: 2012-11-
|
12
|
+
date: 2012-11-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|