henry-container 0.1.47 → 0.1.48

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: 64af9d24256c3caf3f262d01a989eb378044d86a
4
- data.tar.gz: 74de3a8def5d09d19a5c8e7094dcff33a2011c26
3
+ metadata.gz: 953d7c8186b383c823f267d1515f89e03321f298
4
+ data.tar.gz: 8b438d67073b7780cf44850705a462f693e6205e
5
5
  SHA512:
6
- metadata.gz: c2f02b2becb3cd4cedcdc9d6732d1c428235dea8e09f9b541f0198927b839792b467ce5f6aefcda4611ff7372cc5a806b4c78d2962d0fe6f6a2a91035496c8bf
7
- data.tar.gz: d11d209a0af3a881b0f0d3d51a4d981e7fab7bfc5a1cefbaa247eea271b19cd21e406631e25a50488daaeb78e07c7037ea5bd26c01e81d01b988ad9df3b14a9b
6
+ metadata.gz: a9634067164b547e3fd9a447994655550e981757e45f709678a882cbdf3171f6040a074cd100900686bf43d9238016a5dc8d56e425b9b65c86f67054b6d023de
7
+ data.tar.gz: 667c7ea0544ac2eab05dc62b9018e6b88bfc013ab8b33fbd310755adeab891354622b5c1b6586b8ac331b3a362b85f325af5aa6702b866fe28c127d981d36560
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.1.47'
6
+ VERSION = '0.1.48'
7
7
 
8
8
  end
9
9
 
@@ -48,7 +48,7 @@ module Henry
48
48
  #
49
49
  # @param [String] the attachments path.
50
50
  def self.output_path
51
- Heny::Environment.config['output_directory'] || DEFAULT_OUTPUT_DIRECTORY
51
+ "#{Heny::Environment.config['output_directory']}/output" || DEFAULT_OUTPUT_DIRECTORY
52
52
  end
53
53
 
54
54
  end
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.47
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex