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: 047d8374efd4e4538e833ad29cd8810dd46ce374
4
- data.tar.gz: 21128daae406df84dba354facddb350a8269d0af
3
+ metadata.gz: 7dca7e6d68a09bb938cb89cc8bb2c05712452685
4
+ data.tar.gz: c8986acbda534129dd2cb76b66d35b2a8e7643af
5
5
  SHA512:
6
- metadata.gz: cc98d873a852cc18e45204c8877277348b014c4c40858df5a64b8b315a69b1c97cb139f12e31ffaa48ae47d322ddc90611542df6f73ac5b7ebd7d9cfde20c12d
7
- data.tar.gz: f7e2341f50f7d43d0ada6df0aba04da4e08eef7f6e9a9e1f10123d896b6ffa6220e1844fa75ab8c77f234d8451387ac073185f911f1cb965b28911c1ba0f1e11
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 pull . #{branch}"
22
+ run_cmd "git merge --no-ff #{branch}"
23
23
  run_cmd "git push origin HEAD"
24
24
 
25
25
  IntegrateCommand.new.integrate('staging')
@@ -1,5 +1,5 @@
1
1
  module Thegarage
2
2
  module Gitx
3
- VERSION = '2.0.5'
3
+ VERSION = '2.1.0'
4
4
  end
5
5
  end
@@ -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 pull . feature-branch").ordered
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.5
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-05-07 00:00:00.000000000 Z
11
+ date: 2014-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rugged