rake_dependencies 3.2.0.pre.5 → 3.2.0.pre.6
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 +28 -26
- data/lib/rake_dependencies/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1f3b775754e2362052c8bfc2a03d9fd4366e988c142157ddd7279e3545f8e46
|
|
4
|
+
data.tar.gz: 9f4aa8af4e89e13ec9c6bec3871b2e0e89d1e3d62d68fdd1747c135eefe2781f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e525262c811453bda92b933951a49551427dbcc24564084d3cd4c9ac4f4d83253a038f024183337f5b71d33108b7e8490c5b208f0201c729b129079bea324ab
|
|
7
|
+
data.tar.gz: efbffcf221e3f3d4d6bf5bee23839e2a22cc3cc7ac3782cf5b0ba5d7e6e4e7d393f7e340c35519993bfba8f9c4d4c562a688ac9c1294ace35c2012176f6a8790
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_dependencies (3.2.0.pre.
|
|
4
|
+
rake_dependencies (3.2.0.pre.6)
|
|
5
5
|
down (~> 5.3)
|
|
6
6
|
hamster (~> 3.0)
|
|
7
7
|
minitar (~> 0.9)
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (7.0.
|
|
14
|
+
activesupport (7.0.4)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
@@ -53,20 +53,21 @@ GEM
|
|
|
53
53
|
gem-release (2.2.2)
|
|
54
54
|
hamster (3.0.0)
|
|
55
55
|
concurrent-ruby (~> 1.0)
|
|
56
|
-
i18n (1.
|
|
56
|
+
i18n (1.12.0)
|
|
57
57
|
concurrent-ruby (~> 1.0)
|
|
58
|
+
json (2.6.2)
|
|
58
59
|
lino (3.0.0)
|
|
59
60
|
hamster (~> 3.0)
|
|
60
61
|
open4 (~> 1.3)
|
|
61
62
|
minitar (0.9)
|
|
62
|
-
minitest (5.
|
|
63
|
+
minitest (5.16.3)
|
|
63
64
|
multipart-post (2.1.1)
|
|
64
65
|
octokit (4.22.0)
|
|
65
66
|
faraday (>= 0.9)
|
|
66
67
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
67
68
|
open4 (1.3.4)
|
|
68
69
|
parallel (1.22.1)
|
|
69
|
-
parser (3.1.2.
|
|
70
|
+
parser (3.1.2.1)
|
|
70
71
|
ast (~> 2.4.1)
|
|
71
72
|
public_suffix (4.0.6)
|
|
72
73
|
rainbow (3.1.1)
|
|
@@ -91,36 +92,37 @@ GEM
|
|
|
91
92
|
colored2 (~> 3.1)
|
|
92
93
|
rake_factory (~> 0.23)
|
|
93
94
|
sshkey (~> 2.0)
|
|
94
|
-
regexp_parser (2.
|
|
95
|
+
regexp_parser (2.6.0)
|
|
95
96
|
rexml (3.2.5)
|
|
96
|
-
rspec (3.
|
|
97
|
-
rspec-core (~> 3.
|
|
98
|
-
rspec-expectations (~> 3.
|
|
99
|
-
rspec-mocks (~> 3.
|
|
100
|
-
rspec-core (3.
|
|
101
|
-
rspec-support (~> 3.
|
|
102
|
-
rspec-expectations (3.
|
|
97
|
+
rspec (3.12.0)
|
|
98
|
+
rspec-core (~> 3.12.0)
|
|
99
|
+
rspec-expectations (~> 3.12.0)
|
|
100
|
+
rspec-mocks (~> 3.12.0)
|
|
101
|
+
rspec-core (3.12.0)
|
|
102
|
+
rspec-support (~> 3.12.0)
|
|
103
|
+
rspec-expectations (3.12.0)
|
|
103
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
104
|
-
rspec-support (~> 3.
|
|
105
|
-
rspec-mocks (3.
|
|
105
|
+
rspec-support (~> 3.12.0)
|
|
106
|
+
rspec-mocks (3.12.0)
|
|
106
107
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
107
|
-
rspec-support (~> 3.
|
|
108
|
-
rspec-support (3.
|
|
109
|
-
rubocop (1.
|
|
108
|
+
rspec-support (~> 3.12.0)
|
|
109
|
+
rspec-support (3.12.0)
|
|
110
|
+
rubocop (1.36.0)
|
|
111
|
+
json (~> 2.3)
|
|
110
112
|
parallel (~> 1.10)
|
|
111
|
-
parser (>= 3.1.
|
|
113
|
+
parser (>= 3.1.2.1)
|
|
112
114
|
rainbow (>= 2.2.2, < 4.0)
|
|
113
115
|
regexp_parser (>= 1.8, < 3.0)
|
|
114
116
|
rexml (>= 3.2.5, < 4.0)
|
|
115
|
-
rubocop-ast (>= 1.
|
|
117
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
116
118
|
ruby-progressbar (~> 1.7)
|
|
117
119
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
118
|
-
rubocop-ast (1.
|
|
120
|
+
rubocop-ast (1.23.0)
|
|
119
121
|
parser (>= 3.1.1.0)
|
|
120
122
|
rubocop-rake (0.6.0)
|
|
121
123
|
rubocop (~> 1.0)
|
|
122
|
-
rubocop-rspec (2.
|
|
123
|
-
rubocop (~> 1.
|
|
124
|
+
rubocop-rspec (2.14.2)
|
|
125
|
+
rubocop (~> 1.33)
|
|
124
126
|
ruby-progressbar (1.11.0)
|
|
125
127
|
ruby2_keywords (0.0.5)
|
|
126
128
|
ruby_gpg2 (0.8.0)
|
|
@@ -136,9 +138,9 @@ GEM
|
|
|
136
138
|
simplecov-html (0.12.3)
|
|
137
139
|
simplecov_json_formatter (0.1.4)
|
|
138
140
|
sshkey (2.0.0)
|
|
139
|
-
tzinfo (2.0.
|
|
141
|
+
tzinfo (2.0.5)
|
|
140
142
|
concurrent-ruby (~> 1.0)
|
|
141
|
-
unicode-display_width (2.
|
|
143
|
+
unicode-display_width (2.3.0)
|
|
142
144
|
|
|
143
145
|
PLATFORMS
|
|
144
146
|
ruby
|
|
@@ -161,4 +163,4 @@ DEPENDENCIES
|
|
|
161
163
|
simplecov
|
|
162
164
|
|
|
163
165
|
BUNDLED WITH
|
|
164
|
-
2.3.
|
|
166
|
+
2.3.24
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_dependencies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.0.pre.
|
|
4
|
+
version: 3.2.0.pre.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: down
|