firespring_dev_commands 3.1.1.pre.alpha.1 → 3.1.1
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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e77ca766ac1043ad38f01aafffa2d0858efa3921c652b6936ccd0a001bde044
|
4
|
+
data.tar.gz: 98b5fd9ce91cfbcba95e27584383d9926e853b434139c9e4cdb7675cb88d7de7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f2c044d0b6a06d7134359a05c02254f3191ecda757f77a87dd81bd8d26b1e5eaf345137c6162ab6d622bc3a10217c6f7bc96c74900890a17a810026dfd437aa
|
7
|
+
data.tar.gz: c409dd449358dffb2dd2afb482e9916a44c63b9fb5d8a0b3191ac29b25dded23f1699dde6a91ef187ffb9bf26fea22f65fe2fe9dc2a872849d339407a73db345
|
@@ -29,7 +29,7 @@ module Dev
|
|
29
29
|
next if cloudformations.empty?
|
30
30
|
|
31
31
|
names = cloudformations.map(&:name).join(', ')
|
32
|
-
Dev::Common.new.exit_unless_confirmed(" This will create the #{names}
|
32
|
+
Dev::Common.new.exit_unless_confirmed(" This will create the #{names} pipelines. Continue?")
|
33
33
|
|
34
34
|
# Start create on all stacks without waiting so they are created in parallel
|
35
35
|
cloudformations.each do |cloudformation|
|
@@ -64,7 +64,7 @@ module Dev
|
|
64
64
|
next if cloudformations.empty?
|
65
65
|
|
66
66
|
names = cloudformations.map(&:name).join(', ')
|
67
|
-
Dev::Common.new.exit_unless_confirmed(" This will update the #{names}
|
67
|
+
Dev::Common.new.exit_unless_confirmed(" This will update the #{names} pipelines. Continue?")
|
68
68
|
|
69
69
|
# Start update on all stacks without waiting so they are updated in parallel
|
70
70
|
cloudformations.each do |cloudformation|
|
@@ -99,7 +99,7 @@ module Dev
|
|
99
99
|
next if cloudformations.empty?
|
100
100
|
|
101
101
|
names = cloudformations.map(&:name).join(', ')
|
102
|
-
Dev::Common.new.exit_unless_confirmed(" This will delete the #{names}
|
102
|
+
Dev::Common.new.exit_unless_confirmed(" This will delete the #{names} pipelines. Continue?")
|
103
103
|
|
104
104
|
# Start delete on all stacks without waiting so they are deleted in parallel
|
105
105
|
cloudformations.each do |cloudformation|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firespring_dev_commands
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.1
|
4
|
+
version: 3.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firespring
|
@@ -433,9 +433,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
433
433
|
version: '3.1'
|
434
434
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
435
435
|
requirements:
|
436
|
-
- - "
|
436
|
+
- - ">="
|
437
437
|
- !ruby/object:Gem::Version
|
438
|
-
version:
|
438
|
+
version: '0'
|
439
439
|
requirements: []
|
440
440
|
rubygems_version: 3.4.10
|
441
441
|
signing_key:
|