cloudspin-stack 0.1.12 → 0.1.13

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: da2a59748c48ad9b4e864e02d111907ddbbfe96e
4
- data.tar.gz: 0cc1564e6511c4cb4eeacef6e872f912780563f3
3
+ metadata.gz: 2b3c49b8009133728690bd75efe90aa86eba7024
4
+ data.tar.gz: 05a9a98daa55f431af096cb93b10d81166b2e9ef
5
5
  SHA512:
6
- metadata.gz: df21ccf079a4b9ff5bf60fac54aa28c8f0d1327a8859a0f1e685e741fc5de7ecc23d04c1a577169225b2c98df6c44d170591b063d1b78fb69a683488dd434442
7
- data.tar.gz: e43c19bcd0df6a31642649cc408586f2f74011045a642ed12e2594315627059d50deb9ef80c420fbc99b901def839ba4beecbf62846c2da2e6f2dfbbe333f37a
6
+ metadata.gz: 941980cb5390fcd49b406e63754a92d6f28dce3dd9fbe6e439bbd0bf090acfff857af3876225d764ffb480d73a8862e05a18e405f7acddfd2d2a5fd9a68ed1a3
7
+ data.tar.gz: 79ee417b0091ac63dafb9ce8025669b58b1124d8c7499532b1a4a3bdcffc59e7466eddecd47bf396e8b13c2b5c95c19f38342ad6053c61c14e2c872bfe703780
@@ -9,7 +9,7 @@ module Cloudspin
9
9
  :aliases => '-f',
10
10
  :banner => 'YAML-CONFIG-FILE',
11
11
  :type => :array,
12
- :default => ['spin-default.yaml', 'spin-local.yaml'],
12
+ :default => ['stack-instance-defaults.yaml', 'stack-instance-local.yaml'],
13
13
  :desc => 'A list of configuration files to load for the stack instance. Values in files listed later override those from earlier files.'
14
14
 
15
15
  class_option :terraform_source,
@@ -1,5 +1,5 @@
1
1
  module Cloudspin
2
2
  module Stack
3
- VERSION = '0.1.12'
3
+ VERSION = '0.1.13'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudspin-stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'kief '