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.
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.0.66'
6
+ VERSION = '0.0.67'
7
7
 
8
8
  end
9
9
 
@@ -49,9 +49,9 @@ module Henry
49
49
  'OK' => 0,
50
50
  'ERROR' => 0,
51
51
  'WARNING' => 0
52
- },
53
- tasks: []
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[:summary][:tasks]
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[:summary][:tasks] = 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.66
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-08 00:00:00.000000000 Z
12
+ date: 2012-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake