rake_github 0.10.0.pre.5 → 0.10.0.pre.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +42 -60
- data/lib/rake_github/tasks/pull_requests/merge.rb +1 -1
- data/lib/rake_github/tasks/releases/create.rb +1 -1
- data/lib/rake_github/version.rb +1 -1
- data/rake_github.gemspec +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 588f17824de9c419791afe42503fcd734245ba0fa08a99af78aa1fc87aaae8c7
|
4
|
+
data.tar.gz: bb7324d577707e8874e4ab838392e51650b9fd4e3f61cb007fe9599f9cb27d95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 977ff9d9a2a2076265397ba7b03c154b9ecedc3b9da750fb07b0b780076822272a6f8e6ecdfb592c8d22792bbc9c81fa9ffdd462111b1ac38bf95730fc9172ca
|
7
|
+
data.tar.gz: 37aae84564e18709e3621b74ddd1e01d57da8045fdbb5d9ea069dc0e63ae251b3af95bd7af68438e78a33c830ecf77b4bfd228e07fec398747d57a5bf68e2c02
|
data/Gemfile.lock
CHANGED
@@ -1,70 +1,51 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_github (0.10.0.pre.
|
4
|
+
rake_github (0.10.0.pre.6)
|
5
5
|
colored2 (~> 3.1)
|
6
|
-
octokit (
|
6
|
+
octokit (>= 4.16, < 7.0)
|
7
7
|
rake_factory (~> 0.23)
|
8
8
|
sshkey (~> 2.0)
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.0.
|
13
|
+
activesupport (7.0.4)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
15
|
i18n (>= 1.6, < 2)
|
16
16
|
minitest (>= 5.1)
|
17
17
|
tzinfo (~> 2.0)
|
18
|
-
addressable (2.8.
|
19
|
-
public_suffix (>= 2.0.2, <
|
18
|
+
addressable (2.8.1)
|
19
|
+
public_suffix (>= 2.0.2, < 6.0)
|
20
20
|
ast (2.4.2)
|
21
21
|
colored2 (3.1.2)
|
22
|
-
concurrent-ruby (1.1.
|
22
|
+
concurrent-ruby (1.1.10)
|
23
23
|
diff-lcs (1.5.0)
|
24
24
|
docile (1.4.0)
|
25
25
|
excon (0.92.0)
|
26
|
-
faraday (
|
27
|
-
faraday-
|
28
|
-
faraday-em_synchrony (~> 1.0)
|
29
|
-
faraday-excon (~> 1.1)
|
30
|
-
faraday-httpclient (~> 1.0)
|
31
|
-
faraday-multipart (~> 1.0)
|
32
|
-
faraday-net_http (~> 1.0)
|
33
|
-
faraday-net_http_persistent (~> 1.0)
|
34
|
-
faraday-patron (~> 1.0)
|
35
|
-
faraday-rack (~> 1.0)
|
36
|
-
faraday-retry (~> 1.0)
|
26
|
+
faraday (2.6.0)
|
27
|
+
faraday-net_http (>= 2.0, < 3.1)
|
37
28
|
ruby2_keywords (>= 0.0.4)
|
38
|
-
faraday-
|
39
|
-
faraday-em_synchrony (1.0.0)
|
40
|
-
faraday-excon (1.1.0)
|
41
|
-
faraday-httpclient (1.0.1)
|
42
|
-
faraday-multipart (1.0.3)
|
43
|
-
multipart-post (>= 1.2, < 3)
|
44
|
-
faraday-net_http (1.0.1)
|
45
|
-
faraday-net_http_persistent (1.2.0)
|
46
|
-
faraday-patron (1.0.0)
|
47
|
-
faraday-rack (1.0.0)
|
48
|
-
faraday-retry (1.0.3)
|
29
|
+
faraday-net_http (3.0.1)
|
49
30
|
gem-release (2.2.2)
|
50
31
|
hamster (3.0.0)
|
51
32
|
concurrent-ruby (~> 1.0)
|
52
|
-
i18n (1.
|
33
|
+
i18n (1.12.0)
|
53
34
|
concurrent-ruby (~> 1.0)
|
35
|
+
json (2.6.2)
|
54
36
|
lino (3.0.0)
|
55
37
|
hamster (~> 3.0)
|
56
38
|
open4 (~> 1.3)
|
57
39
|
memfs (1.0.0)
|
58
|
-
minitest (5.
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
40
|
+
minitest (5.16.3)
|
41
|
+
octokit (6.0.0)
|
42
|
+
faraday (>= 1, < 3)
|
43
|
+
sawyer (~> 0.9)
|
63
44
|
open4 (1.3.4)
|
64
45
|
parallel (1.22.1)
|
65
|
-
parser (3.1.1
|
46
|
+
parser (3.1.2.1)
|
66
47
|
ast (~> 2.4.1)
|
67
|
-
public_suffix (
|
48
|
+
public_suffix (5.0.0)
|
68
49
|
rainbow (3.1.1)
|
69
50
|
rake (13.0.6)
|
70
51
|
rake_circle_ci (0.9.0)
|
@@ -82,43 +63,44 @@ GEM
|
|
82
63
|
colored2 (~> 3.1)
|
83
64
|
rake_factory (~> 0.23)
|
84
65
|
sshkey (~> 2.0)
|
85
|
-
regexp_parser (2.
|
66
|
+
regexp_parser (2.6.0)
|
86
67
|
rexml (3.2.5)
|
87
|
-
rspec (3.
|
88
|
-
rspec-core (~> 3.
|
89
|
-
rspec-expectations (~> 3.
|
90
|
-
rspec-mocks (~> 3.
|
91
|
-
rspec-core (3.
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-expectations (3.
|
68
|
+
rspec (3.12.0)
|
69
|
+
rspec-core (~> 3.12.0)
|
70
|
+
rspec-expectations (~> 3.12.0)
|
71
|
+
rspec-mocks (~> 3.12.0)
|
72
|
+
rspec-core (3.12.0)
|
73
|
+
rspec-support (~> 3.12.0)
|
74
|
+
rspec-expectations (3.12.0)
|
94
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-mocks (3.
|
76
|
+
rspec-support (~> 3.12.0)
|
77
|
+
rspec-mocks (3.12.0)
|
97
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
|
-
rspec-support (~> 3.
|
99
|
-
rspec-support (3.
|
100
|
-
rubocop (1.
|
79
|
+
rspec-support (~> 3.12.0)
|
80
|
+
rspec-support (3.12.0)
|
81
|
+
rubocop (1.36.0)
|
82
|
+
json (~> 2.3)
|
101
83
|
parallel (~> 1.10)
|
102
|
-
parser (>= 3.1.
|
84
|
+
parser (>= 3.1.2.1)
|
103
85
|
rainbow (>= 2.2.2, < 4.0)
|
104
86
|
regexp_parser (>= 1.8, < 3.0)
|
105
|
-
rexml
|
106
|
-
rubocop-ast (>= 1.
|
87
|
+
rexml (>= 3.2.5, < 4.0)
|
88
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
107
89
|
ruby-progressbar (~> 1.7)
|
108
90
|
unicode-display_width (>= 1.4.0, < 3.0)
|
109
|
-
rubocop-ast (1.
|
91
|
+
rubocop-ast (1.23.0)
|
110
92
|
parser (>= 3.1.1.0)
|
111
93
|
rubocop-rake (0.6.0)
|
112
94
|
rubocop (~> 1.0)
|
113
|
-
rubocop-rspec (2.
|
114
|
-
rubocop (~> 1.
|
95
|
+
rubocop-rspec (2.14.2)
|
96
|
+
rubocop (~> 1.33)
|
115
97
|
ruby-progressbar (1.11.0)
|
116
98
|
ruby2_keywords (0.0.5)
|
117
99
|
ruby_gpg2 (0.8.0)
|
118
100
|
lino (>= 1.5)
|
119
|
-
sawyer (0.
|
101
|
+
sawyer (0.9.2)
|
120
102
|
addressable (>= 2.3.5)
|
121
|
-
faraday (
|
103
|
+
faraday (>= 0.17.3, < 3)
|
122
104
|
simplecov (0.21.2)
|
123
105
|
docile (~> 1.1)
|
124
106
|
simplecov-html (~> 0.11)
|
@@ -126,9 +108,9 @@ GEM
|
|
126
108
|
simplecov-html (0.12.3)
|
127
109
|
simplecov_json_formatter (0.1.4)
|
128
110
|
sshkey (2.0.0)
|
129
|
-
tzinfo (2.0.
|
111
|
+
tzinfo (2.0.5)
|
130
112
|
concurrent-ruby (~> 1.0)
|
131
|
-
unicode-display_width (2.
|
113
|
+
unicode-display_width (2.3.0)
|
132
114
|
|
133
115
|
PLATFORMS
|
134
116
|
ruby
|
@@ -150,4 +132,4 @@ DEPENDENCIES
|
|
150
132
|
simplecov
|
151
133
|
|
152
134
|
BUNDLED WITH
|
153
|
-
2.3.
|
135
|
+
2.3.24
|
@@ -8,7 +8,7 @@ module RakeGithub
|
|
8
8
|
module PullRequests
|
9
9
|
class Merge < RakeFactory::Task
|
10
10
|
default_description(RakeFactory::DynamicValue.new do |t|
|
11
|
-
'Merges pull request on the specified branch in the '\
|
11
|
+
'Merges pull request on the specified branch in the ' \
|
12
12
|
"#{t.repository} repository"
|
13
13
|
end)
|
14
14
|
|
@@ -48,7 +48,7 @@ module RakeGithub
|
|
48
48
|
def log_uploading_asset(task, asset)
|
49
49
|
if asset.is_a?(String)
|
50
50
|
$stdout
|
51
|
-
.puts("Uploading asset '#{asset}' to release with tag "\
|
51
|
+
.puts("Uploading asset '#{asset}' to release with tag " \
|
52
52
|
"'#{task.tag_name}'...")
|
53
53
|
else
|
54
54
|
$stdout
|
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 = '>= 2.7'
|
37
37
|
|
38
38
|
spec.add_dependency 'colored2', '~> 3.1'
|
39
|
-
spec.add_dependency 'octokit', '
|
39
|
+
spec.add_dependency 'octokit', '>= 4.16', '< 7.0'
|
40
40
|
spec.add_dependency 'rake_factory', '~> 0.23'
|
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.10.0.pre.
|
4
|
+
version: 0.10.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: colored2
|
@@ -28,16 +28,22 @@ dependencies:
|
|
28
28
|
name: octokit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '4.16'
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '7.0'
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
|
-
- - "
|
41
|
+
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
43
|
version: '4.16'
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '7.0'
|
41
47
|
- !ruby/object:Gem::Dependency
|
42
48
|
name: rake_factory
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|