capistrano-deploy-management 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.15'
5
+ s.version = '0.1.16'
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,4 +1,4 @@
1
- - 0.1.13 / 0.1.14 / 0.1.15
1
+ - 0.1.13 / 0.1.14 / 0.1.15 / 0.1.16
2
2
  fix puma configuration
3
3
 
4
4
  - 0.1.10 / 0.1.11 / 0.1.12
@@ -19,7 +19,7 @@ module CapistranoDeployManagement
19
19
  task :start, :roles => :app, :except => {:no_release => true} do
20
20
  # run "cd #{current_path} && puma -C #{puma_config}"
21
21
  # TODO: fix hardcoded port setting by using a config file
22
- run "cd #{current_path} && RAILS_ENV=#{rails_env} bundle exec rails s puma --port 3005 -e #{rails_env} --pidfile #{puma_pidfile}"
22
+ run "cd #{current_path} && RAILS_ENV=#{rails_env} bundle exec rails s puma --port 3005 --pidfile '#{puma_pidfile}' -e #{rails_env}"
23
23
  end
24
24
 
25
25
  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.15
4
+ version: 0.1.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: