minimal_pipeline 0.1.1 → 0.1.2
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 +4 -4
- data/lib/minimal_pipeline/ec2.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0044006d41ffae53282319142bc6c21c4190cd6ad49928c270569d266cad1352
|
|
4
|
+
data.tar.gz: eaa52b6a5a40dfc98a166b6f8d8994a101e14d2baeaa5055b8885a1ffd81f202
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f36001cea2792d7381fa5b4fd22d7c4d584cbd21c796da418bb776e3b03058426350a912706c63949e455fd05cbc097416c9b2cfcba8435d8cfaafa27328453e
|
|
7
|
+
data.tar.gz: 958cf22fef4106abcf36af2ddc8da1b6d21412c6e2aec88968623f41ef34a3819d2600566809fade20ac4acaf2278536343395134d4d71617186057e426c09da
|
data/lib/minimal_pipeline/ec2.rb
CHANGED
|
@@ -120,9 +120,9 @@ class MinimalPipeline
|
|
|
120
120
|
new_mappings = []
|
|
121
121
|
|
|
122
122
|
block_device_mappings.each do |mapping|
|
|
123
|
-
snapshot_id = mapping
|
|
124
|
-
new_snapshot_id = copy_snapshot(
|
|
125
|
-
mapping
|
|
123
|
+
snapshot_id = mapping['ebs']['snapshot_id']
|
|
124
|
+
new_snapshot_id = copy_snapshot(snapshot_id)
|
|
125
|
+
mapping['ebs']['snapshot_id'] = new_snapshot_id
|
|
126
126
|
new_mappings << mapping
|
|
127
127
|
end
|
|
128
128
|
|
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.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mayowa Aladeojebi
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-11-
|
|
12
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aws-sdk
|