git-multi 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d67da6065deb617ec35011956c6c726d31da7fcb32f1672326f6de23bab2613
4
- data.tar.gz: d522c33fce1d1d53b785bca1b13bde697b9391c328bf717f90430016bb5f4e14
3
+ metadata.gz: d7c3cbcc82b49b0c40ebc4b396934a436701cffe9bdad6fb4ef70013b4c51b10
4
+ data.tar.gz: d3e7d42c3fa41a9c0f05720ffbcecf28041ad55c8923edc1972e40c7fc1aec5b
5
5
  SHA512:
6
- metadata.gz: 979d1a098da4582eb08dbd5183fc7af0f697484bb949d52b435b94d9d8163e23a405241a74a71fd8e8ebfea7a520c820f2a899c5693a789c9c71f2cc3d155896
7
- data.tar.gz: 2039285af97431a8704579d750f2e14a2a00e48225454db71b19a4f7f1450168bd1d2982965e9cc569a781527b7c05a2a3631a1f5002a8803d91a59a5ce53444
6
+ metadata.gz: 229a3d5cbd3af241047cc743e451bf8df35582af7e37f754cfa5c9264c4dab14faf3b8b55e7473686df46c555dfa21355cf5e4adbf8313cf8033d79f80d0a654
7
+ data.tar.gz: 52fba9d9f082a17a0a8adc41279fd10b73e10b79a4e93e462ec7f4dcf516366723d608997466dabe2a3eef24078341e1124fc4e0c694c35bbef4ff36e4588b11
data/Brewfile ADDED
@@ -0,0 +1,3 @@
1
+ brew 'asciidoc'
2
+ brew 'docbook'
3
+ brew 'xmlto'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-multi (2.7.0)
4
+ git-multi (2.8.0)
5
5
  faraday (~> 0.15.0)
6
6
  octokit (~> 4)
7
7
 
data/Rakefile CHANGED
@@ -41,8 +41,15 @@ end
41
41
 
42
42
  task :documentation => git_asciidoc do
43
43
  Dir.chdir(documentation) do
44
- # use git's documentation framework
45
- `make git-multi.1 git-multi.html`
44
+ brew_prefix = `brew --prefix`.strip
45
+ xml_catalog = File.join(brew_prefix, 'etc', 'xml', 'catalog')
46
+ cmd = "XML_CATALOG_FILES=#{xml_catalog} make git-multi.1 git-multi.html"
47
+
48
+ # use git's documentation framework to generate our man pages
49
+ sh(cmd) do |success, _status|
50
+ raise 'git documentation Makefile failed...' unless success
51
+ end
52
+
46
53
  FileUtils.cp 'git-multi.1', Git::Multi::MAN_PAGE
47
54
  FileUtils.cp 'git-multi.html', Git::Multi::HTML_PAGE
48
55
  end
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Multi
3
3
  NAME = 'git-multi'.freeze
4
- VERSION = '2.7.0'.freeze
4
+ VERSION = '2.8.0'.freeze
5
5
 
6
6
  def self.version
7
7
  "#{NAME} v#{VERSION}"
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: 01/23/2019
5
+ .\" Date: 09/30/2019
6
6
  .\" Manual: Git Manual
7
- .\" Source: Git 2.19.1.542.gc4df23f792.dirty
7
+ .\" Source: Git 2.23.0.385.gbc12974a89.dirty
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MULTI" "1" "01/23/2019" "Git 2\&.19\&.1\&.542\&.gc4df23" "Git Manual"
10
+ .TH "GIT\-MULTI" "1" "09/30/2019" "Git 2\&.23\&.0\&.385\&.gbc1297" "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\&.5\&.0\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv2\&.8\&.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:
@@ -490,27 +490,27 @@ blobs_url branches_url clone_url
490
490
  collaborators_url comments_url commits_url
491
491
  compare_url contents_url contributors_url
492
492
  created_at default_branch deployments_url
493
- description downloads_url events_url
494
- fork forks forks_count
495
- forks_url full_name git_commits_url
496
- git_refs_url git_tags_url git_url
497
- has_downloads has_issues has_pages
498
- has_projects has_wiki homepage
499
- hooks_url html_url id
500
- issue_comment_url issue_events_url issues_url
501
- keys_url labels_url language
502
- languages_url license merges_url
503
- milestones_url mirror_url name
504
- network_count node_id notifications_url
505
- open_issues open_issues_count organization
506
- owner permissions private
507
- pulls_url pushed_at releases_url
508
- size ssh_url stargazers_count
509
- stargazers_url statuses_url subscribers_count
510
- subscribers_url subscription_url svn_url
511
- tags_url teams_url trees_url
512
- updated_at url watchers
513
- watchers_count
493
+ description disabled downloads_url
494
+ events_url fork forks
495
+ forks_count forks_url full_name
496
+ git_commits_url git_refs_url git_tags_url
497
+ git_url has_downloads has_issues
498
+ has_pages has_projects has_wiki
499
+ homepage hooks_url html_url
500
+ id issue_comment_url issue_events_url
501
+ issues_url keys_url labels_url
502
+ language languages_url license
503
+ merges_url milestones_url mirror_url
504
+ name network_count node_id
505
+ notifications_url open_issues open_issues_count
506
+ organization owner permissions
507
+ private pulls_url pushed_at
508
+ releases_url size ssh_url
509
+ stargazers_count stargazers_url statuses_url
510
+ subscribers_count subscribers_url subscription_url
511
+ svn_url tags_url teams_url
512
+ trees_url updated_at url
513
+ watchers watchers_count
514
514
  .fi
515
515
  .if n \{\
516
516
  .RE
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.5.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v2.8.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
752
752
  </div>
753
753
  </div>
754
754
  <div class="sect1">
@@ -1110,27 +1110,27 @@ blobs_url branches_url clone_url
1110
1110
  collaborators_url comments_url commits_url
1111
1111
  compare_url contents_url contributors_url
1112
1112
  created_at default_branch deployments_url
1113
- description downloads_url events_url
1114
- fork forks forks_count
1115
- forks_url full_name git_commits_url
1116
- git_refs_url git_tags_url git_url
1117
- has_downloads has_issues has_pages
1118
- has_projects has_wiki homepage
1119
- hooks_url html_url id
1120
- issue_comment_url issue_events_url issues_url
1121
- keys_url labels_url language
1122
- languages_url license merges_url
1123
- milestones_url mirror_url name
1124
- network_count node_id notifications_url
1125
- open_issues open_issues_count organization
1126
- owner permissions private
1127
- pulls_url pushed_at releases_url
1128
- size ssh_url stargazers_count
1129
- stargazers_url statuses_url subscribers_count
1130
- subscribers_url subscription_url svn_url
1131
- tags_url teams_url trees_url
1132
- updated_at url watchers
1133
- watchers_count</code></pre>
1113
+ description disabled downloads_url
1114
+ events_url fork forks
1115
+ forks_count forks_url full_name
1116
+ git_commits_url git_refs_url git_tags_url
1117
+ git_url has_downloads has_issues
1118
+ has_pages has_projects has_wiki
1119
+ homepage hooks_url html_url
1120
+ id issue_comment_url issue_events_url
1121
+ issues_url keys_url labels_url
1122
+ language languages_url license
1123
+ merges_url milestones_url mirror_url
1124
+ name network_count node_id
1125
+ notifications_url open_issues open_issues_count
1126
+ organization owner permissions
1127
+ private pulls_url pushed_at
1128
+ releases_url size ssh_url
1129
+ stargazers_count stargazers_url statuses_url
1130
+ subscribers_count subscribers_url subscription_url
1131
+ svn_url tags_url teams_url
1132
+ trees_url updated_at url
1133
+ watchers watchers_count</code></pre>
1134
1134
  </div></div>
1135
1135
  </div>
1136
1136
  </div>
@@ -1214,7 +1214,7 @@ the <code>jq</code> command-line utility:
1214
1214
  <div id="footer">
1215
1215
  <div id="footer-text">
1216
1216
  Last updated
1217
- 2019-01-23 21:22:08 GMT
1217
+ 2019-09-30 17:41:54 BST
1218
1218
  </div>
1219
1219
  </div>
1220
1220
  </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: 2.7.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
@@ -135,6 +135,7 @@ files:
135
135
  - ".pryrc"
136
136
  - ".rubocop.yml"
137
137
  - ".ruby-version"
138
+ - Brewfile
138
139
  - CODE_OF_CONDUCT.md
139
140
  - Gemfile
140
141
  - Gemfile.lock