henry-container 0.1.39 → 0.1.40

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ee145f5df39f7129bdfa9c6ec53864f70cff65b
4
- data.tar.gz: a6a8f1d967a84f07f956c1181f03a04c9e65db73
3
+ metadata.gz: af13a1103b532c04042d9acb667f6a38bf3602cd
4
+ data.tar.gz: dbe5db8483a5acb94680a9247330d316df442373
5
5
  SHA512:
6
- metadata.gz: 37b738e352f585626fa6c7ddbeb5e153d1b99d78b8488208bba5c45e1962ea8f08f081e9027299b228d31262f7ce460789da11bf0007fda8c5c7f0b20e8d5d7f
7
- data.tar.gz: e9b38e258ab5560bc464c23eff3852d2e5fc58b69083c2b14ac1a737dd7f4ae26cc39adb54fe1f07e557a431b686c4e81d9884f42bb5c111678ab06bbed9ab4a
6
+ metadata.gz: 374b77a583c104229c3ad29b49d6cbd828394147a8dc79aeb40838aa7b26bc625b7bfc5c58caa968500a1da90bf2f229d58e036b0b3fcc1ae8b1b8a610c279f6
7
+ data.tar.gz: ceed470e6d90012828353c1ab84d6b7c51a73526b279aa63b4d1493d92911a27ed698c4be9f77fe45c4645b22c0b73b7bd885b3b213d878b6689c5949e0ec643
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.1.39'
6
+ VERSION = '0.1.40'
7
7
 
8
8
  end
9
9
 
@@ -74,7 +74,7 @@ module Henry
74
74
  # @param [Hash] params the task params.
75
75
  # @param [Hash] extended_context task extended context.
76
76
  def configure(params, extended_context={}, options={})
77
- self.base_output_path = "#{options[:output_directory]}/output}" if options[:output_directory]
77
+ self.base_output_path = "#{options[:output_directory]}/output" if options[:output_directory]
78
78
 
79
79
  File.open(OUT_PATH, 'w') { |f| }
80
80
 
@@ -66,7 +66,7 @@ module Henry
66
66
  # @param [Hash] params the task params.
67
67
  # @param [Hash] extended_context the task extended context.
68
68
  def configure(params, extended_context={}, options={})
69
- self.base_output_path = "#{options[:output_directory]}/output}" if options[:output_directory]
69
+ self.base_output_path = "#{options[:output_directory]}/output" if options[:output_directory]
70
70
 
71
71
  File.open(OUT_PATH, 'w') { |f| }
72
72
 
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.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex