henry-container 0.1.41 → 0.1.42

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d23b417804c321844f8621736e8a7837cdb0a47a
4
- data.tar.gz: 958bd3d63376a824b22363ae5e9ebb9c36efd0a6
3
+ metadata.gz: c04d720989e04803127ed64462ec25eeb1dd312f
4
+ data.tar.gz: 2bf0fe81b995dfd6282a7b4e3d0d7b4ab2e4605d
5
5
  SHA512:
6
- metadata.gz: d41bd65ef5b858a04e02bf84186c2be29171894a368f457cba52845e355fa8e7b64d311027b48630388a29ec101b8afc6803bfbff15bed01a795f3cff3f980f6
7
- data.tar.gz: 9ea4144a20a3bd58ef77423287c46d9125b2e899b16855fc92cbd8ea52683ecd478ac7cbde97cad46d134b234ddb77b3c9f3b4571323263d614b602fa5cbac52
6
+ metadata.gz: ead6ad4fb91d99d72c01a34a5d517b481a618987d4a6cbf917cb813c2535f201d24705cc8125c9e95fa464222b4c50cf1ac5724704f28e4b7c4b45d33dcf60fe
7
+ data.tar.gz: bfbf3b4e8c1c925304b4477020f009e7695f6d4b0ec9e24caa23f14e395cd94dc0dea9461f4e67e5c77114f923d11d4e63e7542514fa3decb1f19f5fcae0dbf0
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.1.41'
6
+ VERSION = '0.1.42'
7
7
 
8
8
  end
9
9
 
@@ -19,7 +19,7 @@ module Henry
19
19
  DEFAULT_OUTPUT_DIRECTORY = "./output"
20
20
 
21
21
  def self.config
22
- @@config ||= Config.import!.params
22
+ @@config ||= Henry::Config.import!.params
23
23
  end
24
24
 
25
25
  # Imports and returs the Task execution parameters.
@@ -55,7 +55,7 @@ module Henry
55
55
  #
56
56
  # @param [Hash] params the Task config to be exported.
57
57
  def export_config(config)
58
- Config.export!(config)
58
+ Henry::Config.export!(config)
59
59
  end
60
60
 
61
61
  # Returns the Task Execution.
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.41
4
+ version: 0.1.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex