cloudspin-stack-artefact 0.1.3 → 0.1.4

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: 0c4f9e942673f52f01c89912bd3486816f5d9715
4
- data.tar.gz: be8029274463f48b7094ea1d418c5d5d5595029f
3
+ metadata.gz: bde6457b5340f92c11bf15ff5c9d8376913e24eb
4
+ data.tar.gz: b51e01918523d1da10c35a2e21c7057e8ba31e0f
5
5
  SHA512:
6
- metadata.gz: b90c97a527bb8374018167388e298502a113bbee411adaf31fde3409a090f308ed5687983b28db5552f577ac67ae14688e8fa23a769968d7d4b5734ca86115fd
7
- data.tar.gz: 14f9e715e25e80272576bdf65c234985581297ae8aa2d65ea2ab27e7bc9991244461862a14b84bf3ae560ac8bc2114dc78bbe6d8600b8371ae85c2e303a54c3c
6
+ metadata.gz: b8fd20e2e307687a351d75990adad5ce83a38d22965b719e5dee32d09fe81cfb17f1b3ff0df44bdb181d4bb12a3159e97998562341134786c16d93ce1750c177
7
+ data.tar.gz: 55752bac4cbc9452816c3498fe0752261fd5c05a16019d1ff7fd1174c6a893d8b4ca027d3d626aa3608fbfb3497160213903bfb2499e930b6aa58a6d26d23f21
@@ -1,7 +1,7 @@
1
1
  module Cloudspin
2
2
  module Stack
3
3
  module Artefact
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
6
6
  end
7
7
  end
@@ -15,6 +15,10 @@ module Cloudspin
15
15
  task :build, [:inspec_folder, :config_file] do |t, args|
16
16
  add_folder(args[:inspec_folder] || './inspec')
17
17
  add_file(args[:config_file] || './spin-default.yaml')
18
+ add_file("./stack-instance-default.yaml")
19
+ add_file("./stack-instance-defaults.yaml")
20
+ add_file("./spin-local.yaml")
21
+ add_file("./stack-instance-local.yaml")
18
22
  builder.build
19
23
  end
20
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudspin-stack-artefact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'kief '
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cloudspin-stack