geordi 0.12.6 → 0.12.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -81,8 +81,7 @@ header("You are about to deploy the following commits from #{master_branch} to #
81
81
  call_or_fail("git log #{production_branch}..#{master_branch} --oneline")
82
82
 
83
83
  if prompt("Go ahead with the deployment? (y/n)", "n").downcase == 'y'
84
- puts("git merge #{master_branch} && git push && cap #{production_stage} deploy:migrations")
85
- call_or_fail("git merge #{master_branch} && git push && cap #{production_stage} deploy:migrations")
84
+ call_or_fail("git merge #{master_branch} && git push && bundle exec cap #{production_stage} deploy:migrations")
86
85
  success 'Deployment complete.'
87
86
  else
88
87
  error 'Deployment cancelled.'
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.12.6'
2
+ VERSION = '0.12.7'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 6
10
- version: 0.12.6
9
+ - 7
10
+ version: 0.12.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-18 00:00:00 Z
18
+ date: 2012-06-05 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
@@ -106,10 +106,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements: []
107
107
 
108
108
  rubyforge_project: geordi
109
- rubygems_version: 1.8.10
109
+ rubygems_version: 1.8.23
110
110
  signing_key:
111
111
  specification_version: 3
112
112
  summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
113
113
  test_files: []
114
114
 
115
- has_rdoc: