git-to-master 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG.md +9 -1
  2. metadata +6 -6
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-to-master
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
  description: Fetches the latest repository from the server, rebases/merges the current branch against the changes in the integration branch, then pushes the result up to a branch on the server of the same name. (Unless told not to.)