rake_docker 2.18.0.pre.4 → 2.18.0.pre.5

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: 4a932921ad25b056f1a6511de649ac1d33001808f709a04f12e4b489da651f9c
4
- data.tar.gz: d651071a7bf66207d7fd3f4746f845e6834d768e8710b78e2b0433bc92e0240e
3
+ metadata.gz: 74b2917e89df4b6d6935df48eb991e0b9a456dc0aa83466086ff0177b59e8759
4
+ data.tar.gz: 8cd3b2032e20f52ca7eb851b93c5c9a0666e91b7cab8ea283b4f075fb620341c
5
5
  SHA512:
6
- metadata.gz: 6aa7afc73ba5467db5ef310f504a2700ac780db71c163fa472258acdaf161703cbb722ce2a40ed06d3749dc4eac7f0eba8c7506cdcfccb7116551d967850cd40
7
- data.tar.gz: 5649029539578dceb8ffd07dc7e4f73bafd683477c0d4afdbaa3418b52bdb5bbedd3ccf20a44015b0faae584f1c667b57f4fd8fbd8fba9d0d3e26d14162a9978
6
+ metadata.gz: 4c7063d0194b5df4b8d0ee5a186ebb3a3599792f04893a21512c6db4a8d2a0b90ec1492dfeb072f6b053302e275b6a4b0100e6ec88c2fcd66029a070667041d0
7
+ data.tar.gz: 62e598adda11d1e1adfb569cdcd5000bb9d3bf6f27c602121bdddd72f5693e6f0e1f9e9c94d03024c15f7363ca262538419020e4facfed31d7d965040c54890a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_docker (2.18.0.pre.4)
4
+ rake_docker (2.18.0.pre.5)
5
5
  aws-sdk-ecr (~> 1.2)
6
6
  colored2 (~> 3.1)
7
7
  docker-api (>= 1.34, < 3.0)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.2.3)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -19,19 +19,19 @@ GEM
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.2)
21
21
  aws-eventstream (1.2.0)
22
- aws-partitions (1.568.0)
23
- aws-sdk-core (3.130.0)
22
+ aws-partitions (1.651.0)
23
+ aws-sdk-core (3.165.1)
24
24
  aws-eventstream (~> 1, >= 1.0.2)
25
- aws-partitions (~> 1, >= 1.525.0)
25
+ aws-partitions (~> 1, >= 1.651.0)
26
+ aws-sigv4 (~> 1.5)
27
+ jmespath (~> 1, >= 1.6.1)
28
+ aws-sdk-ecr (1.57.0)
29
+ aws-sdk-core (~> 3, >= 3.165.0)
26
30
  aws-sigv4 (~> 1.1)
27
- jmespath (~> 1.0)
28
- aws-sdk-ecr (1.56.0)
29
- aws-sdk-core (~> 3, >= 3.127.0)
30
- aws-sigv4 (~> 1.1)
31
- aws-sigv4 (1.4.0)
31
+ aws-sigv4 (1.5.2)
32
32
  aws-eventstream (~> 1, >= 1.0.2)
33
33
  colored2 (3.1.2)
34
- concurrent-ruby (1.1.9)
34
+ concurrent-ruby (1.1.10)
35
35
  diff-lcs (1.5.0)
36
36
  docile (1.4.0)
37
37
  docker-api (2.2.0)
@@ -64,14 +64,15 @@ GEM
64
64
  gem-release (2.2.2)
65
65
  hamster (3.0.0)
66
66
  concurrent-ruby (~> 1.0)
67
- i18n (1.10.0)
67
+ i18n (1.12.0)
68
68
  concurrent-ruby (~> 1.0)
69
69
  jmespath (1.6.1)
70
+ json (2.6.2)
70
71
  lino (3.0.0)
71
72
  hamster (~> 3.0)
72
73
  open4 (~> 1.3)
73
74
  memfs (1.0.0)
74
- minitest (5.15.0)
75
+ minitest (5.16.3)
75
76
  multi_json (1.15.0)
76
77
  multipart-post (2.1.1)
77
78
  octokit (4.22.0)
@@ -79,7 +80,7 @@ GEM
79
80
  sawyer (~> 0.8.0, >= 0.5.3)
80
81
  open4 (1.3.4)
81
82
  parallel (1.22.1)
