guignol 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guignol (0.3.3)
4
+ guignol (0.3.4)
5
5
  activesupport
6
6
  fog (~> 1.6.0)
7
7
  parallel (~> 0.5.14)
@@ -14,7 +14,11 @@ module Guignol
14
14
  end
15
15
 
16
16
  def self.shared_shell
17
- @shared_shell ||= Thor::Base.shell.new
17
+ @shared_shell ||= if $stdout.tty?
18
+ Thor::Shell::Color.new
19
+ else
20
+ Thor::Shell::Basic.new
21
+ end
18
22
  end
19
23
 
20
24
  def self.exit_on_failure?
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Guignol
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guignol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
232
  version: '0'
233
233
  segments:
234
234
  - 0
235
- hash: -3247925171608667850
235
+ hash: 3995789011153401416
236
236
  required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  none: false
238
238
  requirements: