wixgem 0.18.0 → 0.19.0
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 +4 -4
- data/lib/wixgem.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0953a05e8435022b0f28fff6178a5fb2ebc00b8
|
4
|
+
data.tar.gz: b0b596769843bf48e77bd549e847a92fe1678826
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebef2f5920bc40bc1ebe616b7a5553ae2c768fbdd088ca8e55c81240a6110aedaa78aef3890e51a39aaf9a96b22a54d790fd368f1bbf75824b330fc3cb4afe8f
|
7
|
+
data.tar.gz: 8257982537ee0b379830f500e465da17b16f94eb94f965df8a38b37d8df6f57726b90ef1eb59df1b5f1a57621b57b23c6a9aec8b608c2bc567950c0c786d7ad9
|
data/lib/wixgem.rb
CHANGED
@@ -199,6 +199,7 @@ class Wix
|
|
199
199
|
raise 'WIX path is not set!' if(install_path.nil?)
|
200
200
|
|
201
201
|
@debug = input[:debug] if(!@debug && input.kind_of?(Hash) && input.has_key?(:debug))
|
202
|
+
Fileutils.mkpath(File.dirname(output)) unless(Dir.exists?(File.dirname(output)))
|
202
203
|
|
203
204
|
ext = File.extname(output)
|
204
205
|
basename = File.basename(output, ext)
|