fluent_command_builder 0.8.3 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module FluentCommandBuilder
29
29
 
30
30
  def print_command_on_execute(visible_command)
31
31
  print magenta, visible_command, reset, "\n" if @should_print_on_execute && !@executor.will_print_on_execute?
32
+ STDOUT.flush
32
33
  end
33
34
 
34
35
  def validate_should_print_on_execute
@@ -6,6 +6,7 @@ module FluentCommandBuilder
6
6
 
7
7
  def print_warning(message)
8
8
  print yellow, 'WARNING: ', message, reset, "\n"
9
+ STDOUT.flush
9
10
  end
10
11
 
11
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent_command_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-26 00:00:00.000000000 Z
12
+ date: 2012-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70257642253220 !ruby/object:Gem::Requirement
16
+ requirement: &70229780127320 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70257642253220
24
+ version_requirements: *70229780127320
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: term-ansicolor
27
- requirement: &70257642252780 !ruby/object:Gem::Requirement
27
+ requirement: &70229780126880 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70257642252780
35
+ version_requirements: *70229780126880
36
36
  description: Fluent Command Builder makes building command lines easy and clean.
37
37
  email: matthew-github@matthewriley.name
38
38
  executables: []