benchcc 0.0.2 → 0.0.3

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: f076faa51fa97fb6499def81a757dd5f638ff415
4
- data.tar.gz: 1c981a344f64ef8d2e38985073886b688564f9cd
3
+ metadata.gz: 3c673143469f98b1845d9a8a111a6b79f14fecac
4
+ data.tar.gz: 74b93f199b1cee683440636ecfddd6ea7187af37
5
5
  SHA512:
6
- metadata.gz: 3664e71641c0d756424e76ca3f3a62c35888de6ab305ab6513f21891b9b1eb2947d78e6693ea0717d5e9e53a0971475a0d782bcebb9a16eaba1f08fa137e9288
7
- data.tar.gz: aa2be5121dc575c61967e779b62a07e402ec1f9e73df108c68acfbf9a78f4272d09c0fe294cda0db312fddf5eccc29a8b67e0de2ff7520d4d4fa3da45021a935
6
+ metadata.gz: cf7747c85a08682f207cb6bb4b5280a83e0279cee52335a8da235c52c8a8964c610211498f14aaae0bbd567bf1858799be5ad175388589f3246a07679a6071b9
7
+ data.tar.gz: 349a117bf0a730fefc5377079ec50e350b420175b9c4628604e7faca1103ffe2ce1c910d5aba1e85465d88701cc5d5416f195a4c34b940581d99d5814a31ec9a
@@ -99,7 +99,7 @@ EOS
99
99
 
100
100
  def compile_file(file, *args)
101
101
  file = Pathname.new(file).expand_path
102
- command = "time -l #{@exe} #{args.join(' ')} -ftime-report #{file}"
102
+ command = "/usr/bin/time -l #{@exe} #{args.join(' ')} -ftime-report #{file}"
103
103
  stdout, stderr, status = Open3.capture3(command)
104
104
 
105
105
  result = CompilationResult.new
@@ -126,7 +126,7 @@ EOS
126
126
 
127
127
  def compile_file(file, *args)
128
128
  file = Pathname.new(file).expand_path
129
- command = "time -l #{@exe} #{args.join(' ')} -ftime-report #{file}"
129
+ command = "/usr/bin/time -l #{@exe} #{args.join(' ')} -ftime-report #{file}"
130
130
  stdout, stderr, status = Open3.capture3(command)
131
131
 
132
132
  result = CompilationResult.new
@@ -1,3 +1,3 @@
1
1
  module Benchcc
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benchcc
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
  - Louis Dionne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-05 00:00:00.000000000 Z
11
+ date: 2014-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gnuplot