henry-container 0.0.62 → 0.0.63

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.62'
6
+ VERSION = '0.0.63'
7
7
 
8
8
  end
9
9
 
@@ -20,8 +20,7 @@ module Henry
20
20
  # Executes the Task and returns its results.
21
21
  def execute
22
22
  begin
23
- Rake.application[self.application_name].reenable
24
- Rake.application[self.application_name].invoke
23
+ Rake.application[self.application_name].clone.invoke
25
24
 
26
25
  self.execution.code = 'OK'
27
26
  self.execution.message = 'OK'
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.62
4
+ version: 0.0.63
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: