procman 1.6.1 → 1.6.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.
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.1'
7
+ VERSION = '1.6.2'
8
8
 
9
9
  class Error < StandardError; end
10
10
 
@@ -0,0 +1 @@
1
+ require 'proc_man/capistrano'
data/procman-1.6.1.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.1
4
+ version: 1.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,8 +25,10 @@ files:
25
25
  - lib/proc_man/process.rb
26
26
  - lib/proc_man/procfile.rb
27
27
  - lib/proc_man.rb
28
+ - lib/procman/capistrano.rb
28
29
  - LICENCE
29
30
  - Procfile.template
31
+ - procman-1.6.1.gem
30
32
  - procman.gemspec
31
33
  - README.md
32
34
  homepage: http://atechmedia.com