capistrano-deploy-management 0.1.14 → 0.1.15

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.14'
5
+ s.version = '0.1.15'
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
1
+ - 0.1.13 / 0.1.14 / 0.1.15
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} && bundle exec rails s puma --port $(#{puma_port}) -e #{rails_env} --pidfile #{puma_pidfile}"
22
+ run "cd #{current_path} && RAILS_ENV=#{rails_env} bundle exec rails s puma --port 3005 -e #{rails_env} --pidfile #{puma_pidfile}"
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.14
4
+ version: 0.1.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: