prima-twig 0.39.0 → 0.39.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de22a45b28f8be6eea8717ce6bc7313486a6c20b
4
- data.tar.gz: bd93c0683872852f9bdd179f92c18ded8668c29b
3
+ metadata.gz: 282b3058daf429b87c6eea1d6cc0349733f81676
4
+ data.tar.gz: dc511c118c9172b28d565263083778e88876d520
5
5
  SHA512:
6
- metadata.gz: de91cbbf78cf375cd870f3b79d018fad8a6a40abe5dea223c073be3784d332b6aa44073344226a541e4a5a9ac4455436bc4266278c6dc0b78d1025085b7f810c
7
- data.tar.gz: 7bcb97c3c706cc4186fdd9ef7364fb285d643d5b11acbc89280c3f5fa735baa31273f56f6a17cba99d3beaf4f59a7c0248685f8dd66eef192ece7f89d5a1ea9d
6
+ metadata.gz: 1c1ca5e7469a4b2d108209d4d80745d1e5df61b078b73920ebc2f6139f86943162c6053d7838700865533e9c435d0cdff5d178a73b50b032c54325190ab396a9
7
+ data.tar.gz: 8b53ef49778a38e70d1fb9a7a7413c9de80871dcd5286cb279d3a44951335dcc17b7dd4625c6c3a98eb8eb524e7a1a2b7c6ee45eeeae37f74df7fcd5fa4f082b
@@ -640,6 +640,7 @@ class Release
640
640
  `mkdir -p cloudformation/stacks/task cloudformation/stacks/route53 cloudformation/stacks/asg cloudformation/stacks/elb`
641
641
  @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/task/db.yml', response_target: 'cloudformation/stacks/task/db.yml'})
642
642
  @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/route53/qa.yml', response_target: 'cloudformation/stacks/route53/qa.yml'})
643
+ @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/route53/minimal_qa.yml', response_target: 'cloudformation/stacks/route53/minimal_qa.yml'})
643
644
  @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/asg/ecs-asg-allinone.yml', response_target: 'cloudformation/stacks/asg/ecs-asg-allinone.yml'})
644
645
  @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/ecs-cluster.yml', response_target: 'cloudformation/stacks/ecs-cluster.yml'})
645
646
  @s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/elb/alb-public-qa.yml', response_target: 'cloudformation/stacks/elb/alb-public-qa.yml'})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.39.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino