rake_dependencies 2.11.0 → 2.12.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 +14 -10
- data/lib/rake_dependencies/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: 3b613e4fe5b9456ae3578ba4eb990ed1a078a5849e5f1cc1f2b8162fa9a287c1
|
|
4
|
+
data.tar.gz: 46b4431bbd4816ef78e7370d8bae4733f5e989e713f8977e41f53ce595dd9687
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a320035498b85a51416beeba938151646aaac34c477a0051510b4fbf2cce28af336ed5d6700caf966ddaaafe1b417fcf90d27e0b3484d49c949376340b55250
|
|
7
|
+
data.tar.gz: 564531291f2ff32f38ec53830634717abb5c7a37e83d5595a774b52311b9d04d480515394c0dd4e37564e1878b35bf0acb784c93f6c23032be2e431348a8a4d8
|
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_dependencies (2.
|
|
4
|
+
rake_dependencies (2.12.0.pre.1)
|
|
5
5
|
hamster (~> 3.0)
|
|
6
6
|
minitar (~> 0.9)
|
|
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 (6.1.3.
|
|
13
|
+
activesupport (6.1.3.2)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
15
|
i18n (>= 1.6, < 2)
|
|
16
16
|
minitest (>= 5.1)
|
|
@@ -21,15 +21,19 @@ GEM
|
|
|
21
21
|
colored2 (3.1.2)
|
|
22
22
|
concurrent-ruby (1.1.8)
|
|
23
23
|
diff-lcs (1.4.4)
|
|
24
|
-
docile (1.
|
|
25
|
-
excon (0.
|
|
24
|
+
docile (1.4.0)
|
|
25
|
+
excon (0.82.0)
|
|
26
26
|
fakefs (1.3.2)
|
|
27
|
-
faraday (1.4.
|
|
27
|
+
faraday (1.4.2)
|
|
28
|
+
faraday-em_http (~> 1.0)
|
|
29
|
+
faraday-em_synchrony (~> 1.0)
|
|
28
30
|
faraday-excon (~> 1.1)
|
|
29
31
|
faraday-net_http (~> 1.0)
|
|
30
32
|
faraday-net_http_persistent (~> 1.1)
|
|
31
33
|
multipart-post (>= 1.2, < 3)
|
|
32
34
|
ruby2_keywords (>= 0.0.4)
|
|
35
|
+
faraday-em_http (1.0.0)
|
|
36
|
+
faraday-em_synchrony (1.0.0)
|
|
33
37
|
faraday-excon (1.1.0)
|
|
34
38
|
faraday-net_http (1.0.1)
|
|
35
39
|
faraday-net_http_persistent (1.1.0)
|
|
@@ -38,13 +42,13 @@ GEM
|
|
|
38
42
|
concurrent-ruby (~> 1.0)
|
|
39
43
|
i18n (1.8.10)
|
|
40
44
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
lino (
|
|
45
|
+
lino (3.0.0)
|
|
42
46
|
hamster (~> 3.0)
|
|
43
47
|
open4 (~> 1.3)
|
|
44
48
|
minitar (0.9)
|
|
45
49
|
minitest (5.14.4)
|
|
46
50
|
multipart-post (2.1.1)
|
|
47
|
-
octokit (4.
|
|
51
|
+
octokit (4.21.0)
|
|
48
52
|
faraday (>= 0.9)
|
|
49
53
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
50
54
|
open4 (1.3.4)
|
|
@@ -63,7 +67,7 @@ GEM
|
|
|
63
67
|
octokit (~> 4.16)
|
|
64
68
|
rake_factory (~> 0.23)
|
|
65
69
|
sshkey (~> 2.0)
|
|
66
|
-
rake_gpg (0.
|
|
70
|
+
rake_gpg (0.16.0)
|
|
67
71
|
rake_factory (>= 0.23, < 1)
|
|
68
72
|
ruby_gpg2 (>= 0.6, < 1)
|
|
69
73
|
rake_ssh (0.6.0)
|
|
@@ -95,7 +99,7 @@ GEM
|
|
|
95
99
|
simplecov-html (~> 0.11)
|
|
96
100
|
simplecov_json_formatter (~> 0.1)
|
|
97
101
|
simplecov-html (0.12.3)
|
|
98
|
-
simplecov_json_formatter (0.1.
|
|
102
|
+
simplecov_json_formatter (0.1.3)
|
|
99
103
|
sshkey (2.0.0)
|
|
100
104
|
tzinfo (2.0.4)
|
|
101
105
|
concurrent-ruby (~> 1.0)
|
|
@@ -120,4 +124,4 @@ DEPENDENCIES
|
|
|
120
124
|
simplecov (~> 0.17)
|
|
121
125
|
|
|
122
126
|
BUNDLED WITH
|
|
123
|
-
2.2.
|
|
127
|
+
2.2.18
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_dependencies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.12.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: []
|
|
@@ -223,7 +223,7 @@ dependencies:
|
|
|
223
223
|
description: Provides rake tasks for downloading and extracting tools depended on
|
|
224
224
|
for further build activities.
|
|
225
225
|
email:
|
|
226
|
-
-
|
|
226
|
+
- maintainers@infrablocks.io
|
|
227
227
|
executables: []
|
|
228
228
|
extensions: []
|
|
229
229
|
extra_rdoc_files: []
|
|
@@ -250,7 +250,7 @@ files:
|
|
|
250
250
|
- lib/rake_dependencies/tasks/install.rb
|
|
251
251
|
- lib/rake_dependencies/template.rb
|
|
252
252
|
- lib/rake_dependencies/version.rb
|
|
253
|
-
homepage: https://github.com/
|
|
253
|
+
homepage: https://github.com/infrablocks/rake_dependencies
|
|
254
254
|
licenses:
|
|
255
255
|
- MIT
|
|
256
256
|
metadata: {}
|
|
@@ -265,9 +265,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
265
265
|
version: '2.6'
|
|
266
266
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
267
267
|
requirements:
|
|
268
|
-
- - "
|
|
268
|
+
- - ">"
|
|
269
269
|
- !ruby/object:Gem::Version
|
|
270
|
-
version:
|
|
270
|
+
version: 1.3.1
|
|
271
271
|
requirements: []
|
|
272
272
|
rubygems_version: 3.0.1
|
|
273
273
|
signing_key:
|