git-multi 2.3.0 → 2.4.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
  SHA1:
3
- metadata.gz: 1ead0ab159501d10ef18329823e7a07605bd34ff
4
- data.tar.gz: c4279aad9b7172ff4373e3eaf971857d4d43325d
3
+ metadata.gz: b318cfa926df6a1166ae8dfe09584a23dd31b394
4
+ data.tar.gz: 85f8eec214d92a50065197275e7fdff093896fa4
5
5
  SHA512:
6
- metadata.gz: 74d79e46848f4437d0dc2a9bd6554298e93f622d7da58db2a34a0782f9f10ab10d89420f5c33ad330480f974dd7bd1350b90aefce1ff9e2338c74b7a2db9194c
7
- data.tar.gz: b3ebb97b367218e741f42de2750a70a6ddeb96d1a567bf3ee8d66d9b98b4f5daef8b94dbc2bd321fcda2f2ae5736019042b3045a1f44173afcaf064525e634ff
6
+ metadata.gz: d51a1472f58f1c3e3f144a80fc62f5a2f143e9faa640e799158af4bc9102d7b27f3d533ae3c1120607f490f5052394b80d1fae4b76ea0d6084eb6ff88158ae99
7
+ data.tar.gz: 235025ca8590485a5e2933609ff4aa5dfec13ec3af1edac7e35c2726cb50ecedb5a9f91ef914127e8ae85d6d2aa954858af80e76d44a16fc5aa087a7c4cbb12b
data/git-multi.gemspec CHANGED
@@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = 'https://github.com/pvdb/git-multi'
15
15
  spec.license = 'MIT'
16
16
 
17
- spec.files = begin
18
- `git ls-files -z`
19
- .split("\x0")
20
- .reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- end
17
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
18
+ `git ls-files -z`
19
+ .split("\x0")
20
+ .reject { |f| f.match(%r{^(test|spec|features)/}) }
21
+ end
22
22
  spec.bindir = 'exe'
23
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ['lib']
@@ -1,6 +1,6 @@
1
1
  module Git
2
2
  module Multi
3
3
  NAME = 'git-multi'.freeze
4
- VERSION = '2.3.0'.freeze
4
+ VERSION = '2.4.0'.freeze
5
5
  end
6
6
  end
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 \fBv2\&.3\&.0\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv2\&.4\&.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.3.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v2.4.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-13 11:27:45 GMT
1212
+ 2018-11-13 20:59:28 GMT
1213
1213
  </div>
1214
1214
  </div>
1215
1215
  </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.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
@@ -92,7 +92,6 @@ files:
92
92
  - ".pryrc"
93
93
  - ".rubocop.yml"
94
94
  - ".ruby-version"
95
- - CODE_OF_CONDUCT.md
96
95
  - Gemfile
97
96
  - LICENSE.txt
98
97
  - README.md
data/CODE_OF_CONDUCT.md DELETED
@@ -1,13 +0,0 @@
1
- # Contributor Code of Conduct
2
-
3
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
-
5
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
6
-
7
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
-
9
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
-
11
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
-
13
- This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)