capistrano-asg-rolling 0.5.0 → 0.5.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: 3f61a7cc3d942cd53ef2efb22eadcfb60cced1deab57b0ef19398bc7efe78242
4
- data.tar.gz: 258611f43a7123defb8aabf8a05dd732bc79cd9fdd4443003b81f1db19969b88
3
+ metadata.gz: cb936e31e0f44787ba44293317b5716c0643d332998d1845156bc56a53c95bcf
4
+ data.tar.gz: 3a3ecb898eb6b1593e6273dc6f0168565a91bf5c213311ba0822181b812eb9c1
5
5
  SHA512:
6
- metadata.gz: ab36e35b6afcd985cb4d23d4b08f5486c85a74f006b5c9e80cce9cca7b80fb8cb172333c3a750391ec4d57807d60943c2b1b6d7e685cb97730f517958b506e2e
7
- data.tar.gz: bb22aef2c396ebfa35c5843caa3929e1ba2c03aba7284de2334bf631e864432083636b1963ea7a5355a89e20b272497272842acc72e0fcee7087354a2bdaf949
6
+ metadata.gz: 1c804035831e82a6b3f34afb2dfd2f87ed24ed9f00ae6714f6701ae32ca716c82d912b0063aee0b1b35b47a7d22ec9c3b87143c14db3654e896b61bb6a7ffd53
7
+ data.tar.gz: df5c16239d7820e755444ad1fd448d07e4cfa9122d4b5de8451f2c9673d30e6bdf1400948d8efb64767b289514a461a356cc6a70e778e21d7a0f3e7f0408d9ea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-asg-rolling (0.5.0)
4
+ capistrano-asg-rolling (0.5.1)
5
5
  aws-sdk-autoscaling (~> 1, >= 1.100.0)
6
6
  aws-sdk-ec2 (~> 1)
7
7
  capistrano (~> 3)
@@ -16,19 +16,19 @@ GEM
16
16
  sshkit (>= 1.6.1, != 1.7.0)
17
17
  ast (2.4.2)
18
18
  aws-eventstream (1.3.0)
19
- aws-partitions (1.989.0)
20
- aws-sdk-autoscaling (1.121.0)
21
- aws-sdk-core (~> 3, >= 3.207.0)
19
+ aws-partitions (1.1001.0)
20
+ aws-sdk-autoscaling (1.124.0)
21
+ aws-sdk-core (~> 3, >= 3.210.0)
22
22
  aws-sigv4 (~> 1.5)
23
- aws-sdk-core (3.209.1)
23
+ aws-sdk-core (3.211.0)
24
24
  aws-eventstream (~> 1, >= 1.3.0)
25
- aws-partitions (~> 1, >= 1.651.0)
25
+ aws-partitions (~> 1, >= 1.992.0)
26
26
  aws-sigv4 (~> 1.9)
27
27
  jmespath (~> 1, >= 1.6.1)
28
- aws-sdk-ec2 (1.481.0)
29
- aws-sdk-core (~> 3, >= 3.207.0)
28
+ aws-sdk-ec2 (1.486.0)
29
+ aws-sdk-core (~> 3, >= 3.210.0)
30
30
  aws-sigv4 (~> 1.5)
31
- aws-sigv4 (1.10.0)
31
+ aws-sigv4 (1.10.1)
32
32
  aws-eventstream (~> 1, >= 1.0.2)
33
33
  base64 (0.2.0)
34
34
  bigdecimal (3.1.8)
@@ -46,7 +46,7 @@ GEM
46
46
  i18n (1.14.6)
47
47
  concurrent-ruby (~> 1.0)
48
48
  jmespath (1.6.2)
49
- json (2.7.2)
49
+ json (2.7.5)
50
50
  language_server-protocol (3.17.0.3)
51
51
  net-scp (4.0.0)
52
52
  net-ssh (>= 2.6.5, < 8.0.0)
@@ -55,7 +55,7 @@ GEM
55
55
  net-ssh (7.3.0)
56
56
  ostruct (0.6.0)
57
57
  parallel (1.26.3)
58
- parser (3.3.5.0)
58
+ parser (3.3.5.1)
59
59
  ast (~> 2.4.1)
60
60
  racc
61
61
  public_suffix (5.1.1)
@@ -63,12 +63,12 @@ GEM
63
63
  rainbow (3.1.1)
64
64
  rake (13.2.1)
65
65
  regexp_parser (2.9.2)
66
- rexml (3.3.8)
66
+ rexml (3.3.9)
67
67
  rspec (3.13.0)
68
68
  rspec-core (~> 3.13.0)
69
69
  rspec-expectations (~> 3.13.0)
70
70
  rspec-mocks (~> 3.13.0)
71
- rspec-core (3.13.1)
71
+ rspec-core (3.13.2)
72
72
  rspec-support (~> 3.13.0)
73
73
  rspec-expectations (3.13.3)
74
74
  diff-lcs (>= 1.2.0, < 2.0)
@@ -77,7 +77,7 @@ GEM
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
78
  rspec-support (~> 3.13.0)
79
79
  rspec-support (3.13.1)
80
- rubocop (1.66.1)
80
+ rubocop (1.68.0)
81
81
  json (~> 2.3)
82
82
  language_server-protocol (>= 3.17.0)
83
83
  parallel (~> 1.10)
@@ -87,20 +87,20 @@ GEM
87
87
  rubocop-ast (>= 1.32.2, < 2.0)
88
88
  ruby-progressbar (~> 1.7)
89
89
  unicode-display_width (>= 2.4.0, < 3.0)
90
- rubocop-ast (1.32.3)
90
+ rubocop-ast (1.33.1)
91
91
  parser (>= 3.3.1.0)
92
92
  rubocop-performance (1.22.1)
93
93
  rubocop (>= 1.48.1, < 2.0)
94
94
  rubocop-ast (>= 1.31.1, < 2.0)
95
95
  rubocop-rake (0.6.0)
96
96
  rubocop (~> 1.0)
97
- rubocop-rspec (3.1.0)
97
+ rubocop-rspec (3.2.0)
98
98
  rubocop (~> 1.61)
99
99
  rubocop-rspec_rails (2.30.0)
100
100
  rubocop (~> 1.61)
101
101
  rubocop-rspec (~> 3, >= 3.0.1)
102
102
  ruby-progressbar (1.13.0)
103
- sshkit (1.23.1)
103
+ sshkit (1.23.2)
104
104
  base64
105
105
  net-scp (>= 1.1.2)
106
106
  net-sftp (>= 2.1.2)
@@ -3,7 +3,7 @@
3
3
  module Capistrano
4
4
  module ASG
5
5
  module Rolling
6
- VERSION = '0.5.0'
6
+ VERSION = '0.5.1'
7
7
  end
8
8
  end
9
9
  end
@@ -91,7 +91,7 @@ namespace :rolling do
91
91
  end
92
92
 
93
93
  # Only clean up when AMI was tagged by us.
94
- next if exists && (!ami.tag?('capistrano-asg-rolling:version') || !ami.tag?('capistrano-asg-rolling:gem-version'))
94
+ next if exists && !ami.tag?('capistrano-asg-rolling:version') && !ami.tag?('capistrano-asg-rolling:gem-version')
95
95
 
96
96
  logger.verbose "Deleting Launch Template **#{version.name}** version **#{version.version}**..."
97
97
  version.delete
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-asg-rolling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kentaa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-11 00:00:00.000000000 Z
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler