git-pull-req 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -1
  3. data/man/git-pull-req.1 +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ce1dc9c7f9680bda52a98f9196de095f0518b1f
4
- data.tar.gz: b1231c3508b4b9ebaec3b52386825cfb60ea9181
3
+ metadata.gz: 8844db49fbf58ad75573bc71437827abb4c83788
4
+ data.tar.gz: c8bdaad20c6e73b46064b3b46d4ebd0e361834a5
5
5
  SHA512:
6
- metadata.gz: 32c47d51af6d2d815c76b5a580bbd534e5203e1b6d7cd81a92b420a402338cb79dcafb12b9f94d963bb80a45d7ecb38972c8b3cb226ce0e99ed0cd1384544c2f
7
- data.tar.gz: bb82b99df373a4469f093b29630a8387d834849457329e8b07f45aafb0ea639f0e48f3c633ae6766844ccd48947a7a94906b88e56f0e02caf7d1f0d9c524645e
6
+ metadata.gz: 2148a4842d11dcb01d693151ba6830d7197e1746cb52eefd62e6c9174e4498ca4369b4e08b3a9391457e9018fb3fb571c779d2e57fc1d62486a2769c40376222
7
+ data.tar.gz: 697c8a8c1be147d51d08cf28d5101099170e4f0e49e6e62e2670382372781353dd5f21ceef3cd2aa901fac3099020914a28f7e7a400b553e72d12839d5514b0c
@@ -1,4 +1,8 @@
1
- # CHANGELOG - 3.0.0 #
1
+ # CHANGELOG - 3.0.1 #
2
+
3
+ ### Since 3.0.0 ###
4
+
5
+ * Fixed "ambiguous arguments" problem ([GH-145](https://github.com/jdigger/git-process/issues/145))
2
6
 
3
7
  ### Since 2.0.5 ###
4
8
 
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-pull-req
3
3
  .\" Author: [see the "AUTHOR" section]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 03/18/2016
5
+ .\" Date: 04/20/2016
6
6
  .\" Manual: \ \&
7
7
  .\" Source: \ \&
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-PULL\-REQ" "1" "03/18/2016" "\ \&" "\ \&"
10
+ .TH "GIT\-PULL\-REQ" "1" "04/20/2016" "\ \&" "\ \&"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-pull-req
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-18 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git-process-lib
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0
19
+ version: 3.0.1
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: 3.0.0
26
+ version: 3.0.1
27
27
  description: Fetches the latest repository from the server, rebases/merges the current
28
28
  branch against the changes in the integration branch, then pushes the result up
29
29
  to a branch on the server of the same name. (Unless told not to.)