git-multi 3.0.2 → 3.0.3

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: 1e434825eba85cea365ab186cdcb1c9e22d71659
4
- data.tar.gz: a755a1adaedcb7814d7da70c1543e5b63926feac
3
+ metadata.gz: 2bbda5e1ba22c2d331f886ccd77aae27f25baca6
4
+ data.tar.gz: 5cca3a47979b935abe8fc3de6ac80ca85364357f
5
5
  SHA512:
6
- metadata.gz: 4558c715cd243707a53492613300274aa5e601e90972738f78f07bb6cf317d74c422c3fab03d5288b2ce188d46e5057e282fea7f6931366fdff9b0c539102f60
7
- data.tar.gz: 3ad1e171f0e8ea5060d1b41dbe55b271eee96def77f11769e9a7a504f65f71331bd6248bf78402a6f2230da9666a124c892d8fd44ed1a5c87e4345ecfab203b3
6
+ metadata.gz: c4af9895f8ceb2ab9894cf566063ad0a4d73224748b322f366633ac1be02517905d8734af8e92f4e4640d3ddb90e865b791b9e3c2418b0ecaddf716c42b7c176
7
+ data.tar.gz: 9f684fc838ee48023a9c5eb5e155cb731ddebf7fe57fbbf842524b2e8cb3287c7eb61a8f1deed970e0660932957a91f045bde3d272b0f5a1fa607df2e69df7f0
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-multi (3.0.2)
5
- faraday (~> 0.15.0)
4
+ git-multi (3.0.3)
5
+ faraday (>= 0.9)
6
6
  octokit (~> 4)
7
7
 
8
8
  GEM
@@ -12,7 +12,7 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
13
  ast (2.4.0)
14
14
  coderay (1.1.2)
15
- faraday (0.15.4)
15
+ faraday (1.0.0)
16
16
  multipart-post (>= 1.2, < 3)
17
17
  interception (0.5)
18
18
  jaro_winkler (1.5.4)
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
 
26
26
  spec.post_install_message = Git::Multi::PIM
27
27
 
28
- spec.add_dependency 'faraday', '~> 0.15.0'
28
+ spec.add_dependency 'faraday', '>= 0.9'
29
29
  spec.add_dependency 'octokit', '~> 4'
30
30
 
31
31
  spec.add_development_dependency 'bundler'
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Multi
3
3
  NAME = 'git-multi'.freeze
4
- VERSION = '3.0.2'.freeze
4
+ VERSION = '3.0.3'.freeze
5
5
 
6
6
  def self.version
7
7
  "#{NAME} v#{VERSION}"
@@ -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 \fBv3\&.0\&.2\fR of \fIgit multi\fR \&... hooray!
34
+ This is \fBv3\&.0\&.3\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:
@@ -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>v3.0.2</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v3.0.3</code> of <em>git multi</em> &#8230; hooray!</p></div>
752
752
  </div>
753
753
  </div>
754
754
  <div class="sect1">
@@ -1222,7 +1222,7 @@ the <code>jq</code> command-line utility:
1222
1222
  <div id="footer">
1223
1223
  <div id="footer-text">
1224
1224
  Last updated
1225
- 2020-01-25 07:05:13 GMT
1225
+ 2020-01-25 07:45:42 GMT
1226
1226
  </div>
1227
1227
  </div>
1228
1228
  </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: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.15.0
19
+ version: '0.9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.15.0
26
+ version: '0.9'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: octokit
29
29
  requirement: !ruby/object:Gem::Requirement