capistrano-migeorge-formatter 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e55b1e99f1892613a7dd515ce4aec7e3927e067
4
- data.tar.gz: 6213d6168b1ff3607d969d6eab0bdcef82bc52e9
3
+ metadata.gz: 55850e266e59065c5cbce579026a5e988c54a2bf
4
+ data.tar.gz: e28859f85967332d7ac701c5be5bb1928d3993b0
5
5
  SHA512:
6
- metadata.gz: 6ff906bf36d33222b24b56f6849aefc983a31a11b9f95bad086a7d9c0c42e8bdf8619bbd5a7137cb252914b05e33adccb326a07b7349fa19060a057f429396d0
7
- data.tar.gz: 69730dcbcb4a901b5f603cb8ba15d3ddbb4d3f8f2efde0ccc60a01ecafb228f260f9aec7d83cf5b8e4c9adfe889c973075288fe87fbe64888b5e23537d781cf2
6
+ metadata.gz: 9667caf6501a85675f0a678a3cd6b16449f4164c05559662fccb23cb18cc9fc23182c0bc36d1e262e89058a2894ee3954ef169286c9cabf1f1ce246de96b2d5d
7
+ data.tar.gz: f1e2f3e1ffc2c02e36df7ca72b877d19b328f0dce1bf4e49ee73329d108893e7211ad32ca7a71948d8118ab2f0be626faecdbec2224721fd1952c05290dd0b12
@@ -1,3 +1,3 @@
1
1
  module CapistranoMigeorgeFormatter
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -37,7 +37,7 @@ module SSHKit
37
37
  @stderr << formatted_stream(command.stderr)
38
38
 
39
39
  if command.finished?
40
- original_output << c.bold { command.failure? ? c.red('\u2717') : c.green('\u2713') }
40
+ original_output << c.bold { command.failure? ? c.red('\xe2\x9C\x97') : c.green('\xe2\x9c\x93') }
41
41
  original_output << "\n"
42
42
 
43
43
  if command.failure?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-migeorge-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Palhas