covalence 0.9.5 → 0.9.6

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
  SHA256:
3
- metadata.gz: b372b94458c0383c9a9263aa100c6eeefac5272a368dc34cf6afd8c3257de854
4
- data.tar.gz: ebff45449ebc015268d475cdc156e354fa5c7fd211d595c7c683f7b81d7e2895
3
+ metadata.gz: 369cc5b1cdd92f77b74cb61303365529640a66aeb891ca9526fd52cc10f3475f
4
+ data.tar.gz: db87f370826c127ed303a3e9a28a93473e14136060add7faca35257800c66e5b
5
5
  SHA512:
6
- metadata.gz: 053e2a2ed3b5ada2f038b61e4befb2397212391de87eb88d8c5fe601afc830f3d5efc616026b24ac9ff75dc369e7992e774e2243f95267c5f1406281d0b4703b
7
- data.tar.gz: 0b705e69d534e21c88919dda3fc2aa2dd9179fecff9e80548a0ff45172e373aea1680e8771175a13ba24adfbe66ce133abfa5c69ee72b56aeec770d96d03dd76
6
+ metadata.gz: 335916bf77b12ccdbca83defbbef19986da8cbb9a182a21d68ec046a55c4d2d0967169b97c5812e5736f3de1f036afcf0dddddb7f9f15285c75db50527e52a87
7
+ data.tar.gz: '002977430e5c9d5eb580632dfcafa210d2fcf4c9408fd77ed9ff3d4afdd3cca20213f810f46e075140dca16c13bc995625d168edac7e213ab71098c39bd516c5'
@@ -1,4 +1,4 @@
1
- ## 0.9.5 (Sep 9, 2019)
1
+ ## 0.9.6 (Sep 9, 2019)
2
2
 
3
3
  IMPROVEMENTS:
4
4
  - Issue [#86](https://github.com/unifio/covalence/issues/86) Add ability to export stacks to a stack_exports directory.
@@ -127,7 +127,7 @@ module Covalence
127
127
  packer_tasks.context_validate(target_args, custom_opts.args)
128
128
  end
129
129
 
130
- desc "Export the #{stack_name} stack of the #{environment_name} environment to packer/#{Covalence::STACK_EXPORT}"
130
+ desc "Export the #{stack_name} stack of the #{environment_name} environment to #{Covalence::STACK_EXPORT}/packer"
131
131
  task generate_rake_taskname(environment_name, stack_name, "packer_stack_export") do
132
132
  packer_tasks.packer_stack_export()
133
133
  end
@@ -171,7 +171,7 @@ module Covalence
171
171
  tf_tasks.stack_shell
172
172
  end
173
173
 
174
- desc "Export the #{stack_name} stack of the #{environment_name} environment to terraform/#{Covalence::STACK_EXPORT}"
174
+ desc "Export the #{stack_name} stack of the #{environment_name} environment to #{Covalence::STACK_EXPORT}/terraform"
175
175
  task generate_rake_taskname(environment_name, stack_name, "stack_export") do
176
176
  tf_tasks.stack_export
177
177
  end
@@ -1,3 +1,3 @@
1
1
  module Covalence
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: covalence
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Unif.io