firespring_dev_commands 3.1.1.pre.alpha.1 → 3.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f94e32731400739d8075ea5058a32cc18bed77f483e285a66ac0ac12f6be22b
4
- data.tar.gz: b5d4ef361a9c41810241ce54dae2dc5f5c9a18ee7f57ec79048a9ac41e8ad4b8
3
+ metadata.gz: 3e77ca766ac1043ad38f01aafffa2d0858efa3921c652b6936ccd0a001bde044
4
+ data.tar.gz: 98b5fd9ce91cfbcba95e27584383d9926e853b434139c9e4cdb7675cb88d7de7
5
5
  SHA512:
6
- metadata.gz: ce8a4c18e3e24c4481ef1e2c5a35b5be2c0302c83f6bf63479ac10f6140b1878a6a4eef95146897ae1733b995c5ee8cdb78210477aad41d4a0c75601c306c5a8
7
- data.tar.gz: 324df36527d37f220dc6be19ce93aed760e5f9d7b954db251a2516a99656b0a6bdab467ea949204040adb99cae3f0b1d1e6786e0fd415164a9afd3c278a670bf
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} pipelins. Continue?")
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} pipelins. Continue?")
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} pipelins. Continue?")
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|
@@ -6,6 +6,6 @@ module Dev
6
6
  # Use 'v.v.v.pre.alpha.v' for pre-release vesions
7
7
  # Use 'v.v.v.beta.v for beta versions
8
8
  # Use semantic versioning for any releases (https://semver.org/)
9
- VERSION = '3.1.1.pre.alpha.1'.freeze
9
+ VERSION = '3.1.1'.freeze
10
10
  end
11
11
  end
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.pre.alpha.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: 1.3.1
438
+ version: '0'
439
439
  requirements: []
440
440
  rubygems_version: 3.4.10
441
441
  signing_key: