henry-container 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.0.22'
6
+ VERSION = '0.0.23'
7
7
 
8
8
  end
9
9
 
@@ -81,9 +81,6 @@ module Henry
81
81
  # @return [{String => String}] the execution params.
82
82
  def params
83
83
  @params ||= self.load_params
84
-
85
- if File.exists?(self.input_file_path)
86
- @params ||= JSON.parse(File.read(self.input_file_path))
87
84
  end
88
85
 
89
86
  # Loads and parses the @opts[:in] params, if they exists.
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.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: