cloudspin-stack-rake 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: bfdee94ff7d42b433c20b9b0d04ab2dcf13fae5651c67d8b1ce117f986413b6b
4
- data.tar.gz: dcea5f1290aa4baf959506004a2b687ca2e481780650c0ad91b5d1a489a8c5ee
2
+ SHA1:
3
+ metadata.gz: 4544540adb9e0f5f6522c635301801935c414ade
4
+ data.tar.gz: 07a2a25e52fbcb9ff16d1ae104caa52691b90cae
5
5
  SHA512:
6
- metadata.gz: 65449f65ca1348c6704ade3d3408e3d9473aebca36416c928439c94452927a11905705c4aea5ffca817e3f5b53dde417c0911253628b7953749ab84fb63c3589
7
- data.tar.gz: 9855ad8d2aa0be168fa60386816a59c837301b1adf2cf1cdfe5ebd6ebe824124de427bc8676ca644dcf81ba7bea0a52a57d252c431e45cb90d544e830156cef1
6
+ metadata.gz: 75880813bbe8c8683080420265cd3146ce83e96b5cda336530cae84097b4658c822cc2d8f22f0e5a1334b666556a93bd320fac908049a8f0cfe377c09c765fcc
7
+ data.tar.gz: e3c61d3cd670d5a22f85c5a334baadcdcfe97e801c31c47149a643c7de0be9964f6ee8fa5356f323d3e0a3b18ce2b8705ae2f2e01b142bdd8107985a67ef71e8
@@ -18,14 +18,7 @@ module Cloudspin
18
18
  @base_folder = base_folder
19
19
  set_configuration_files(configuration_files)
20
20
 
21
- # TODO: Pick this up from the configuration files?
22
- @definition_location = if definition_location
23
- definition_location
24
- else
25
- './src'
26
- end
27
-
28
- # @remote_zipfile = remote_zipfile
21
+ @definition_location = definition_location
29
22
  define
30
23
  end
31
24
 
@@ -1,7 +1,7 @@
1
1
  module Cloudspin
2
2
  module Stack
3
3
  module Rake
4
- VERSION = '0.1.21'
4
+ VERSION = '0.1.22'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudspin-stack-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'kief '
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-08 00:00:00.000000000 Z
11
+ date: 2018-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cloudspin-stack
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.7.6
112
+ rubygems_version: 2.6.14
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Rake tasks to manage instances of an infrastructure stack using Terraform