rcompile 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d774af0caa298bcd73ff5b12350bb7a710280f44
4
- data.tar.gz: c575552f9e0459176c866b6ec7ccee49e126d391
3
+ metadata.gz: 0b9923e4d9840c2c776de7a2c26ae0e35911b2a6
4
+ data.tar.gz: ec2423bb080e4823c2dd7f6ac332477f437e748d
5
5
  SHA512:
6
- metadata.gz: de0b5d65711158732cab2173b9a33a4e22388d57ebd7de7220f726683fea3ec9cdbcddbbcd101c674c09244c21de798036325d915d3acf3b674f51e29cf265f3
7
- data.tar.gz: babec5abf8ff96dbcef3506c3f488bb2a159bc846969c27e3913104047cf798a892fa37d9b78d4d73914c8bfccdf624fee59789ec4d048d774ea43bd1ead4c65
6
+ metadata.gz: 07ed6d627e49780426411eb148fecf1c052643238478a0f6dd88adde93451e3779783630a00f53bed6ecc2e2980bce485515182efe0a1e924092fa97585e70ea
7
+ data.tar.gz: eef4ed9b01aace725c73b743294dc67d2a65bb97da5f483622c4985788299f060b7484aa2e451671b4571b2451cc827332fae1445e7551a1dd05bdf87ae76b24
@@ -62,7 +62,7 @@ module RCompile
62
62
  command_name = parse_caller(caller(1).first)
63
63
  begin
64
64
  success = sh(command) == 0
65
- puts command.green if success && options[:verbose]
65
+ puts command_name.green if success
66
66
  rescue
67
67
  puts "#{command_name} failed to run".red
68
68
  end
@@ -1,3 +1,3 @@
1
1
  module RCompile
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcompile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson