rake_dependencies 2.12.0.pre.2 → 2.12.0.pre.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +36 -26
- data/Rakefile +3 -1
- data/lib/rake_dependencies/template.rb +1 -1
- data/lib/rake_dependencies/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a8d1c9565265ee0de305541f53d7edf66bf4d543ca020a9df354a147fac70eb
|
4
|
+
data.tar.gz: 8be121118f0a1613ee2c3d800304b2dcffe073cd71cf1bdb94e5f88fcee4e65b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 514f54f6b242a583c0abb47ae0a035d05f1d0142db12e1905e3711e814e063720a6ea1077b5052424f2a32ff4f8d1e3365f6cba958cb153e20ad1fb1a2312040
|
7
|
+
data.tar.gz: '078ce22e10c837657675283874d36bbefbaab63737ac953bf54aba02df9b20d83bc8f3ed8ae0cc7e3433073da7c0f064f2ec7ac60d914b8c4a45e72f89c6f2c1'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_dependencies (2.12.0.pre.
|
4
|
+
rake_dependencies (2.12.0.pre.3)
|
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.
|
13
|
+
activesupport (6.1.5)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
15
|
i18n (>= 1.6, < 2)
|
16
16
|
minitest (>= 5.1)
|
@@ -20,35 +20,45 @@ GEM
|
|
20
20
|
public_suffix (>= 2.0.2, < 5.0)
|
21
21
|
colored2 (3.1.2)
|
22
22
|
concurrent-ruby (1.1.9)
|
23
|
-
diff-lcs (1.
|
23
|
+
diff-lcs (1.5.0)
|
24
24
|
docile (1.4.0)
|
25
25
|
excon (0.82.0)
|
26
|
-
fakefs (1.4.
|
27
|
-
faraday (1.
|
26
|
+
fakefs (1.4.1)
|
27
|
+
faraday (1.9.3)
|
28
28
|
faraday-em_http (~> 1.0)
|
29
29
|
faraday-em_synchrony (~> 1.0)
|
30
30
|
faraday-excon (~> 1.1)
|
31
|
+
faraday-httpclient (~> 1.0)
|
32
|
+
faraday-multipart (~> 1.0)
|
31
33
|
faraday-net_http (~> 1.0)
|
32
|
-
faraday-net_http_persistent (~> 1.
|
33
|
-
|
34
|
+
faraday-net_http_persistent (~> 1.0)
|
35
|
+
faraday-patron (~> 1.0)
|
36
|
+
faraday-rack (~> 1.0)
|
37
|
+
faraday-retry (~> 1.0)
|
34
38
|
ruby2_keywords (>= 0.0.4)
|
35
39
|
faraday-em_http (1.0.0)
|
36
40
|
faraday-em_synchrony (1.0.0)
|
37
41
|
faraday-excon (1.1.0)
|
42
|
+
faraday-httpclient (1.0.1)
|
43
|
+
faraday-multipart (1.0.3)
|
44
|
+
multipart-post (>= 1.2, < 3)
|
38
45
|
faraday-net_http (1.0.1)
|
39
|
-
faraday-net_http_persistent (1.
|
46
|
+
faraday-net_http_persistent (1.2.0)
|
47
|
+
faraday-patron (1.0.0)
|
48
|
+
faraday-rack (1.0.0)
|
49
|
+
faraday-retry (1.0.3)
|
40
50
|
gem-release (2.2.2)
|
41
51
|
hamster (3.0.0)
|
42
52
|
concurrent-ruby (~> 1.0)
|
43
|
-
i18n (1.
|
53
|
+
i18n (1.10.0)
|
44
54
|
concurrent-ruby (~> 1.0)
|
45
55
|
lino (3.0.0)
|
46
56
|
hamster (~> 3.0)
|
47
57
|
open4 (~> 1.3)
|
48
58
|
minitar (0.9)
|
49
|
-
minitest (5.
|
59
|
+
minitest (5.15.0)
|
50
60
|
multipart-post (2.1.1)
|
51
|
-
octokit (4.
|
61
|
+
octokit (4.22.0)
|
52
62
|
faraday (>= 0.9)
|
53
63
|
sawyer (~> 0.8.0, >= 0.5.3)
|
54
64
|
open4 (1.3.4)
|
@@ -62,7 +72,7 @@ GEM
|
|
62
72
|
rake_factory (0.29.0)
|
63
73
|
activesupport (>= 4)
|
64
74
|
rake (~> 13.0)
|
65
|
-
rake_github (0.
|
75
|
+
rake_github (0.9.0)
|
66
76
|
colored2 (~> 3.1)
|
67
77
|
octokit (~> 4.16)
|
68
78
|
rake_factory (~> 0.23)
|
@@ -74,20 +84,20 @@ GEM
|
|
74
84
|
colored2 (~> 3.1)
|
75
85
|
rake_factory (~> 0.23)
|
76
86
|
sshkey (~> 2.0)
|
77
|
-
rspec (3.
|
78
|
-
rspec-core (~> 3.
|
79
|
-
rspec-expectations (~> 3.
|
80
|
-
rspec-mocks (~> 3.
|
81
|
-
rspec-core (3.
|
82
|
-
rspec-support (~> 3.
|
83
|
-
rspec-expectations (3.
|
87
|
+
rspec (3.11.0)
|
88
|
+
rspec-core (~> 3.11.0)
|
89
|
+
rspec-expectations (~> 3.11.0)
|
90
|
+
rspec-mocks (~> 3.11.0)
|
91
|
+
rspec-core (3.11.0)
|
92
|
+
rspec-support (~> 3.11.0)
|
93
|
+
rspec-expectations (3.11.0)
|
84
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
85
|
-
rspec-support (~> 3.
|
86
|
-
rspec-mocks (3.
|
95
|
+
rspec-support (~> 3.11.0)
|
96
|
+
rspec-mocks (3.11.0)
|
87
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
88
|
-
rspec-support (~> 3.
|
89
|
-
rspec-support (3.
|
90
|
-
ruby2_keywords (0.0.
|
98
|
+
rspec-support (~> 3.11.0)
|
99
|
+
rspec-support (3.11.0)
|
100
|
+
ruby2_keywords (0.0.5)
|
91
101
|
ruby_gpg2 (0.8.0)
|
92
102
|
lino (>= 1.5)
|
93
103
|
rubyzip (2.3.2)
|
@@ -103,7 +113,7 @@ GEM
|
|
103
113
|
sshkey (2.0.0)
|
104
114
|
tzinfo (2.0.4)
|
105
115
|
concurrent-ruby (~> 1.0)
|
106
|
-
zeitwerk (2.5.
|
116
|
+
zeitwerk (2.5.4)
|
107
117
|
|
108
118
|
PLATFORMS
|
109
119
|
ruby
|
@@ -124,4 +134,4 @@ DEPENDENCIES
|
|
124
134
|
simplecov (~> 0.17)
|
125
135
|
|
126
136
|
BUNDLED WITH
|
127
|
-
2.
|
137
|
+
2.3.9
|
data/Rakefile
CHANGED
@@ -62,7 +62,7 @@ end
|
|
62
62
|
RakeGithub.define_repository_tasks(
|
63
63
|
namespace: :github,
|
64
64
|
repository: 'infrablocks/rake_dependencies',
|
65
|
-
) do |t|
|
65
|
+
) do |t, args|
|
66
66
|
github_config =
|
67
67
|
YAML.load_file('config/secrets/github/config.yaml')
|
68
68
|
|
@@ -73,6 +73,8 @@ RakeGithub.define_repository_tasks(
|
|
73
73
|
public_key: File.read('config/secrets/ci/ssh.public')
|
74
74
|
}
|
75
75
|
]
|
76
|
+
t.branch_name = args.branch_name
|
77
|
+
t.commit_message = args.commit_message
|
76
78
|
end
|
77
79
|
|
78
80
|
namespace :pipeline do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_dependencies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.12.0.pre.
|
4
|
+
version: 2.12.0.pre.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
@@ -262,14 +262,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
262
262
|
requirements:
|
263
263
|
- - ">="
|
264
264
|
- !ruby/object:Gem::Version
|
265
|
-
version: '2.
|
265
|
+
version: '2.7'
|
266
266
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
267
267
|
requirements:
|
268
268
|
- - ">"
|
269
269
|
- !ruby/object:Gem::Version
|
270
270
|
version: 1.3.1
|
271
271
|
requirements: []
|
272
|
-
rubygems_version: 3.
|
272
|
+
rubygems_version: 3.1.6
|
273
273
|
signing_key:
|
274
274
|
specification_version: 4
|
275
275
|
summary: Rake tasks for managing build dependencies.
|