git-multi 3.0.2 → 3.0.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 +3 -3
- data/git-multi.gemspec +1 -1
- data/lib/git/multi/version.rb +1 -1
- data/man/git-multi.1 +1 -1
- data/man/git-multi.html +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bbda5e1ba22c2d331f886ccd77aae27f25baca6
|
|
4
|
+
data.tar.gz: 5cca3a47979b935abe8fc3de6ac80ca85364357f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4af9895f8ceb2ab9894cf566063ad0a4d73224748b322f366633ac1be02517905d8734af8e92f4e4640d3ddb90e865b791b9e3c2418b0ecaddf716c42b7c176
|
|
7
|
+
data.tar.gz: 9f684fc838ee48023a9c5eb5e155cb731ddebf7fe57fbbf842524b2e8cb3287c7eb61a8f1deed970e0660932957a91f045bde3d272b0f5a1fa607df2e69df7f0
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
git-multi (3.0.
|
|
5
|
-
faraday (
|
|
4
|
+
git-multi (3.0.3)
|
|
5
|
+
faraday (>= 0.9)
|
|
6
6
|
octokit (~> 4)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
@@ -12,7 +12,7 @@ GEM
|
|
|
12
12
|
public_suffix (>= 2.0.2, < 5.0)
|
|
13
13
|
ast (2.4.0)
|
|
14
14
|
coderay (1.1.2)
|
|
15
|
-
faraday (0.
|
|
15
|
+
faraday (1.0.0)
|
|
16
16
|
multipart-post (>= 1.2, < 3)
|
|
17
17
|
interception (0.5)
|
|
18
18
|
jaro_winkler (1.5.4)
|
data/git-multi.gemspec
CHANGED
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
|
|
26
26
|
spec.post_install_message = Git::Multi::PIM
|
|
27
27
|
|
|
28
|
-
spec.add_dependency 'faraday', '
|
|
28
|
+
spec.add_dependency 'faraday', '>= 0.9'
|
|
29
29
|
spec.add_dependency 'octokit', '~> 4'
|
|
30
30
|
|
|
31
31
|
spec.add_development_dependency 'bundler'
|
data/lib/git/multi/version.rb
CHANGED
data/man/git-multi.1
CHANGED
|
@@ -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 \fBv3\&.0\&.
|
|
34
|
+
This is \fBv3\&.0\&.3\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:
|
data/man/git-multi.html
CHANGED
|
@@ -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>v3.0.
|
|
751
|
+
<div class="paragraph"><p>This is <code>v3.0.3</code> of <em>git multi</em> … hooray!</p></div>
|
|
752
752
|
</div>
|
|
753
753
|
</div>
|
|
754
754
|
<div class="sect1">
|
|
@@ -1222,7 +1222,7 @@ the <code>jq</code> command-line utility:
|
|
|
1222
1222
|
<div id="footer">
|
|
1223
1223
|
<div id="footer-text">
|
|
1224
1224
|
Last updated
|
|
1225
|
-
2020-01-25 07:
|
|
1225
|
+
2020-01-25 07:45:42 GMT
|
|
1226
1226
|
</div>
|
|
1227
1227
|
</div>
|
|
1228
1228
|
</body>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-multi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Vandenberk
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: faraday
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: '0.9'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: '0.9'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: octokit
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|