rake_docker 2.13.0 → 2.14.0.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +38 -30
- data/lib/rake_docker/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a533bc331cffd5c5aef0d555f95bd858c106b20a3e17ed60343c2b19c1c81f7
|
4
|
+
data.tar.gz: f5c34c9693ae2366bd495815a74c4c14e8798d9374eaacabc419114b8c0be256
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 203007534cf267ad835547bc2f8bb674daf94d2c08d0c5dd9a7582a4244e0eb9e6234826eaa0edf3835ef2767538092ace47354d984a6f3f810b2359fd517539
|
7
|
+
data.tar.gz: 4d980c692ee09a8b12444c48f4e68e009c80fff53f983fccdc1785aa69220be965e7d911f24dcd509677f09a3047220094e030e0da9603f0be9196877282db96
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
55
55
|
## Enforcement
|
56
56
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at
|
58
|
+
reported by contacting the project team at maintainers@infrablocks.io. All
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_docker (2.
|
4
|
+
rake_docker (2.14.0.pre.1)
|
5
5
|
aws-sdk-ecr (~> 1.2)
|
6
6
|
colored2 (~> 3.1)
|
7
7
|
docker-api (~> 1.34)
|
@@ -10,52 +10,60 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (5.2.
|
13
|
+
activesupport (5.2.6)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
15
|
i18n (>= 0.7, < 2)
|
16
16
|
minitest (~> 5.1)
|
17
17
|
tzinfo (~> 1.1)
|
18
18
|
addressable (2.7.0)
|
19
19
|
public_suffix (>= 2.0.2, < 5.0)
|
20
|
-
aws-eventstream (1.1.
|
21
|
-
aws-partitions (1.
|
22
|
-
aws-sdk-core (3.
|
20
|
+
aws-eventstream (1.1.1)
|
21
|
+
aws-partitions (1.465.0)
|
22
|
+
aws-sdk-core (3.114.0)
|
23
23
|
aws-eventstream (~> 1, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.239.0)
|
25
25
|
aws-sigv4 (~> 1.1)
|
26
26
|
jmespath (~> 1.0)
|
27
|
-
aws-sdk-ecr (1.
|
28
|
-
aws-sdk-core (~> 3, >= 3.
|
27
|
+
aws-sdk-ecr (1.42.0)
|
28
|
+
aws-sdk-core (~> 3, >= 3.112.0)
|
29
29
|
aws-sigv4 (~> 1.1)
|
30
|
-
aws-sigv4 (1.2.
|
30
|
+
aws-sigv4 (1.2.3)
|
31
31
|
aws-eventstream (~> 1, >= 1.0.2)
|
32
32
|
colored2 (3.1.2)
|
33
|
-
concurrent-ruby (1.1.
|
33
|
+
concurrent-ruby (1.1.8)
|
34
34
|
diff-lcs (1.4.4)
|
35
|
-
docile (1.
|
35
|
+
docile (1.4.0)
|
36
36
|
docker-api (1.34.2)
|
37
37
|
excon (>= 0.47.0)
|
38
38
|
multi_json
|
39
|
-
excon (0.
|
40
|
-
faraday (1.
|
39
|
+
excon (0.82.0)
|
40
|
+
faraday (1.4.2)
|
41
|
+
faraday-em_http (~> 1.0)
|
42
|
+
faraday-em_synchrony (~> 1.0)
|
43
|
+
faraday-excon (~> 1.1)
|
41
44
|
faraday-net_http (~> 1.0)
|
45
|
+
faraday-net_http_persistent (~> 1.1)
|
42
46
|
multipart-post (>= 1.2, < 3)
|
43
|
-
ruby2_keywords
|
44
|
-
faraday-
|
45
|
-
|
47
|
+
ruby2_keywords (>= 0.0.4)
|
48
|
+
faraday-em_http (1.0.0)
|
49
|
+
faraday-em_synchrony (1.0.0)
|
50
|
+
faraday-excon (1.1.0)
|
51
|
+
faraday-net_http (1.0.1)
|
52
|
+
faraday-net_http_persistent (1.1.0)
|
53
|
+
gem-release (2.2.1)
|
46
54
|
hamster (3.0.0)
|
47
55
|
concurrent-ruby (~> 1.0)
|
48
|
-
i18n (1.8.
|
56
|
+
i18n (1.8.10)
|
49
57
|
concurrent-ruby (~> 1.0)
|
50
58
|
jmespath (1.4.0)
|
51
|
-
lino (
|
59
|
+
lino (3.0.0)
|
52
60
|
hamster (~> 3.0)
|
53
61
|
open4 (~> 1.3)
|
54
62
|
memfs (1.0.0)
|
55
|
-
minitest (5.14.
|
63
|
+
minitest (5.14.4)
|
56
64
|
multi_json (1.15.0)
|
57
65
|
multipart-post (2.1.1)
|
58
|
-
octokit (4.
|
66
|
+
octokit (4.21.0)
|
59
67
|
faraday (>= 0.9)
|
60
68
|
sawyer (~> 0.8.0, >= 0.5.3)
|
61
69
|
open4 (1.3.4)
|
@@ -66,18 +74,18 @@ GEM
|
|
66
74
|
excon (~> 0.72)
|
67
75
|
rake_factory (~> 0.23)
|
68
76
|
sshkey (~> 2.0)
|
69
|
-
rake_factory (0.
|
77
|
+
rake_factory (0.29.0)
|
70
78
|
activesupport (>= 4)
|
71
79
|
rake (~> 13.0)
|
72
|
-
rake_github (0.
|
80
|
+
rake_github (0.7.0)
|
73
81
|
colored2 (~> 3.1)
|
74
82
|
octokit (~> 4.16)
|
75
83
|
rake_factory (~> 0.23)
|
76
84
|
sshkey (~> 2.0)
|
77
|
-
rake_gpg (0.
|
85
|
+
rake_gpg (0.16.0)
|
78
86
|
rake_factory (>= 0.23, < 1)
|
79
87
|
ruby_gpg2 (>= 0.6, < 1)
|
80
|
-
rake_ssh (0.
|
88
|
+
rake_ssh (0.6.0)
|
81
89
|
colored2 (~> 3.1)
|
82
90
|
rake_factory (~> 0.23)
|
83
91
|
sshkey (~> 2.0)
|
@@ -90,22 +98,22 @@ GEM
|
|
90
98
|
rspec-expectations (3.10.1)
|
91
99
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
100
|
rspec-support (~> 3.10.0)
|
93
|
-
rspec-mocks (3.10.
|
101
|
+
rspec-mocks (3.10.2)
|
94
102
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
103
|
rspec-support (~> 3.10.0)
|
96
|
-
rspec-support (3.10.
|
97
|
-
ruby2_keywords (0.0.
|
98
|
-
ruby_gpg2 (0.
|
104
|
+
rspec-support (3.10.2)
|
105
|
+
ruby2_keywords (0.0.4)
|
106
|
+
ruby_gpg2 (0.8.0)
|
99
107
|
lino (>= 1.5)
|
100
108
|
sawyer (0.8.2)
|
101
109
|
addressable (>= 2.3.5)
|
102
110
|
faraday (> 0.8, < 2.0)
|
103
|
-
simplecov (0.
|
111
|
+
simplecov (0.21.2)
|
104
112
|
docile (~> 1.1)
|
105
113
|
simplecov-html (~> 0.11)
|
106
114
|
simplecov_json_formatter (~> 0.1)
|
107
115
|
simplecov-html (0.12.3)
|
108
|
-
simplecov_json_formatter (0.1.
|
116
|
+
simplecov_json_formatter (0.1.3)
|
109
117
|
sshkey (2.0.0)
|
110
118
|
thread_safe (0.3.6)
|
111
119
|
tzinfo (1.2.9)
|
@@ -129,4 +137,4 @@ DEPENDENCIES
|
|
129
137
|
simplecov (~> 0.16)
|
130
138
|
|
131
139
|
BUNDLED WITH
|
132
|
-
2.2.
|
140
|
+
2.2.18
|
data/lib/rake_docker/version.rb
CHANGED
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.
|
4
|
+
version: 2.14.0.pre.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docker-api
|
@@ -223,7 +223,7 @@ dependencies:
|
|
223
223
|
description: Allows building, tagging and pushing images and creating, starting, stopping
|
224
224
|
and removing containers from within rake tasks.
|
225
225
|
email:
|
226
|
-
-
|
226
|
+
- maintainers@infrablocks.io
|
227
227
|
executables: []
|
228
228
|
extensions: []
|
229
229
|
extra_rdoc_files: []
|
@@ -256,7 +256,7 @@ files:
|
|
256
256
|
- lib/rake_docker/tasks/push.rb
|
257
257
|
- lib/rake_docker/tasks/tag.rb
|
258
258
|
- lib/rake_docker/version.rb
|
259
|
-
homepage: https://github.com/
|
259
|
+
homepage: https://github.com/infrablocks/rake_docker
|
260
260
|
licenses:
|
261
261
|
- MIT
|
262
262
|
metadata: {}
|
@@ -271,9 +271,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
271
271
|
version: '2.6'
|
272
272
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
273
273
|
requirements:
|
274
|
-
- - "
|
274
|
+
- - ">"
|
275
275
|
- !ruby/object:Gem::Version
|
276
|
-
version:
|
276
|
+
version: 1.3.1
|
277
277
|
requirements: []
|
278
278
|
rubygems_version: 3.0.1
|
279
279
|
signing_key:
|