rake_circle_ci 0.9.0 → 0.10.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 +32 -24
- data/lib/rake_circle_ci/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d82df24f3ee1c3ad9ff9d4791dbd09e1ebcedf0ed89a374a334957ee94320b1b
|
|
4
|
+
data.tar.gz: 2e158beb1e0341b5cc83d0afb679eeeafa72456ffeff947f8c30227b7c008e7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d56e984e1a1effc410147a9f651ecee0d18d33d513abf0c72a37bfcd1a0a7d5e20e39f330e005f72a115a8c27ce80331cd9a1ea197f53b035e6e7687f8d7538b
|
|
7
|
+
data.tar.gz: ec0eecf301651a704634b21b4bee935fae78c4f980d17e61706b83484964b5152026f94e4b2e79261afa566f797e65f9c139176f0257c7bb610d11b6d98fb71b
|
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_circle_ci (0.
|
|
4
|
+
rake_circle_ci (0.10.0.pre.1)
|
|
5
5
|
colored2 (~> 3.1)
|
|
6
6
|
excon (~> 0.72)
|
|
7
7
|
rake_factory (~> 0.23)
|
|
@@ -10,7 +10,7 @@ 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)
|
|
@@ -18,44 +18,52 @@ GEM
|
|
|
18
18
|
addressable (2.7.0)
|
|
19
19
|
public_suffix (>= 2.0.2, < 5.0)
|
|
20
20
|
colored2 (3.1.2)
|
|
21
|
-
concurrent-ruby (1.1.
|
|
21
|
+
concurrent-ruby (1.1.8)
|
|
22
22
|
diff-lcs (1.4.4)
|
|
23
|
-
docile (1.
|
|
24
|
-
excon (0.
|
|
25
|
-
faraday (1.
|
|
23
|
+
docile (1.4.0)
|
|
24
|
+
excon (0.82.0)
|
|
25
|
+
faraday (1.4.2)
|
|
26
|
+
faraday-em_http (~> 1.0)
|
|
27
|
+
faraday-em_synchrony (~> 1.0)
|
|
28
|
+
faraday-excon (~> 1.1)
|
|
26
29
|
faraday-net_http (~> 1.0)
|
|
30
|
+
faraday-net_http_persistent (~> 1.1)
|
|
27
31
|
multipart-post (>= 1.2, < 3)
|
|
28
|
-
ruby2_keywords
|
|
29
|
-
faraday-
|
|
30
|
-
|
|
32
|
+
ruby2_keywords (>= 0.0.4)
|
|
33
|
+
faraday-em_http (1.0.0)
|
|
34
|
+
faraday-em_synchrony (1.0.0)
|
|
35
|
+
faraday-excon (1.1.0)
|
|
36
|
+
faraday-net_http (1.0.1)
|
|
37
|
+
faraday-net_http_persistent (1.1.0)
|
|
38
|
+
gem-release (2.2.1)
|
|
31
39
|
hamster (3.0.0)
|
|
32
40
|
concurrent-ruby (~> 1.0)
|
|
33
|
-
i18n (1.8.
|
|
41
|
+
i18n (1.8.10)
|
|
34
42
|
concurrent-ruby (~> 1.0)
|
|
35
|
-
lino (
|
|
43
|
+
lino (3.0.0)
|
|
36
44
|
hamster (~> 3.0)
|
|
37
45
|
open4 (~> 1.3)
|
|
38
46
|
memfs (1.0.0)
|
|
39
|
-
minitest (5.14.
|
|
47
|
+
minitest (5.14.4)
|
|
40
48
|
multipart-post (2.1.1)
|
|
41
|
-
octokit (4.
|
|
49
|
+
octokit (4.21.0)
|
|
42
50
|
faraday (>= 0.9)
|
|
43
51
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
44
52
|
open4 (1.3.4)
|
|
45
53
|
public_suffix (4.0.6)
|
|
46
54
|
rake (13.0.3)
|
|
47
|
-
rake_factory (0.
|
|
55
|
+
rake_factory (0.29.0)
|
|
48
56
|
activesupport (>= 4)
|
|
49
57
|
rake (~> 13.0)
|
|
50
|
-
rake_github (0.
|
|
58
|
+
rake_github (0.7.0)
|
|
51
59
|
colored2 (~> 3.1)
|
|
52
60
|
octokit (~> 4.16)
|
|
53
61
|
rake_factory (~> 0.23)
|
|
54
62
|
sshkey (~> 2.0)
|
|
55
|
-
rake_gpg (0.
|
|
63
|
+
rake_gpg (0.16.0)
|
|
56
64
|
rake_factory (>= 0.23, < 1)
|
|
57
65
|
ruby_gpg2 (>= 0.6, < 1)
|
|
58
|
-
rake_ssh (0.
|
|
66
|
+
rake_ssh (0.6.0)
|
|
59
67
|
colored2 (~> 3.1)
|
|
60
68
|
rake_factory (~> 0.23)
|
|
61
69
|
sshkey (~> 2.0)
|
|
@@ -68,22 +76,22 @@ GEM
|
|
|
68
76
|
rspec-expectations (3.10.1)
|
|
69
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
70
78
|
rspec-support (~> 3.10.0)
|
|
71
|
-
rspec-mocks (3.10.
|
|
79
|
+
rspec-mocks (3.10.2)
|
|
72
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
81
|
rspec-support (~> 3.10.0)
|
|
74
|
-
rspec-support (3.10.
|
|
75
|
-
ruby2_keywords (0.0.
|
|
76
|
-
ruby_gpg2 (0.
|
|
82
|
+
rspec-support (3.10.2)
|
|
83
|
+
ruby2_keywords (0.0.4)
|
|
84
|
+
ruby_gpg2 (0.8.0)
|
|
77
85
|
lino (>= 1.5)
|
|
78
86
|
sawyer (0.8.2)
|
|
79
87
|
addressable (>= 2.3.5)
|
|
80
88
|
faraday (> 0.8, < 2.0)
|
|
81
|
-
simplecov (0.
|
|
89
|
+
simplecov (0.21.2)
|
|
82
90
|
docile (~> 1.1)
|
|
83
91
|
simplecov-html (~> 0.11)
|
|
84
92
|
simplecov_json_formatter (~> 0.1)
|
|
85
93
|
simplecov-html (0.12.3)
|
|
86
|
-
simplecov_json_formatter (0.1.
|
|
94
|
+
simplecov_json_formatter (0.1.3)
|
|
87
95
|
sshkey (2.0.0)
|
|
88
96
|
thread_safe (0.3.6)
|
|
89
97
|
tzinfo (1.2.9)
|
|
@@ -106,4 +114,4 @@ DEPENDENCIES
|
|
|
106
114
|
simplecov (~> 0.16)
|
|
107
115
|
|
|
108
116
|
BUNDLED WITH
|
|
109
|
-
2.2.
|
|
117
|
+
2.2.18
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_circle_ci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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_factory
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '0.16'
|
|
209
209
|
description: Allows managing environment variables and SSH keys.
|
|
210
210
|
email:
|
|
211
|
-
-
|
|
211
|
+
- maintainers@infrablocks.io
|
|
212
212
|
executables: []
|
|
213
213
|
extensions: []
|
|
214
214
|
extra_rdoc_files: []
|
|
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
version: '2.6'
|
|
260
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
261
|
requirements:
|
|
262
|
-
- - "
|
|
262
|
+
- - ">"
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
|
-
version:
|
|
264
|
+
version: 1.3.1
|
|
265
265
|
requirements: []
|
|
266
266
|
rubygems_version: 3.0.1
|
|
267
267
|
signing_key:
|