capistrano-deploy-management 0.1.33 → 0.1.34

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.
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'capistrano-deploy-management'
4
4
  s.description = 'Collection of Capistrano recipes for deploying Rails apps into high-performance environments'
5
- s.version = '0.1.33'
5
+ s.version = '0.1.34'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['Dominik Rodler']
8
8
  s.email = ['dominik.rodler@gmail.com']
data/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ - 0.1.34
2
+ start unicon using bundle exec
3
+
1
4
  - 0.1.23 / 0.1.24 / 0.1.25 / 0.1.26 / 0.1.27 / 0.1.28 / 0.1.28 / 0.1.30 / 0.1.31 / 0.1.32 / 0.1.32
2
5
  work in progress: only precompile assets if any assets have changed
3
6
 
@@ -18,7 +18,7 @@ module CapistranoDeployManagement
18
18
 
19
19
  desc 'Start unicorn.'
20
20
  task :start, :roles => :app do
21
- run "cd #{current_path} && unicorn -c #{unicorn_config} -E #{rails_env} -D"
21
+ run "cd #{current_path} && bundle exec unicorn -c #{unicorn_config} -E #{rails_env} -D"
22
22
  end
23
23
 
24
24
  desc 'Stop unicorn.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-deploy-management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-22 00:00:00.000000000 Z
12
+ date: 2012-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano