git-multi 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -0
- data/Rakefile +21 -0
- data/exe/git-multi +1 -0
- data/lib/git/multi/commands.rb +5 -10
- data/lib/git/multi/version.rb +1 -1
- data/lib/git/multi.rb +2 -1
- data/man/git-multi.1 +551 -0
- data/{doc/git-multi.txt → man/git-multi.erb} +15 -8
- data/man/git-multi.html +1186 -0
- metadata +5 -3
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: 1.0.
|
4
|
+
version: 1.0.4
|
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-09-
|
11
|
+
date: 2018-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octokit
|
@@ -87,7 +87,6 @@ files:
|
|
87
87
|
- bin/setup
|
88
88
|
- contrib/git-dash/git-dash.erb
|
89
89
|
- contrib/git-dash/git-dash.rb
|
90
|
-
- doc/git-multi.txt
|
91
90
|
- exe/git-multi
|
92
91
|
- git-multi.gemspec
|
93
92
|
- lib/ext/commify.rb
|
@@ -101,6 +100,9 @@ files:
|
|
101
100
|
- lib/git/multi/commands.rb
|
102
101
|
- lib/git/multi/settings.rb
|
103
102
|
- lib/git/multi/version.rb
|
103
|
+
- man/git-multi.1
|
104
|
+
- man/git-multi.erb
|
105
|
+
- man/git-multi.html
|
104
106
|
homepage: https://github.com/pvdb/git-multi
|
105
107
|
licenses:
|
106
108
|
- MIT
|