massa 0.0.6 → 0.0.7

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: 683d21a1f1dd0e06d7f6751095261a7b8250ed67
4
- data.tar.gz: 14a0f5be72378e2c9d816864fdaef3d3d481f13d
3
+ metadata.gz: 174cf1ca8b3d05a44bbead3b73423a68f74696ed
4
+ data.tar.gz: 41f65f81bcfad122bec51981f896651958e9a18d
5
5
  SHA512:
6
- metadata.gz: b3ba5e19acca90044203566b4cd8571d4734420530016c4fa7854c77c67333825fb8e3487ecf770233b0efe6efc1e93fd273b0ebccfa50f3be933aba659d4ebe
7
- data.tar.gz: 967f5eb3e11da2e9af906b32d0c82f238f8de683f3de01c58abe6155e3c43ee48cbe97b26b618c9f5b640ddd8fccd8f873b6f6bc303a3942da09b28400a543b4
6
+ metadata.gz: caec0e7a48e5508b1cd4ab087b8da35e5b848825690a85768f84e929ea9b7d5a3ea88fbf05467cda19442bd182a2d908e7d714da3b620c3d3d06ceb9329b2ecd
7
+ data.tar.gz: 8e184951cd8e069b0b6a18c00f7014d28d34fbefe7a3e4dcf89a636f72ee3d34c75c68a4ac76dd631ff0a3039faeac2bbbeab255ada03296796692b416e1988a
@@ -47,6 +47,8 @@ module Massa
47
47
 
48
48
  unless $CHILD_STATUS.success?
49
49
  Massa::CLI.colorize :red, "¯\\_(ツ)_/¯ #{tool.description} failed."
50
+ Massa::CLI.colorize :yellow, "$ #{tool.command}"
51
+
50
52
  puts command_output if command_output.to_s != ''
51
53
 
52
54
  exit 1 if tool.required
data/lib/massa/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.0.6'.freeze
4
+ VERSION = '0.0.7'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-29 00:00:00.000000000 Z
11
+ date: 2016-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler