capistrano-deploy-management 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.11'
4
+ s.version = '0.1.12'
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,4 +1,4 @@
1
- - 0.1.10 / 0.1.11
1
+ - 0.1.10 / 0.1.11 / 0.1.12
2
2
  fixed unicorn and puma recipe: only stop server, if pid file exists
3
3
 
4
4
  - 0.1.9
@@ -16,7 +16,8 @@ module CapistranoDeployManagement
16
16
 
17
17
  desc 'Start puma.'
18
18
  task :start, :roles => :app, :except => {:no_release => true} do
19
- run "cd #{current_path} && puma -C #{puma_config}"
19
+ # run "cd #{current_path} && puma -C #{puma_config}"
20
+ run "cd #{current_path} && puma --port 3005 -e production --pidfile #{puma_pidfile}" # TODO: fix hardcoded port setting by using a config file
20
21
  end
21
22
 
22
23
  desc 'Stop puma.'
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.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: