henry-container 0.1.62 → 0.1.63

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: e0c670917b15031bc9ce8cc1c6b8a93efe031e2c
4
- data.tar.gz: 41cfaace0d91ce1f95c28c1b54382ec92eb24b02
3
+ metadata.gz: 656a17e599acc9c81595618a9ed0a4fae246715a
4
+ data.tar.gz: de98e16c4fa08a4ed327d95d7d668343e5ab3d79
5
5
  SHA512:
6
- metadata.gz: 979765689077cda12673c1b857c339508581b26cb160d91f539f5f149c51869744299a4d7bdff9ac50d55c219f4023a44b9549cb5598b803838353a8ad448ace
7
- data.tar.gz: 1253b356e08dbd1729a8f8fe4e3a014375c995524e95db8a81c7ba5e7b043e3798111a15966f3e968411b969047592b0775853378065b5cee5069695db9d608b
6
+ metadata.gz: 1a08ace500da19377b871b2b93fe346dae03cafe5aa798a715a88560666fb16f890cd0fb98a5a3325260b67c7530da63fd3a73caef20ccde9f42384826c71bc1
7
+ data.tar.gz: 38db4260207233e7619d7334619c375308233d26ed69f9f9c9b37430eb2a9fad274d977c13865e69df28a868b5323ec357f08274a27cb4a6dfeea748055011c4
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = ENV['gem_version'] || '0.1.62'
6
+ VERSION = ENV['gem_version'] || '0.1.63'
7
7
 
8
8
  end
9
9
 
@@ -87,9 +87,9 @@ module Henry
87
87
  # @return [String]
88
88
  def misc_options
89
89
  options = []
90
- options << '--expand' if self.data.options['expand'] == 'true'
90
+ options << '--expand' if self.data.options['expand']
91
91
  options << "--require features #{self.data.options['pattern']}" if self.data.options['pattern']
92
- options << '--no-source' if self.data.options['no-source'] == 'true'
92
+ options << '--no-source' if self.data.options['no-source']
93
93
 
94
94
  return options.join(' ')
95
95
  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.62
4
+ version: 0.1.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex