henry-container 0.0.67 → 0.0.68

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.67'
6
+ VERSION = '0.0.68'
7
7
 
8
8
  end
9
9
 
@@ -15,8 +15,8 @@ module Henry
15
15
  code: self.code,
16
16
  message: self.message,
17
17
  returnedData: {
18
- output: self.output,
19
- backtrace: self.backtrace
18
+ output: '' # self.output,
19
+ backtrace: '' # self.backtrace
20
20
  },
21
21
  log: self.log
22
22
  }
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.67
4
+ version: 0.0.68
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: