foreman 0.50.0 → 0.51.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.
@@ -31,7 +31,7 @@ class Foreman::Engine::CLI < Foreman::Engine
31
31
 
32
32
  def color?
33
33
  return true if @@color_force
34
- return true if Foreman.windows?
34
+ return false if Foreman.windows?
35
35
  return false unless self.respond_to?(:isatty)
36
36
  self.isatty && ENV["TERM"]
37
37
  end
@@ -49,9 +49,8 @@ class Foreman::Engine::CLI < Foreman::Engine
49
49
 
50
50
  def startup
51
51
  @colors = map_colors
52
- proctitle "foreman: master"
53
- require "win32console" if Foreman.windows?
54
- Color.enable($stdout, options[:color]) unless $stdout.respond_to?(:color?)
52
+ proctitle "foreman: master" unless Foreman.windows?
53
+ Color.enable($stdout, options[:color])
55
54
  end
56
55
 
57
56
  def output(name, data)
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.50.0"
3
+ VERSION = "0.51.0"
4
4
 
5
5
  end
data/man/foreman.1 CHANGED
@@ -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" "July 2012" "Foreman 0.50.0" "Foreman Manual"
4
+ .TH "FOREMAN" "1" "July 2012" "Foreman 0.51.0" "Foreman Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBforeman\fR \- manage Procfile\-based applications
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
16
- requirement: &70273928866960 !ruby/object:Gem::Requirement
16
+ requirement: &70176192351000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.13.6
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70273928866960
24
+ version_requirements: *70176192351000
25
25
  description: Process manager for applications with multiple components
26
26
  email: ddollar@gmail.com
27
27
  executables:
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 2988122177042669007
126
+ hash: -718384800535143884
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  none: false
129
129
  requirements:
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 2988122177042669007
135
+ hash: -718384800535143884
136
136
  requirements: []
137
137
  rubyforge_project:
138
138
  rubygems_version: 1.8.11