cxxproject_valgrind 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile.rb CHANGED
@@ -4,7 +4,7 @@ require 'rubygems/package_task'
4
4
  desc "Default Task"
5
5
  task :default => [:install]
6
6
 
7
- PKG_VERSION = "1.0.4"
7
+ PKG_VERSION = "1.0.5"
8
8
  PKG_FILES = FileList[
9
9
  "lib/**/*.rb",
10
10
  "Rakefile.rb",
@@ -1,6 +1,6 @@
1
1
  cxx_plugin do |cxxproject2rake, building_blocks, log|
2
2
  def available?
3
- return system 'which valgrind'
3
+ return `which valgrind`
4
4
  end
5
5
 
6
6
  if not available?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject_valgrind
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-12 00:00:00.000000000 Z
12
+ date: 2012-07-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxxproject