git-runner-deploy 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git-runner-deploy.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f2da21103512291854c878d6438d517941367a5
4
- data.tar.gz: 7e4f5136ae27f59394737147c3e4c493dbf06c0c
3
+ metadata.gz: 2761ab760e49bf158b4e2560b5f52a781bc706e1
4
+ data.tar.gz: 6628aa11d994a92f1cf41387eb54637a08c16c69
5
5
  SHA512:
6
- metadata.gz: 6b8bb8ff2ad4f52a17da7b87ad0281a8c5725abc4fd9306e23cdd3f2e17508889cd989f8efabd308807343b6e8586cec2d52fab5e7fa4e3bb609a51f1ffb0260
7
- data.tar.gz: 4a9521c6ddf9acddf2d0530f923f2486fc54555ab3ae6a98f74423add0e78fd74cc021d8cc4dba098cc4d00374adb9558d91b180281b3f63661afe4d17ae3e17
6
+ metadata.gz: 40076b7f495580bda7cd9fa018b04537ed608994efe0cc0360b9b13d3af00574fedab67325b92952a69c13fe7ebe8c78932291334e0112e6a7ce260ae357dcfa
7
+ data.tar.gz: c6c90d774609c603233b59924f301a273dc3d98ad66ec796590cadd7ae2ba085f70e6736c259ad84bd0028da8c6127e38389c1b02d139a2c856339d323cd9467
@@ -7,7 +7,7 @@ module GitRunner
7
7
 
8
8
  # Performs deployments using capistrano (cap deploy)
9
9
  class Deploy < Base
10
- VERSION = '0.2.0'
10
+ VERSION = '0.2.1'
11
11
 
12
12
  attr_accessor :clone_directory
13
13
 
@@ -41,7 +41,7 @@ module GitRunner
41
41
  private
42
42
  def default_deploy_command(branch_name)
43
43
  if multistage?
44
- "cap #{branch_name == 'master' ? 'production' : branch} deploy"
44
+ "cap #{branch_name == 'master' ? 'production' : branch_name} deploy"
45
45
  else
46
46
  "cap deploy"
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-runner-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-03 00:00:00.000000000 Z
11
+ date: 2014-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git-runner