capistrano-deploy-management 0.1.1 → 0.1.2

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.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'capistrano-deploy-management'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Dominik Rodler']
7
7
  s.email = ['dominik.rodler@gmail.com']
data/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ - 0.1.1
2
+ fixed bug in unicorn recipe
3
+
1
4
  - 0.1.1
2
5
  integrated / updated further recipes:
3
6
  - unicorn
@@ -15,7 +15,7 @@ module CapistranoDeployManagement
15
15
 
16
16
  desc 'Start unicorn.'
17
17
  task :start, :roles => :app, :except => {:no_release => true} do
18
- run "cd #{current_path} && unicorn -c #{unicorn_pidfile} -E production -D"
18
+ run "cd #{current_path} && unicorn -c #{unicorn_config} -E production -D"
19
19
  end
20
20
 
21
21
  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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: