git-multi 2.2.0 → 2.3.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
  SHA1:
3
- metadata.gz: c94b94babdacd0fd6a8a8c6c6c64c4d61dfe48fb
4
- data.tar.gz: a9950a275c9ab1925c8276a7c5bb73ac41e28f6e
3
+ metadata.gz: 1ead0ab159501d10ef18329823e7a07605bd34ff
4
+ data.tar.gz: c4279aad9b7172ff4373e3eaf971857d4d43325d
5
5
  SHA512:
6
- metadata.gz: 9f0ce4a1f02fa57cee715f6f33f7d367045f2fe0493133f46fa62bdef7698f2abc11f11a0c0b49f7712aa8ef17d2a80bb8011be0cfcd3a6ec04ba3f6e3b1f3ba
7
- data.tar.gz: 86d32baff6d2b86528d6db715981838728c89f89eab192715b23ca8a7b9d8749d2a7f8b2d9cd675de3af37fe522e82c1b6a238fffcdd97b4ddb4625372aef5d5
6
+ metadata.gz: 74d79e46848f4437d0dc2a9bd6554298e93f622d7da58db2a34a0782f9f10ab10d89420f5c33ad330480f974dd7bd1350b90aefce1ff9e2338c74b7a2db9194c
7
+ data.tar.gz: b3ebb97b367218e741f42de2750a70a6ddeb96d1a567bf3ee8d66d9b98b4f5daef8b94dbc2bd321fcda2f2ae5736019042b3045a1f44173afcaf064525e634ff
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.3.8
@@ -5,7 +5,15 @@ module Git
5
5
  module_function
6
6
 
7
7
  def version
8
- puts Git::Multi::LONG_VERSION
8
+ dependencies = [
9
+ "octokit.rb v#{Octokit::VERSION}",
10
+ "sawyer v#{Sawyer::VERSION}",
11
+ "faraday v#{Faraday::VERSION}",
12
+ "addressable v#{Addressable::VERSION::STRING}",
13
+ "#{RUBY_ENGINE} #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}",
14
+ ].join(', ')
15
+
16
+ puts "#{Git::Multi::NAME} v#{Git::Multi::VERSION} (#{dependencies})"
9
17
  end
10
18
 
11
19
  def help
@@ -1,21 +1,6 @@
1
- require 'octokit'
2
- require 'sawyer'
3
- require 'faraday'
4
- require 'addressable'
5
-
6
1
  module Git
7
2
  module Multi
8
3
  NAME = 'git-multi'.freeze
9
- VERSION = '2.2.0'.freeze
10
-
11
- DEPENDENCY_VERSIONS = [
12
- "octokit.rb v#{Octokit::VERSION}",
13
- "sawyer v#{Sawyer::VERSION}",
14
- "faraday v#{Faraday::VERSION}",
15
- "addressable v#{Addressable::VERSION::STRING}",
16
- "#{RUBY_ENGINE} #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}",
17
- ].join(', ').freeze
18
-
19
- LONG_VERSION = "#{NAME} v#{VERSION} (#{DEPENDENCY_VERSIONS})".freeze
4
+ VERSION = '2.3.0'.freeze
20
5
  end
21
6
  end
data/lib/git/multi.rb CHANGED
@@ -6,6 +6,8 @@ require 'shellwords'
6
6
 
7
7
  require 'octokit'
8
8
  require 'sawyer'
9
+ require 'faraday'
10
+ require 'addressable'
9
11
 
10
12
  require 'ext/dir'
11
13
  require 'ext/string'
data/man/git-multi.1 CHANGED
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-multi
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
- .\" Date: 11/12/2018
5
+ .\" Date: 11/13/2018
6
6
  .\" Manual: Git Manual
7
7
  .\" Source: Git 2.19.1.542.gc4df23f792.dirty
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MULTI" "1" "11/12/2018" "Git 2\&.19\&.1\&.542\&.gc4df23" "Git Manual"
10
+ .TH "GIT\-MULTI" "1" "11/13/2018" "Git 2\&.19\&.1\&.542\&.gc4df23" "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 \fBv2\&.2\&.0\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv2\&.3\&.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:
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>v2.2.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v2.3.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
752
752
  </div>
753
753
  </div>
754
754
  <div class="sect1">
@@ -1209,7 +1209,7 @@ the <code>jq</code> command-line utility:
1209
1209
  <div id="footer">
1210
1210
  <div id="footer-text">
1211
1211
  Last updated
1212
- 2018-11-12 21:37:52 GMT
1212
+ 2018-11-13 11:27:45 GMT
1213
1213
  </div>
1214
1214
  </div>
1215
1215
  </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: 2.2.0
4
+ version: 2.3.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: 2018-11-12 00:00:00.000000000 Z
11
+ date: 2018-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit