git-multi 7.0.0 → 8.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0124014ecd67cbda989511455a0a46878a40365660a613337c87b35813a48af8
4
- data.tar.gz: 46971c1b9b60f26a13eb67453d5ab0f9e88bbcf795ed6709b26b6511d8c341c4
3
+ metadata.gz: c73ccad592eda6fef60d7911915d0bb1ca5f737ca2345fefda0df535b58a3a5b
4
+ data.tar.gz: 576070b973791f819e005dbac1d1df64f45bdcde6e998a2677f7212e046933c8
5
5
  SHA512:
6
- metadata.gz: f9061a4c54c89b1eb6ad29949e0c72c6d4d2aadce7e37e498cfc5b2ecd8cbd769685e81d9f188b9d12aea30079d7fbb71944de86a6910a66f2734a074a807eea
7
- data.tar.gz: 58c513e28b65dcd040b8ac1bf29c62c7130dcf848f0f106db2052ff7578381260b30c4f182c30ba61b4f819cb0a55fd72c9c8773a8a5d08dd3d48b5b93e65f2f
6
+ metadata.gz: 6e8d0b3afb014f47cc25b31e5194b64d25393fa5554417f47ca73c52a1326e020365dbeb0be72becbdfb4b7b4eaad12c7119d703e6b6fa39761de89b29c7c589
7
+ data.tar.gz: fe03a9afbad48fc226683800286a0da9d9331b96b55c4896ee56c3da75b6c3ef6e52726917b3c60953046cec2619cc7a84ad90e43eadab9a0c79f9c7e925a930
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.9
1
+ 2.6.10
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-multi (7.0.0)
4
+ git-multi (8.0.0)
5
5
  faraday (~> 1)
6
6
  octokit (~> 4)
7
7
 
@@ -12,7 +12,7 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
13
  ast (2.4.2)
14
14
  coderay (1.1.3)
15
- faraday (1.9.3)
15
+ faraday (1.10.0)
16
16
  faraday-em_http (~> 1.0)
17
17
  faraday-em_synchrony (~> 1.0)
18
18
  faraday-excon (~> 1.1)
@@ -28,22 +28,23 @@ GEM
28
28
  faraday-em_synchrony (1.0.0)
29
29
  faraday-excon (1.1.0)
30
30
  faraday-httpclient (1.0.1)
31
- faraday-multipart (1.0.3)
32
- multipart-post (>= 1.2, < 3)
31
+ faraday-multipart (1.0.4)
32
+ multipart-post (~> 2)
33
33
  faraday-net_http (1.0.1)
34
34
  faraday-net_http_persistent (1.2.0)
35
35
  faraday-patron (1.0.0)
36
36
  faraday-rack (1.0.0)
37
37
  faraday-retry (1.0.3)
38
38
  interception (0.5)
39
+ json (2.6.2)
39
40
  method_source (1.0.0)
40
- minitest (5.15.0)
41
- multipart-post (2.1.1)
42
- octokit (4.22.0)
43
- faraday (>= 0.9)
44
- sawyer (~> 0.8.0, >= 0.5.3)
45
- parallel (1.21.0)
46
- parser (3.1.0.0)
41
+ minitest (5.16.2)
42
+ multipart-post (2.2.3)
43
+ octokit (4.25.1)
44
+ faraday (>= 1, < 3)
45
+ sawyer (~> 0.9)
46
+ parallel (1.22.1)
47
+ parser (3.1.2.0)
47
48
  ast (~> 2.4.1)
48
49
  pry (0.14.1)
49
50
  coderay (~> 1.1)
@@ -51,32 +52,33 @@ GEM
51
52
  pry-rescue (1.5.2)
52
53
  interception (>= 0.5)
53
54
  pry (>= 0.12.0)
54
- public_suffix (4.0.6)
55
+ public_suffix (4.0.7)
55
56
  rainbow (3.1.1)
56
57
  rake (13.0.6)
57
- regexp_parser (2.2.0)
58
+ regexp_parser (2.5.0)
58
59
  rexml (3.2.5)
59
- rubocop (1.25.0)
60
+ rubocop (1.32.0)
61
+ json (~> 2.3)
60
62
  parallel (~> 1.10)
61
63
  parser (>= 3.1.0.0)
62
64
  rainbow (>= 2.2.2, < 4.0)
63
65
  regexp_parser (>= 1.8, < 3.0)
64
- rexml
65
- rubocop-ast (>= 1.15.1, < 2.0)
66
+ rexml (>= 3.2.5, < 4.0)
67
+ rubocop-ast (>= 1.19.1, < 2.0)
66
68
  ruby-progressbar (~> 1.7)
67
69
  unicode-display_width (>= 1.4.0, < 3.0)
68
- rubocop-ast (1.15.1)
69
- parser (>= 3.0.1.1)
70
- rubocop-minitest (0.17.1)
70
+ rubocop-ast (1.19.1)
71
+ parser (>= 3.1.1.0)
72
+ rubocop-minitest (0.20.1)
71
73
  rubocop (>= 0.90, < 2.0)
72
74
  rubocop-rake (0.6.0)
73
75
  rubocop (~> 1.0)
74
76
  ruby-progressbar (1.11.0)
75
77
  ruby2_keywords (0.0.5)
76
- sawyer (0.8.2)
78
+ sawyer (0.9.2)
77
79
  addressable (>= 2.3.5)
78
- faraday (> 0.8, < 2.0)
79
- unicode-display_width (2.1.0)
80
+ faraday (>= 0.17.3, < 3)
81
+ unicode-display_width (2.2.0)
80
82
 
81
83
  PLATFORMS
82
84
  ruby
@@ -93,4 +95,4 @@ DEPENDENCIES
93
95
  rubocop-rake
94
96
 
95
97
  BUNDLED WITH
96
- 2.3.6
98
+ 2.3.19
data/git-multi.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = 'https://github.com/pvdb/git-multi'
15
15
  spec.license = 'MIT'
16
16
 
17
- spec.required_ruby_version = ['>= 2.6.0', '< 2.7.0']
17
+ spec.required_ruby_version = ['>= 2.6.0', '< 3.0.0']
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
20
  spec.metadata['source_code_uri'] = spec.homepage
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Multi
3
3
  NAME = 'git-multi'.freeze
4
- VERSION = '7.0.0'.freeze
4
+ VERSION = '8.0.0'.freeze
5
5
 
6
6
  def self.version
7
7
  "#{NAME} v#{VERSION}"
data/lib/git/multi.rb CHANGED
@@ -153,7 +153,7 @@ module Git
153
153
  $stdout.puts "#{full_name.invert} (#{fractional_index})"
154
154
  interactive.call(self)
155
155
  elsif $stderr.tty? && captured
156
- errors = File.join(ENV['TMPDIR'], "git-multi.#{$PID}")
156
+ errors = File.join(Dir.tmpdir, "git-multi.#{$PID}")
157
157
  captured.call(self, errors)
158
158
  if File.exist?(errors) && !File.zero?(errors)
159
159
  # rubocop:disable Style/StderrPuts
data/man/git-multi.1 CHANGED
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-multi
3
3
  .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 02/02/2022
5
+ .\" Date: 07/30/2022
6
6
  .\" Manual: Git Manual
7
- .\" Source: Git 2.35.1.4.g5d01301f2b.dirty
7
+ .\" Source: Git 2.35.1.455.g1a4874565f.dirty
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MULTI" "1" "02/02/2022" "Git 2\&.35\&.1\&.4\&.g5d01301f" "Git Manual"
10
+ .TH "GIT\-MULTI" "1" "07/30/2022" "Git 2\&.35\&.1\&.455\&.g1a4874" "Git Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -31,7 +31,7 @@
31
31
  git-multi \- execute the same git command in multiple repositories
32
32
  .SH "VERSION"
33
33
  .sp
34
- This is \fBv7\&.0\&.0\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv8\&.0\&.0\fR of \fIgit multi\fR \&... hooray!
35
35
  .SH "SYNOPSIS"
36
36
  .sp
37
37
  There are some options for \fBgit multi\fR itself, in which case it is invoked as follows:
@@ -517,7 +517,7 @@ subscribers_url subscription_url svn_url
517
517
  tags_url teams_url temp_clone_token
518
518
  topics trees_url updated_at
519
519
  url visibility watchers
520
- watchers_count
520
+ watchers_count web_commit_signoff_required
521
521
  .fi
522
522
  .if n \{\
523
523
  .RE
data/man/git-multi.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
7
- <meta name="generator" content="AsciiDoc 10.1.1" />
7
+ <meta name="generator" content="AsciiDoc 10.2.0" />
8
8
  <title>git-multi(1)</title>
9
9
  <style type="text/css">
10
10
  /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -748,7 +748,7 @@ git-multi(1) Manual Page
748
748
  <div class="sect1">
749
749
  <h2 id="_version">VERSION</h2>
750
750
  <div class="sectionbody">
751
- <div class="paragraph"><p>This is <code>v7.0.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v8.0.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
752
752
  </div>
753
753
  </div>
754
754
  <div class="sect1">
@@ -1140,7 +1140,7 @@ subscribers_url subscription_url svn_url
1140
1140
  tags_url teams_url temp_clone_token
1141
1141
  topics trees_url updated_at
1142
1142
  url visibility watchers
1143
- watchers_count</code></pre>
1143
+ watchers_count web_commit_signoff_required</code></pre>
1144
1144
  </div></div>
1145
1145
  </div>
1146
1146
  </div>
@@ -1233,7 +1233,7 @@ the <code>jq</code> command-line utility:
1233
1233
  <div id="footer">
1234
1234
  <div id="footer-text">
1235
1235
  Last updated
1236
- 2022-02-02 17:29:17 GMT
1236
+ 2022-07-30 10:20:13 BST
1237
1237
  </div>
1238
1238
  </div>
1239
1239
  </body>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-multi
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-02 00:00:00.000000000 Z
11
+ date: 2022-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -220,7 +220,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  version: 2.6.0
221
221
  - - "<"
222
222
  - !ruby/object:Gem::Version
223
- version: 2.7.0
223
+ version: 3.0.0
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - ">="