veewee 0.4.5 → 0.4.5.1
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 +8 -8
- data/lib/veewee/provider/core/box/build.rb +1 -1
- data/lib/veewee/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Nzk4NzUyZDE4NTc4N2M0MmNkZGU1MmVlMmE1ZjYxMjVlYzZmYzhiMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmYxNTQ5ZjU4MDgxZDk3ZDhiM2E5YWExZTE4YjI1ODVhNmJjNTQ1OA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjQ5ZDczYWI1MTc1ODEyYWQ0MWYzMTY5MDdlNGFlYWFjZDMyYmQzZmY3MjI4
|
10
|
+
OTBkYjllMGUzNmViOTRlMGRiYjkwMmU3OTMxOTE4MGVhNWUwMWM4NmU2OTE2
|
11
|
+
NTZhZDIzYzQxODgyMTljYmIzZWNkNGM4NmJlNGIwZDBlNzNiZjQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTM5NjhjYWMxNjk5Zjk4YmNmNzE3Yjg5NmMwNjQzN2RmMTBlMTdkZGY0NDg4
|
14
|
+
NTE0OTE0MTljNmNkMDRiZTExZWM2MTg5NzRhNjRkN2Y1ZGM1Y2Y3M2IyYTMx
|
15
|
+
ODUwZTY2YzhmNjQ1MzRmZWJmMWYyNWU4M2I2MGY3MzZiYmFmMGY=
|
@@ -225,7 +225,7 @@ module Veewee
|
|
225
225
|
|
226
226
|
case definition.kickstart_file
|
227
227
|
when Array then kickstartfiles = definition.kickstart_file
|
228
|
-
when String then kickstartfiles = definition.
|
228
|
+
when String then kickstartfiles = definition.kickstart_file.split
|
229
229
|
when nil then kickstartfiles = []
|
230
230
|
else raise "Do not know how to handle kickstart_file: #{kickstart_file.inspect}"
|
231
231
|
end
|
data/lib/veewee/version.rb
CHANGED