rake_dependencies 3.13.0 → 3.14.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/Gemfile.lock +48 -40
- data/lib/rake_dependencies/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d57cb5d4a16e04571f7990d498de18a873a60bc4cd036f1e0f99fef8481af11
|
|
4
|
+
data.tar.gz: b94fc3786192e507abed0999b3790cb2e270057d65258009ef90f7607ac3e701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0df6b5fb832e4d1949c2ece154d896bda2bab5bf138b33af276b1340ced0154758184d0190a4017dd6ff887c14228b4b5f174eea1f77bf5e6e9ab32fa8322799
|
|
7
|
+
data.tar.gz: bc88f1f80688fb7971ccfcad10b2419306c3a92872b998cdc998b0235601b44b2c99c00e85b2647c86c19fb50fb143c130310c3470c74d3fbedf3062eb91b6fa
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_dependencies (3.
|
|
4
|
+
rake_dependencies (3.14.0.pre.1)
|
|
5
5
|
down (~> 5.3)
|
|
6
6
|
hamster (~> 3.0)
|
|
7
7
|
minitar (>= 1.0, < 2.0)
|
|
@@ -11,48 +11,53 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (7.
|
|
14
|
+
activesupport (7.2.3.1)
|
|
15
15
|
base64
|
|
16
|
+
benchmark (>= 0.3)
|
|
16
17
|
bigdecimal
|
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
18
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
18
19
|
connection_pool (>= 2.2.5)
|
|
19
20
|
drb
|
|
20
21
|
i18n (>= 1.6, < 2)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
logger (>= 1.4.2)
|
|
23
|
+
minitest (>= 5.1, < 6)
|
|
24
|
+
securerandom (>= 0.3)
|
|
25
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
26
|
+
addressable (2.9.0)
|
|
27
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
26
28
|
ast (2.4.3)
|
|
27
|
-
base64 (0.
|
|
28
|
-
|
|
29
|
+
base64 (0.3.0)
|
|
30
|
+
benchmark (0.5.0)
|
|
31
|
+
bigdecimal (4.1.2)
|
|
29
32
|
childprocess (5.0.0)
|
|
30
33
|
colored2 (3.1.2)
|
|
31
|
-
concurrent-ruby (1.3.
|
|
32
|
-
connection_pool (2.
|
|
34
|
+
concurrent-ruby (1.3.7)
|
|
35
|
+
connection_pool (2.5.5)
|
|
33
36
|
diff-lcs (1.6.2)
|
|
34
37
|
docile (1.4.0)
|
|
35
|
-
down (5.
|
|
38
|
+
down (5.5.0)
|
|
36
39
|
addressable (~> 2.8)
|
|
37
|
-
|
|
40
|
+
base64 (~> 0.3)
|
|
41
|
+
drb (2.2.3)
|
|
38
42
|
excon (0.111.0)
|
|
39
43
|
fakefs (3.0.1)
|
|
40
|
-
faraday (2.14.
|
|
44
|
+
faraday (2.14.3)
|
|
41
45
|
faraday-net_http (>= 2.0, < 3.5)
|
|
42
46
|
json
|
|
43
47
|
logger
|
|
44
|
-
faraday-net_http (3.4.
|
|
48
|
+
faraday-net_http (3.4.4)
|
|
45
49
|
net-http (~> 0.5)
|
|
50
|
+
ffi (1.17.4)
|
|
46
51
|
gem-release (2.2.4)
|
|
47
52
|
git (1.19.1)
|
|
48
53
|
addressable (~> 2.8)
|
|
49
54
|
rchardet (~> 1.8)
|
|
50
55
|
hamster (3.0.0)
|
|
51
56
|
concurrent-ruby (~> 1.0)
|
|
52
|
-
i18n (1.
|
|
57
|
+
i18n (1.15.2)
|
|
53
58
|
concurrent-ruby (~> 1.0)
|
|
54
|
-
immutable-struct (2.
|
|
55
|
-
json (2.
|
|
59
|
+
immutable-struct (2.5.0)
|
|
60
|
+
json (2.20.0)
|
|
56
61
|
language_server-protocol (3.17.0.5)
|
|
57
62
|
lino (4.1.0)
|
|
58
63
|
childprocess (~> 5.0.0)
|
|
@@ -61,24 +66,22 @@ GEM
|
|
|
61
66
|
lint_roller (1.1.0)
|
|
62
67
|
logger (1.7.0)
|
|
63
68
|
minitar (1.1.0)
|
|
64
|
-
minitest (5.
|
|
65
|
-
mutex_m (0.2.0)
|
|
69
|
+
minitest (5.27.0)
|
|
66
70
|
net-http (0.9.1)
|
|
67
71
|
uri (>= 0.11.1)
|
|
68
|
-
octokit (
|
|
69
|
-
base64
|
|
72
|
+
octokit (10.0.0)
|
|
70
73
|
faraday (>= 1, < 3)
|
|
71
74
|
sawyer (~> 0.9)
|
|
72
75
|
open4 (1.3.4)
|
|
73
|
-
parallel (1.
|
|
74
|
-
parser (3.3.
|
|
76
|
+
parallel (1.28.0)
|
|
77
|
+
parser (3.3.11.1)
|
|
75
78
|
ast (~> 2.4.1)
|
|
76
79
|
racc
|
|
77
80
|
prism (1.9.0)
|
|
78
|
-
public_suffix (6.0.
|
|
81
|
+
public_suffix (6.0.2)
|
|
79
82
|
racc (1.8.1)
|
|
80
83
|
rainbow (3.1.1)
|
|
81
|
-
rake (13.
|
|
84
|
+
rake (13.4.2)
|
|
82
85
|
rake_circle_ci (0.13.0)
|
|
83
86
|
colored2 (~> 3.1)
|
|
84
87
|
excon (~> 0.72)
|
|
@@ -91,15 +94,17 @@ GEM
|
|
|
91
94
|
colored2 (~> 3.1)
|
|
92
95
|
git (~> 1.13, >= 1.13.2)
|
|
93
96
|
rake_factory (~> 0.33)
|
|
94
|
-
rake_git_crypt (0.
|
|
97
|
+
rake_git_crypt (0.4.0)
|
|
95
98
|
colored2 (~> 3.1)
|
|
99
|
+
lino (~> 4.1)
|
|
96
100
|
rake_factory (~> 0.33)
|
|
97
101
|
ruby_git_crypt (~> 0.1)
|
|
98
102
|
ruby_gpg2 (~> 0.12)
|
|
99
|
-
rake_github (0.
|
|
103
|
+
rake_github (0.17.0)
|
|
100
104
|
colored2 (~> 3.1)
|
|
101
|
-
octokit (>=
|
|
105
|
+
octokit (>= 7.0, < 11.0)
|
|
102
106
|
rake_factory (~> 0.33)
|
|
107
|
+
rbnacl (~> 7.1)
|
|
103
108
|
sshkey (~> 2.0)
|
|
104
109
|
rake_gpg (0.20.0)
|
|
105
110
|
rake_factory (~> 0.33)
|
|
@@ -108,33 +113,35 @@ GEM
|
|
|
108
113
|
colored2 (~> 3.1)
|
|
109
114
|
rake_factory (~> 0.33)
|
|
110
115
|
sshkey (~> 2.0)
|
|
116
|
+
rbnacl (7.1.2)
|
|
117
|
+
ffi (~> 1)
|
|
111
118
|
rchardet (1.8.0)
|
|
112
|
-
regexp_parser (2.
|
|
113
|
-
rspec (3.13.
|
|
119
|
+
regexp_parser (2.12.0)
|
|
120
|
+
rspec (3.13.2)
|
|
114
121
|
rspec-core (~> 3.13.0)
|
|
115
122
|
rspec-expectations (~> 3.13.0)
|
|
116
123
|
rspec-mocks (~> 3.13.0)
|
|
117
|
-
rspec-core (3.13.
|
|
124
|
+
rspec-core (3.13.6)
|
|
118
125
|
rspec-support (~> 3.13.0)
|
|
119
126
|
rspec-expectations (3.13.5)
|
|
120
127
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
121
128
|
rspec-support (~> 3.13.0)
|
|
122
|
-
rspec-mocks (3.13.
|
|
129
|
+
rspec-mocks (3.13.7)
|
|
123
130
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
124
131
|
rspec-support (~> 3.13.0)
|
|
125
|
-
rspec-support (3.13.
|
|
126
|
-
rubocop (1.
|
|
132
|
+
rspec-support (3.13.7)
|
|
133
|
+
rubocop (1.86.1)
|
|
127
134
|
json (~> 2.3)
|
|
128
135
|
language_server-protocol (~> 3.17.0.2)
|
|
129
136
|
lint_roller (~> 1.1.0)
|
|
130
|
-
parallel (
|
|
137
|
+
parallel (>= 1.10)
|
|
131
138
|
parser (>= 3.3.0.2)
|
|
132
139
|
rainbow (>= 2.2.2, < 4.0)
|
|
133
140
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
134
141
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
135
142
|
ruby-progressbar (~> 1.7)
|
|
136
143
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
137
|
-
rubocop-ast (1.49.
|
|
144
|
+
rubocop-ast (1.49.1)
|
|
138
145
|
parser (>= 3.3.7.2)
|
|
139
146
|
prism (~> 1.7)
|
|
140
147
|
rubocop-rake (0.7.1)
|
|
@@ -149,10 +156,11 @@ GEM
|
|
|
149
156
|
lino (>= 4.1)
|
|
150
157
|
ruby_gpg2 (0.12.0)
|
|
151
158
|
lino (>= 4.1)
|
|
152
|
-
rubyzip (3.
|
|
153
|
-
sawyer (0.9.
|
|
159
|
+
rubyzip (3.4.1)
|
|
160
|
+
sawyer (0.9.3)
|
|
154
161
|
addressable (>= 2.3.5)
|
|
155
162
|
faraday (>= 0.17.3, < 3)
|
|
163
|
+
securerandom (0.4.1)
|
|
156
164
|
simplecov (0.22.0)
|
|
157
165
|
docile (~> 1.1)
|
|
158
166
|
simplecov-html (~> 0.11)
|