rake_fly 2.7.0 → 2.8.0.pre.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 +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +29 -21
- data/lib/rake_fly/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: 2bbbb23186e41a52efe1e3496ef804fcf60fbc79c5d42c7ad3ba1e4f1e592bb6
|
|
4
|
+
data.tar.gz: 6d2dad964786742c7fbd1e466247aaa2f4c94f56cf1850eafda5d73b36ed4d67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d57825f3d0b196559a1b754cf01626162ab8582c5c7d18bd784e0c4500763489f6e034555a5475a97379fb6eb7fc659ecf20f6d7eebada61cb16e0de140ac7a
|
|
7
|
+
data.tar.gz: 1805c590ba24469eeb297ee795afc94766a09aa6a3fc5ad04e49859dcaf2c2b70091c21a5c976e589947ebaf0bdce27f9069d7447b627855f688e5eb9f2bfc8f
|
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_fly (2.
|
|
4
|
+
rake_fly (2.8.0.pre.1)
|
|
5
5
|
concourse.rb (>= 0.4)
|
|
6
6
|
rake_dependencies (~> 2, < 3)
|
|
7
7
|
rake_factory (>= 0.29, < 1)
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (6.1.
|
|
14
|
+
activesupport (6.1.3.2)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
@@ -26,8 +26,8 @@ GEM
|
|
|
26
26
|
semantic (~> 1.5)
|
|
27
27
|
concurrent-ruby (1.1.8)
|
|
28
28
|
diff-lcs (1.4.4)
|
|
29
|
-
docile (1.
|
|
30
|
-
dry-configurable (0.12.
|
|
29
|
+
docile (1.4.0)
|
|
30
|
+
dry-configurable (0.12.1)
|
|
31
31
|
concurrent-ruby (~> 1.0)
|
|
32
32
|
dry-core (~> 0.5, >= 0.5.0)
|
|
33
33
|
dry-container (0.7.2)
|
|
@@ -38,7 +38,7 @@ GEM
|
|
|
38
38
|
dry-equalizer (0.3.0)
|
|
39
39
|
dry-inflector (0.2.0)
|
|
40
40
|
dry-initializer (3.0.4)
|
|
41
|
-
dry-logic (1.
|
|
41
|
+
dry-logic (1.2.0)
|
|
42
42
|
concurrent-ruby (~> 1.0)
|
|
43
43
|
dry-core (~> 0.5, >= 0.5)
|
|
44
44
|
dry-schema (0.6.0)
|
|
@@ -49,34 +49,42 @@ GEM
|
|
|
49
49
|
dry-initializer (~> 3.0)
|
|
50
50
|
dry-logic (~> 1.0)
|
|
51
51
|
dry-types (~> 1.0)
|
|
52
|
-
dry-types (1.5.
|
|
52
|
+
dry-types (1.5.1)
|
|
53
53
|
concurrent-ruby (~> 1.0)
|
|
54
54
|
dry-container (~> 0.3)
|
|
55
55
|
dry-core (~> 0.5, >= 0.5)
|
|
56
56
|
dry-inflector (~> 0.1, >= 0.1.2)
|
|
57
57
|
dry-logic (~> 1.0, >= 1.0.2)
|
|
58
|
-
excon (0.
|
|
58
|
+
excon (0.82.0)
|
|
59
59
|
fakefs (0.20.1)
|
|
60
|
-
faker (2.
|
|
60
|
+
faker (2.18.0)
|
|
61
61
|
i18n (>= 1.6, < 2)
|
|
62
|
-
faraday (1.
|
|
62
|
+
faraday (1.4.2)
|
|
63
|
+
faraday-em_http (~> 1.0)
|
|
64
|
+
faraday-em_synchrony (~> 1.0)
|
|
65
|
+
faraday-excon (~> 1.1)
|
|
63
66
|
faraday-net_http (~> 1.0)
|
|
67
|
+
faraday-net_http_persistent (~> 1.1)
|
|
64
68
|
multipart-post (>= 1.2, < 3)
|
|
65
|
-
ruby2_keywords
|
|
69
|
+
ruby2_keywords (>= 0.0.4)
|
|
70
|
+
faraday-em_http (1.0.0)
|
|
71
|
+
faraday-em_synchrony (1.0.0)
|
|
72
|
+
faraday-excon (1.1.0)
|
|
66
73
|
faraday-net_http (1.0.1)
|
|
74
|
+
faraday-net_http_persistent (1.1.0)
|
|
67
75
|
gem-release (2.2.1)
|
|
68
76
|
hamster (3.0.0)
|
|
69
77
|
concurrent-ruby (~> 1.0)
|
|
70
|
-
i18n (1.8.
|
|
78
|
+
i18n (1.8.10)
|
|
71
79
|
concurrent-ruby (~> 1.0)
|
|
72
|
-
jwt (2.2.
|
|
73
|
-
lino (
|
|
80
|
+
jwt (2.2.3)
|
|
81
|
+
lino (3.0.0)
|
|
74
82
|
hamster (~> 3.0)
|
|
75
83
|
open4 (~> 1.3)
|
|
76
84
|
minitar (0.9)
|
|
77
|
-
minitest (5.14.
|
|
85
|
+
minitest (5.14.4)
|
|
78
86
|
multipart-post (2.1.1)
|
|
79
|
-
octokit (4.
|
|
87
|
+
octokit (4.21.0)
|
|
80
88
|
faraday (>= 0.9)
|
|
81
89
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
82
90
|
open4 (1.3.4)
|
|
@@ -88,7 +96,7 @@ GEM
|
|
|
88
96
|
excon (~> 0.72)
|
|
89
97
|
rake_factory (~> 0.23)
|
|
90
98
|
sshkey (~> 2.0)
|
|
91
|
-
rake_dependencies (2.
|
|
99
|
+
rake_dependencies (2.11.0)
|
|
92
100
|
hamster (~> 3.0)
|
|
93
101
|
minitar (~> 0.9)
|
|
94
102
|
rake_factory (~> 0.23)
|
|
@@ -101,7 +109,7 @@ GEM
|
|
|
101
109
|
octokit (~> 4.16)
|
|
102
110
|
rake_factory (~> 0.23)
|
|
103
111
|
sshkey (~> 2.0)
|
|
104
|
-
rake_gpg (0.
|
|
112
|
+
rake_gpg (0.16.0)
|
|
105
113
|
rake_factory (>= 0.23, < 1)
|
|
106
114
|
ruby_gpg2 (>= 0.6, < 1)
|
|
107
115
|
rake_ssh (0.6.0)
|
|
@@ -117,10 +125,10 @@ GEM
|
|
|
117
125
|
rspec-expectations (3.10.1)
|
|
118
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
119
127
|
rspec-support (~> 3.10.0)
|
|
120
|
-
rspec-mocks (3.10.
|
|
128
|
+
rspec-mocks (3.10.2)
|
|
121
129
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
122
130
|
rspec-support (~> 3.10.0)
|
|
123
|
-
rspec-support (3.10.
|
|
131
|
+
rspec-support (3.10.2)
|
|
124
132
|
ruby2_keywords (0.0.4)
|
|
125
133
|
ruby_fly (0.35.0)
|
|
126
134
|
lino (>= 1.5)
|
|
@@ -136,7 +144,7 @@ GEM
|
|
|
136
144
|
simplecov-html (~> 0.11)
|
|
137
145
|
simplecov_json_formatter (~> 0.1)
|
|
138
146
|
simplecov-html (0.12.3)
|
|
139
|
-
simplecov_json_formatter (0.1.
|
|
147
|
+
simplecov_json_formatter (0.1.3)
|
|
140
148
|
sshkey (2.0.0)
|
|
141
149
|
tzinfo (2.0.4)
|
|
142
150
|
concurrent-ruby (~> 1.0)
|
|
@@ -164,4 +172,4 @@ DEPENDENCIES
|
|
|
164
172
|
simplecov (~> 0.16)
|
|
165
173
|
|
|
166
174
|
BUNDLED WITH
|
|
167
|
-
2.2.
|
|
175
|
+
2.2.18
|
data/lib/rake_fly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_fly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.8.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: rake_dependencies
|
|
@@ -291,7 +291,7 @@ dependencies:
|
|
|
291
291
|
description: Rake tasks for common fly interactions allowing Concourse pipelines to
|
|
292
292
|
be managed as part of a build.
|
|
293
293
|
email:
|
|
294
|
-
-
|
|
294
|
+
- maintainers@infrablocks.io
|
|
295
295
|
executables: []
|
|
296
296
|
extensions: []
|
|
297
297
|
extra_rdoc_files: []
|
|
@@ -319,7 +319,7 @@ files:
|
|
|
319
319
|
- lib/rake_fly/tasks/pipeline/set.rb
|
|
320
320
|
- lib/rake_fly/tasks/pipeline/unpause.rb
|
|
321
321
|
- lib/rake_fly/version.rb
|
|
322
|
-
homepage: https://github.com/
|
|
322
|
+
homepage: https://github.com/infrablocks/rake_fly
|
|
323
323
|
licenses:
|
|
324
324
|
- MIT
|
|
325
325
|
metadata: {}
|
|
@@ -334,9 +334,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
334
334
|
version: '2.6'
|
|
335
335
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
336
336
|
requirements:
|
|
337
|
-
- - "
|
|
337
|
+
- - ">"
|
|
338
338
|
- !ruby/object:Gem::Version
|
|
339
|
-
version:
|
|
339
|
+
version: 1.3.1
|
|
340
340
|
requirements: []
|
|
341
341
|
rubygems_version: 3.0.1
|
|
342
342
|
signing_key:
|