ssp 0.6.1 → 0.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.
@@ -32,7 +32,7 @@ class SSP::App::Chef < Thor
32
32
  end
33
33
  chef_config
34
34
  node = "#{options[:production] ? "#{app}-app-01" : "sage"}.sspti.me"
35
- command = "sudo chef-client -V -l debug -L /tmp/#{app}_deploy_chef_run.#{Time.now.strftime("%Y%m%d%H%M")}.log | grep '\\[[^]]*\\] [A-Z]*:' | grep -v DEBUG:"
35
+ command = "sudo chef-client -V -l debug -L /tmp/#{app}_deploy_chef_run.#{Time.now.strftime("%Y%m%d%H%M")}.log | grep --line-buffered '\\[[^]]*\\] [A-Z]*:' | grep -v DEBUG:"
36
36
 
37
37
  env = options[:production] ? "production" : "staging"
38
38
  deploy_action = options[:rollback] ? "rollback" : options[:force] ? "force_deploy" : "deploy"
data/lib/ssp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module SSP
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 1
9
- version: 0.6.1
8
+ - 2
9
+ version: 0.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - "L\xC3\xA1szl\xC3\xB3 B\xC3\xA1csi"