procman 1.6.3 → 1.6.4

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.
data/lib/proc_man.rb CHANGED
@@ -4,7 +4,7 @@ require 'proc_man/constraint'
4
4
 
5
5
  module ProcMan
6
6
 
7
- VERSION = '1.6.3'
7
+ VERSION = '1.6.4'
8
8
 
9
9
  class Error < StandardError; end
10
10
 
@@ -21,7 +21,7 @@ Capistrano::Configuration.instance(:must_exist).load do
21
21
 
22
22
  def procman_command(command)
23
23
 
24
- procfile_path = fetch(:procfile_path, "./Procfile")
24
+ procfile_path = fetch(:procfile_path, "#{current_path}/Procfile")
25
25
  procfile = procfile_path ? " --procfile #{procfile_path}" : ''
26
26
 
27
27
  if processes = fetch(:processes, nil)
data/procman-1.6.3.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: procman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,6 +29,7 @@ files:
29
29
  - LICENCE
30
30
  - Procfile.template
31
31
  - procman-1.6.2.gem
32
+ - procman-1.6.3.gem
32
33
  - procman.gemspec
33
34
  - README.md
34
35
  homepage: http://atechmedia.com