thegarage-gitx 2.0.5 → 2.1.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7dca7e6d68a09bb938cb89cc8bb2c05712452685
|
|
4
|
+
data.tar.gz: c8986acbda534129dd2cb76b66d35b2a8e7643af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba747230792c393f1c5e3a1ca3c399000b041b29f0c2dc2783c853ae13474f65682394c839427fe9ab6fad5a83fab02d5907edfec1d7acdc63fa4cd3ff6ba4bb
|
|
7
|
+
data.tar.gz: 3a5c090fc0d0f6d8571b0794e7f575e844717b012c7984eda6ff8b205759e1d32c87cba82c5ea537dbdef6895449204c9596fdb8fe36e4d48128a2b7fcd44098
|
|
@@ -19,7 +19,7 @@ module Thegarage
|
|
|
19
19
|
|
|
20
20
|
checkout_branch Thegarage::Gitx::BASE_BRANCH
|
|
21
21
|
run_cmd "git pull origin #{Thegarage::Gitx::BASE_BRANCH}"
|
|
22
|
-
run_cmd "git
|
|
22
|
+
run_cmd "git merge --no-ff #{branch}"
|
|
23
23
|
run_cmd "git push origin HEAD"
|
|
24
24
|
|
|
25
25
|
IntegrateCommand.new.integrate('staging')
|
|
@@ -43,7 +43,7 @@ describe Thegarage::Gitx::Cli::ReleaseCommand do
|
|
|
43
43
|
|
|
44
44
|
expect(cli).to receive(:run_cmd).with("git checkout master").ordered
|
|
45
45
|
expect(cli).to receive(:run_cmd).with("git pull origin master").ordered
|
|
46
|
-
expect(cli).to receive(:run_cmd).with("git
|
|
46
|
+
expect(cli).to receive(:run_cmd).with("git merge --no-ff feature-branch").ordered
|
|
47
47
|
expect(cli).to receive(:run_cmd).with("git push origin HEAD").ordered
|
|
48
48
|
|
|
49
49
|
cli.release
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thegarage-gitx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Sonnek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rugged
|