git-process 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/CHANGELOG.md +9 -1
  2. metadata +15 -15
data/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
- # CHANGELOG - 2.0.2 #
1
+ # CHANGELOG - 2.0.4 #
2
+
3
+ ### Since 2.0.3 ###
4
+
5
+ * Fixed incompatibility with git 1.7 ([GH-128](https://github.com/jdigger/git-process/issues/128))
6
+
7
+ ### Since 2.0.2 ###
8
+
9
+ * Locked down dependencies due to a change in the "faraday" packages.
2
10
 
3
11
  ### Since 2.0.1 ###
4
12
 
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: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 3
10
- version: 2.0.3
9
+ - 4
10
+ version: 2.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Moore
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 9
29
+ hash: 7
30
30
  segments:
31
31
  - 2
32
32
  - 0
33
- - 3
34
- version: 2.0.3
33
+ - 4
34
+ version: 2.0.4
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: 9
45
+ hash: 7
46
46
  segments:
47
47
  - 2
48
48
  - 0
49
- - 3
50
- version: 2.0.3
49
+ - 4
50
+ version: 2.0.4
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: 9
61
+ hash: 7
62
62
  segments:
63
63
  - 2
64
64
  - 0
65
- - 3
66
- version: 2.0.3
65
+ - 4
66
+ version: 2.0.4
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: 9
77
+ hash: 7
78
78
  segments:
79
79
  - 2
80
80
  - 0
81
- - 3
82
- version: 2.0.3
81
+ - 4
82
+ version: 2.0.4
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