foreman 0.80.2 → 0.81.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 032ae6241cdbe1d0f1f014ea68baf5a6de9bd262
4
- data.tar.gz: b5e7abe674b094242372d160354bd7dc5fa88b44
3
+ metadata.gz: 1fdde51adad323e0a4c3687d58aa3fd9a83fcbea
4
+ data.tar.gz: b9cbfb3dd2784599d8177ecdca3c6f1803d2e505
5
5
  SHA512:
6
- metadata.gz: ad6c73d6ae45697210213fe7a85a8b2370ddddb2c1d4bd4dcdb53cb4e370d35c732bf827432028f296e95a5c2ffb406bd5b695ffa03f5d95ab11314aa8865d21
7
- data.tar.gz: 6322358e1563c481d7e5dfb8be6e4999febee073bd36cacbb092b2acef4e5c201e1ef0eea8cd2880ebf13b4df9b04e10c73c65aa2a6626cc1224762bd28040aa
6
+ metadata.gz: 3a5f907888b451e93666d8335406e37dce3ea8e286b6282a9300b9eb27a1bd3cff6869f68480e305204f79e0cb1a45ce936d6987b18d183236999aa184c5dfc9
7
+ data.tar.gz: c3324384ef24aa90905b8d4eb8f5cc0fd4baa710eb3b51d20bcc7a7d81f0cc33d16f0ba4ed269beb877d9046014593c9733d6ebc79bc1eb2148e0d9704026594
@@ -6,7 +6,7 @@ class Foreman::Export::Supervisord < Foreman::Export::Base
6
6
  def export
7
7
  super
8
8
 
9
- Dir["#{location}/#{app}*.conf"].each do |file|
9
+ Dir["#{location}/#{app}.conf"].each do |file|
10
10
  clean file
11
11
  end
12
12
 
@@ -49,9 +49,9 @@ class Foreman::Process
49
49
  env = @options[:env].merge(options[:env] || {})
50
50
  output = options[:output] || $stdout
51
51
  runner = "#{Foreman.runner}".shellescape
52
-
52
+
53
53
  Dir.chdir(cwd) do
54
- Process.spawn(env, expanded_command(env), :out => output, :err => output, :pgroup => true)
54
+ Process.spawn env, expanded_command(env), :out => output, :err => output
55
55
  end
56
56
  end
57
57
 
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.80.2"
3
+ VERSION = "0.81.0"
4
4
 
5
5
  end
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "FOREMAN" "1" "April 2016" "Foreman 0.80.2" "Foreman Manual"
4
+ .TH "FOREMAN" "1" "April 2016" "Foreman 0.81.0" "Foreman Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBforeman\fR \- manage Procfile\-based applications
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.2
4
+ version: 0.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-24 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor