git-multi 1.2.0 → 1.2.1

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: 13f924a6a3aad4601b2fd83d11b92f628756ba43bfaaa0d9a968754cd94ee67f
4
- data.tar.gz: e75c6fe671c96eedb1c9b0c0c2c545e13ac86ae95dd7225dad99ee75a95728f7
3
+ metadata.gz: 6af6353cc4f6c4e5ad93490b27e19b4ad7c359b12aedeea3ea489d7ffded2c8c
4
+ data.tar.gz: b3c62ae543ce6d46e7f3da8f7647988115dc03f6da09634d40d7ad71612ec34e
5
5
  SHA512:
6
- metadata.gz: b5ccee6a83810fd1dbfa637d2e083695b31e8449dc76fb66829e642adab2fd42e73b013f220a40fc7889d4b6c308abf549d2cb6e15a1553370b99a82377d359f
7
- data.tar.gz: 9aa769c201d6be15ef71b08d4120ba8129c3bfe319fefaf513503161c34e674c93bd7533ba24330e999caa82e928c1dd1f49d3e34fb21cfd8d917f68b3a74807
6
+ metadata.gz: e54ff429c6bd5865a1d717d943cc97d1e7436d35d07798ff3b62673c64b72d5056bd2ea331fec7a5ae63dd502aa2271738655c4942dea8666e77061a2344795a
7
+ data.tar.gz: 76544193d3d55ea41b1d2c9328461bc9b2c5a6869f55f4847a6e8a1ab9f7185e23b9a7a6d80f6b4f3f0173a64313614da43fd57ff32efcd94d722e93386d3763
data/exe/git-multi CHANGED
@@ -4,7 +4,7 @@ lib = File.expand_path('../../lib', __FILE__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require 'git/multi'
6
6
 
7
- if (command = ARGV.shift).start_with? '++'
7
+ if (command = ARGV.shift)&.start_with? '++'
8
8
  multi_repo = command[2..-1]
9
9
  if Git::Multi.valid?(multi_repo)
10
10
  command = nil
@@ -6,7 +6,7 @@ require 'addressable'
6
6
  module Git
7
7
  module Multi
8
8
  NAME = 'git-multi'.freeze
9
- VERSION = '1.2.0'.freeze
9
+ VERSION = '1.2.1'.freeze
10
10
 
11
11
  DEPENDENCY_VERSIONS = [
12
12
  "octokit.rb v#{Octokit::VERSION}",
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 \fBv1\&.2\&.0\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv1\&.2\&.1\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>v1.2.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v1.2.1</code> of <em>git multi</em> &#8230; hooray!</p></div>
752
752
  </div>
753
753
  </div>
754
754
  <div class="sect1">
@@ -1200,7 +1200,7 @@ the <code>jq</code> command-line utility:
1200
1200
  <div id="footer">
1201
1201
  <div id="footer-text">
1202
1202
  Last updated
1203
- 2018-11-09 16:23:25 GMT
1203
+ 2018-11-09 16:43:35 GMT
1204
1204
  </div>
1205
1205
  </div>
1206
1206
  </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: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk