minimal_pipeline 0.1.2 → 0.1.3

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/lib/minimal_pipeline/ec2.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0044006d41ffae53282319142bc6c21c4190cd6ad49928c270569d266cad1352
4
- data.tar.gz: eaa52b6a5a40dfc98a166b6f8d8994a101e14d2baeaa5055b8885a1ffd81f202
3
+ metadata.gz: 421c16954bdf71df69a320a3e1b9390da858d750f9d351edd3cc4507737cf197
4
+ data.tar.gz: 2f884c459859a21cdbdff1a9928865f310e6c2acc383a5d17616ef5d1f8dc626
5
5
  SHA512:
6
- metadata.gz: f36001cea2792d7381fa5b4fd22d7c4d584cbd21c796da418bb776e3b03058426350a912706c63949e455fd05cbc097416c9b2cfcba8435d8cfaafa27328453e
7
- data.tar.gz: 958cf22fef4106abcf36af2ddc8da1b6d21412c6e2aec88968623f41ef34a3819d2600566809fade20ac4acaf2278536343395134d4d71617186057e426c09da
6
+ metadata.gz: 30abbc9afe17cb2a38527af9611e5667f1aa37ff956f98118e17ecdc2f472f8c436b4d6df1136c005a3054f06a909c426eabdf99ef7c4f461e7e6bbcc7e9ddea
7
+ data.tar.gz: 6c6ba54f69f9b8ff69ab58cf63854a818ce3212046544262f9b1c8cb9ad3ae29973252bb943fb616c4eae0d45205ea638c131877346b41a48f057da2176c869f
@@ -123,6 +123,7 @@ class MinimalPipeline
123
123
  snapshot_id = mapping['ebs']['snapshot_id']
124
124
  new_snapshot_id = copy_snapshot(snapshot_id)
125
125
  mapping['ebs']['snapshot_id'] = new_snapshot_id
126
+ mapping['ebs'].delete('encrypted')
126
127
  new_mappings << mapping
127
128
  end
128
129
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mayowa Aladeojebi