rake_github 0.16.0.pre.2 → 0.16.0.pre.3
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 +59 -52
- data/lib/rake_github/version.rb +1 -1
- data/rake_github.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ce3d495a40896a827bc5d040bc9d04c9c8d0a04034797e1588694e66f88ef4a
|
|
4
|
+
data.tar.gz: 6a5077f3d2c3d57f0cc6a0bb3eb7f5545a3d0cfd0704484e671708efe4cf93c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 964e0c598270de1d9d670410d86624af377820dc6e094bcc9b2b7a2def6104956030f30e051fd10e89a147750091509a688c1176385516cbabbbd1f2e60b9c8c
|
|
7
|
+
data.tar.gz: 8810f89d5c5720be6c67f83302f038949e54f4d05251897426daface8240bb800ba28a43c0623dbb0fb0cd7a91461172e04bba38c5cded803b9aef832c4598a2
|
data/Gemfile.lock
CHANGED
|
@@ -1,77 +1,81 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_github (0.16.0.pre.
|
|
4
|
+
rake_github (0.16.0.pre.3)
|
|
5
5
|
colored2 (~> 3.1)
|
|
6
|
-
octokit (>= 4.16, <
|
|
6
|
+
octokit (>= 4.16, < 11.0)
|
|
7
7
|
rake_factory (~> 0.33)
|
|
8
8
|
sshkey (~> 2.0)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (7.
|
|
13
|
+
activesupport (7.2.2.1)
|
|
14
14
|
base64
|
|
15
|
+
benchmark (>= 0.3)
|
|
15
16
|
bigdecimal
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
17
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
17
18
|
connection_pool (>= 2.2.5)
|
|
18
19
|
drb
|
|
19
20
|
i18n (>= 1.6, < 2)
|
|
21
|
+
logger (>= 1.4.2)
|
|
20
22
|
minitest (>= 5.1)
|
|
21
|
-
|
|
22
|
-
tzinfo (~> 2.0)
|
|
23
|
+
securerandom (>= 0.3)
|
|
24
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
23
25
|
addressable (2.8.7)
|
|
24
26
|
public_suffix (>= 2.0.2, < 7.0)
|
|
25
|
-
ast (2.4.
|
|
27
|
+
ast (2.4.3)
|
|
26
28
|
base64 (0.2.0)
|
|
29
|
+
benchmark (0.4.0)
|
|
27
30
|
bigdecimal (3.1.8)
|
|
28
31
|
childprocess (5.0.0)
|
|
29
32
|
colored2 (3.1.2)
|
|
30
|
-
concurrent-ruby (1.3.
|
|
33
|
+
concurrent-ruby (1.3.4)
|
|
31
34
|
connection_pool (2.4.1)
|
|
32
|
-
diff-lcs (1.
|
|
35
|
+
diff-lcs (1.6.2)
|
|
33
36
|
docile (1.4.0)
|
|
34
37
|
drb (2.2.1)
|
|
35
38
|
excon (0.111.0)
|
|
36
|
-
faraday (2.
|
|
37
|
-
faraday-net_http (>= 2.0, < 3.
|
|
39
|
+
faraday (2.13.0)
|
|
40
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
41
|
+
json
|
|
38
42
|
logger
|
|
39
|
-
faraday-net_http (3.
|
|
40
|
-
net-http
|
|
41
|
-
gem-release (2.2.
|
|
43
|
+
faraday-net_http (3.4.0)
|
|
44
|
+
net-http (>= 0.5.0)
|
|
45
|
+
gem-release (2.2.4)
|
|
42
46
|
git (1.19.1)
|
|
43
47
|
addressable (~> 2.8)
|
|
44
48
|
rchardet (~> 1.8)
|
|
45
49
|
hamster (3.0.0)
|
|
46
50
|
concurrent-ruby (~> 1.0)
|
|
47
|
-
i18n (1.14.
|
|
51
|
+
i18n (1.14.6)
|
|
48
52
|
concurrent-ruby (~> 1.0)
|
|
49
53
|
immutable-struct (2.4.1)
|
|
50
|
-
json (2.
|
|
51
|
-
language_server-protocol (3.17.0.
|
|
54
|
+
json (2.12.2)
|
|
55
|
+
language_server-protocol (3.17.0.5)
|
|
52
56
|
lino (4.1.0)
|
|
53
57
|
childprocess (~> 5.0.0)
|
|
54
58
|
hamster (~> 3.0)
|
|
55
59
|
open4 (~> 1.3)
|
|
56
|
-
|
|
60
|
+
lint_roller (1.1.0)
|
|
61
|
+
logger (1.7.0)
|
|
57
62
|
memfs (1.0.0)
|
|
58
|
-
minitest (5.
|
|
59
|
-
|
|
60
|
-
net-http (0.4.1)
|
|
63
|
+
minitest (5.25.4)
|
|
64
|
+
net-http (0.6.0)
|
|
61
65
|
uri
|
|
62
|
-
octokit (
|
|
63
|
-
base64
|
|
66
|
+
octokit (10.0.0)
|
|
64
67
|
faraday (>= 1, < 3)
|
|
65
68
|
sawyer (~> 0.9)
|
|
66
69
|
open4 (1.3.4)
|
|
67
|
-
parallel (1.
|
|
68
|
-
parser (3.3.
|
|
70
|
+
parallel (1.27.0)
|
|
71
|
+
parser (3.3.8.0)
|
|
69
72
|
ast (~> 2.4.1)
|
|
70
73
|
racc
|
|
74
|
+
prism (1.4.0)
|
|
71
75
|
public_suffix (6.0.1)
|
|
72
|
-
racc (1.8.
|
|
76
|
+
racc (1.8.1)
|
|
73
77
|
rainbow (3.1.1)
|
|
74
|
-
rake (13.
|
|
78
|
+
rake (13.3.0)
|
|
75
79
|
rake_circle_ci (0.13.0)
|
|
76
80
|
colored2 (~> 3.1)
|
|
77
81
|
excon (~> 0.72)
|
|
@@ -92,44 +96,45 @@ GEM
|
|
|
92
96
|
rake_gpg (0.20.0)
|
|
93
97
|
rake_factory (~> 0.33)
|
|
94
98
|
ruby_gpg2 (~> 0.12)
|
|
95
|
-
rake_ssh (0.
|
|
99
|
+
rake_ssh (0.12.0)
|
|
96
100
|
colored2 (~> 3.1)
|
|
97
|
-
rake_factory (~> 0.
|
|
101
|
+
rake_factory (~> 0.33)
|
|
98
102
|
sshkey (~> 2.0)
|
|
99
103
|
rchardet (1.8.0)
|
|
100
|
-
regexp_parser (2.
|
|
101
|
-
|
|
102
|
-
strscan
|
|
103
|
-
rspec (3.13.0)
|
|
104
|
+
regexp_parser (2.10.0)
|
|
105
|
+
rspec (3.13.1)
|
|
104
106
|
rspec-core (~> 3.13.0)
|
|
105
107
|
rspec-expectations (~> 3.13.0)
|
|
106
108
|
rspec-mocks (~> 3.13.0)
|
|
107
|
-
rspec-core (3.13.
|
|
109
|
+
rspec-core (3.13.4)
|
|
108
110
|
rspec-support (~> 3.13.0)
|
|
109
|
-
rspec-expectations (3.13.
|
|
111
|
+
rspec-expectations (3.13.5)
|
|
110
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
111
113
|
rspec-support (~> 3.13.0)
|
|
112
|
-
rspec-mocks (3.13.
|
|
114
|
+
rspec-mocks (3.13.5)
|
|
113
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
114
116
|
rspec-support (~> 3.13.0)
|
|
115
|
-
rspec-support (3.13.
|
|
116
|
-
rubocop (1.
|
|
117
|
+
rspec-support (3.13.4)
|
|
118
|
+
rubocop (1.75.8)
|
|
117
119
|
json (~> 2.3)
|
|
118
|
-
language_server-protocol (
|
|
120
|
+
language_server-protocol (~> 3.17.0.2)
|
|
121
|
+
lint_roller (~> 1.1.0)
|
|
119
122
|
parallel (~> 1.10)
|
|
120
123
|
parser (>= 3.3.0.2)
|
|
121
124
|
rainbow (>= 2.2.2, < 4.0)
|
|
122
|
-
regexp_parser (>= 2.
|
|
123
|
-
|
|
124
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
125
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
126
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
125
127
|
ruby-progressbar (~> 1.7)
|
|
126
|
-
unicode-display_width (>= 2.4.0, <
|
|
127
|
-
rubocop-ast (1.
|
|
128
|
-
parser (>= 3.3.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
rubocop (
|
|
128
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
129
|
+
rubocop-ast (1.44.1)
|
|
130
|
+
parser (>= 3.3.7.2)
|
|
131
|
+
prism (~> 1.4)
|
|
132
|
+
rubocop-rake (0.7.1)
|
|
133
|
+
lint_roller (~> 1.1)
|
|
134
|
+
rubocop (>= 1.72.1)
|
|
135
|
+
rubocop-rspec (3.6.0)
|
|
136
|
+
lint_roller (~> 1.1)
|
|
137
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
133
138
|
ruby-progressbar (1.13.0)
|
|
134
139
|
ruby_git_crypt (0.1.0)
|
|
135
140
|
immutable-struct (~> 2.4)
|
|
@@ -139,6 +144,7 @@ GEM
|
|
|
139
144
|
sawyer (0.9.2)
|
|
140
145
|
addressable (>= 2.3.5)
|
|
141
146
|
faraday (>= 0.17.3, < 3)
|
|
147
|
+
securerandom (0.4.0)
|
|
142
148
|
simplecov (0.22.0)
|
|
143
149
|
docile (~> 1.1)
|
|
144
150
|
simplecov-html (~> 0.11)
|
|
@@ -146,11 +152,12 @@ GEM
|
|
|
146
152
|
simplecov-html (0.12.3)
|
|
147
153
|
simplecov_json_formatter (0.1.4)
|
|
148
154
|
sshkey (2.0.0)
|
|
149
|
-
strscan (3.1.0)
|
|
150
155
|
tzinfo (2.0.6)
|
|
151
156
|
concurrent-ruby (~> 1.0)
|
|
152
|
-
unicode-display_width (
|
|
153
|
-
|
|
157
|
+
unicode-display_width (3.1.4)
|
|
158
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
159
|
+
unicode-emoji (4.0.4)
|
|
160
|
+
uri (1.0.3)
|
|
154
161
|
|
|
155
162
|
PLATFORMS
|
|
156
163
|
ruby
|
data/lib/rake_github/version.rb
CHANGED
data/rake_github.gemspec
CHANGED
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
spec.required_ruby_version = '>= 3.1'
|
|
37
37
|
|
|
38
38
|
spec.add_dependency 'colored2', '~> 3.1'
|
|
39
|
-
spec.add_dependency 'octokit', '>= 4.16', '<
|
|
39
|
+
spec.add_dependency 'octokit', '>= 4.16', '< 11.0'
|
|
40
40
|
spec.add_dependency 'rake_factory', '~> 0.33'
|
|
41
41
|
spec.add_dependency 'sshkey', '~> 2.0'
|
|
42
42
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_github
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.0.pre.
|
|
4
|
+
version: 0.16.0.pre.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colored2
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '4.16'
|
|
34
34
|
- - "<"
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: '
|
|
36
|
+
version: '11.0'
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '4.16'
|
|
44
44
|
- - "<"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
46
|
+
version: '11.0'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rake_factory
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -334,7 +334,7 @@ licenses:
|
|
|
334
334
|
- MIT
|
|
335
335
|
metadata:
|
|
336
336
|
rubygems_mfa_required: 'false'
|
|
337
|
-
post_install_message:
|
|
337
|
+
post_install_message:
|
|
338
338
|
rdoc_options: []
|
|
339
339
|
require_paths:
|
|
340
340
|
- lib
|
|
@@ -350,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
350
350
|
version: 1.3.1
|
|
351
351
|
requirements: []
|
|
352
352
|
rubygems_version: 3.3.7
|
|
353
|
-
signing_key:
|
|
353
|
+
signing_key:
|
|
354
354
|
specification_version: 4
|
|
355
355
|
summary: Rake tasks for managing Github repositories.
|
|
356
356
|
test_files: []
|