git-process 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +8 -2
  2. data/man/git-process.1 +2 -2
  3. metadata +16 -16
data/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
- # CHANGELOG - 1.2.0 #
1
+ # CHANGELOG - 2.0.2 #
2
2
 
3
3
  ### Since 2.0.1 ###
4
4
 
5
- Changed git-pull-request to git-pull-req
5
+ * Added "extra safe" code for deleting on Windows ([GH-121](https://github.com/jdigger/git-process/issues/121))
6
+ * Unknown variable for handling uncommited changes for sync ([GH-123](https://github.com/jdigger/git-process/issues/123))
7
+ * git-sync -r now keeps rebase on instead of acting as a switch ([GH-122](https://github.com/jdigger/git-process/issues/122))
8
+
9
+ ### Since 2.0.0 ###
10
+
11
+ * Changed git-pull-request to git-pull-req
6
12
 
7
13
  ### Since 1.1.4 ###
8
14
 
data/man/git-process.1 CHANGED
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-process
3
3
  .\" Author: [see the "AUTHOR" section]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 09/11/2013
5
+ .\" Date: 09/17/2013
6
6
  .\" Manual: \ \&
7
7
  .\" Source: \ \&
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-PROCESS" "1" "09/11/2013" "\ \&" "\ \&"
10
+ .TH "GIT\-PROCESS" "1" "09/17/2013" "\ \&" "\ \&"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-process
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Moore
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-09-11 00:00:00 -06:00
18
+ date: 2013-09-17 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 13
29
+ hash: 11
30
30
  segments:
31
31
  - 2
32
32
  - 0
33
- - 1
34
- version: 2.0.1
33
+ - 2
34
+ version: 2.0.2
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - "="
44
44
  - !ruby/object:Gem::Version
45
- hash: 13
45
+ hash: 11
46
46
  segments:
47
47
  - 2
48
48
  - 0
49
- - 1
50
- version: 2.0.1
49
+ - 2
50
+ version: 2.0.2
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  - !ruby/object:Gem::Dependency
@@ -58,12 +58,12 @@ dependencies:
58
58
  requirements:
59
59
  - - "="
60
60
  - !ruby/object:Gem::Version
61
- hash: 13
61
+ hash: 11
62
62
  segments:
63
63
  - 2
64
64
  - 0
65
- - 1
66
- version: 2.0.1
65
+ - 2
66
+ version: 2.0.2
67
67
  type: :runtime
68
68
  version_requirements: *id003
69
69
  - !ruby/object:Gem::Dependency
@@ -74,12 +74,12 @@ dependencies:
74
74
  requirements:
75
75
  - - "="
76
76
  - !ruby/object:Gem::Version
77
- hash: 13
77
+ hash: 11
78
78
  segments:
79
79
  - 2
80
80
  - 0
81
- - 1
82
- version: 2.0.1
81
+ - 2
82
+ version: 2.0.2
83
83
  type: :runtime
84
84
  version_requirements: *id004
85
85
  description: A set of scripts to make working with git easier and more consistent