82
- parser (3.1.1.0)
83
+ parser (3.1.2.1)
83
84
  ast (~> 2.4.1)
84
85
  public_suffix (4.0.6)
85
86
  rainbow (3.1.1)
@@ -104,36 +105,37 @@ GEM
104
105
  colored2 (~> 3.1)
105
106
  rake_factory (~> 0.23)
106
107
  sshkey (~> 2.0)
107
- regexp_parser (2.2.1)
108
+ regexp_parser (2.6.0)
108
109
  rexml (3.2.5)
109
- rspec (3.11.0)
110
- rspec-core (~> 3.11.0)
111
- rspec-expectations (~> 3.11.0)
112
- rspec-mocks (~> 3.11.0)
113
- rspec-core (3.11.0)
114
- rspec-support (~> 3.11.0)
115
- rspec-expectations (3.11.0)
110
+ rspec (3.12.0)
111
+ rspec-core (~> 3.12.0)
112
+ rspec-expectations (~> 3.12.0)
113
+ rspec-mocks (~> 3.12.0)
114
+ rspec-core (3.12.0)
115
+ rspec-support (~> 3.12.0)
116
+ rspec-expectations (3.12.0)
116
117
  diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.11.0)
118
- rspec-mocks (3.11.0)
118
+ rspec-support (~> 3.12.0)
119
+ rspec-mocks (3.12.0)
119
120
  diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.11.0)
121
- rspec-support (3.11.0)
122
- rubocop (1.26.1)
121
+ rspec-support (~> 3.12.0)
122
+ rspec-support (3.12.0)
123
+ rubocop (1.36.0)
124
+ json (~> 2.3)
123
125
  parallel (~> 1.10)
124
- parser (>= 3.1.0.0)
126
+ parser (>= 3.1.2.1)
125
127
  rainbow (>= 2.2.2, < 4.0)
126
128
  regexp_parser (>= 1.8, < 3.0)
127
- rexml
128
- rubocop-ast (>= 1.16.0, < 2.0)
129
+ rexml (>= 3.2.5, < 4.0)
130
+ rubocop-ast (>= 1.20.1, < 2.0)
129
131
  ruby-progressbar (~> 1.7)
130
132
  unicode-display_width (>= 1.4.0, < 3.0)
131
- rubocop-ast (1.16.0)
133
+ rubocop-ast (1.23.0)
132
134
  parser (>= 3.1.1.0)
133
135
  rubocop-rake (0.6.0)
134
136
  rubocop (~> 1.0)
135
- rubocop-rspec (2.9.0)
136
- rubocop (~> 1.19)
137
+ rubocop-rspec (2.14.2)
138
+ rubocop (~> 1.33)
137
139
  ruby-progressbar (1.11.0)
138
140
  ruby2_keywords (0.0.5)
139
141
  ruby_gpg2 (0.8.0)
@@ -148,9 +150,9 @@ GEM
148
150
  simplecov-html (0.12.3)
149
151
  simplecov_json_formatter (0.1.4)
150
152
  sshkey (2.0.0)
151
- tzinfo (2.0.4)
153
+ tzinfo (2.0.5)
152
154
  concurrent-ruby (~> 1.0)
153
- unicode-display_width (2.1.0)
155
+ unicode-display_width (2.3.0)
154
156
 
155
157
  PLATFORMS
156
158
  ruby
@@ -173,4 +175,4 @@ DEPENDENCIES
173
175
  simplecov
174
176
 
175
177
  BUNDLED WITH
176
- 2.3.10
178
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeDocker
4
- VERSION = '2.18.0.pre.4'
4
+ VERSION = '2.18.0.pre.5'
5
5
  end
data/rake_docker.gemspec CHANGED
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
22
22
  spec.email = ['maintainers@infrablocks.io']
23
23
 
24
24
  spec.summary = 'Rake tasks for managing images and containers.'
25
- spec.description = 'Allows building, tagging and pushing images and '\
26
- 'creating, starting, stopping and removing containers '\
25
+ spec.description = 'Allows building, tagging and pushing images and ' \
26
+ 'creating, starting, stopping and removing containers ' \
27
27
  'from within rake tasks.'
28
28
  spec.homepage = 'https://github.com/infrablocks/rake_docker'
29
29
  spec.license = 'MIT'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.18.0.pre.4
4
+ version: 2.18.0.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr