cxxproject_valgrind 1.0.13 → 1.0.14

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.
@@ -19,7 +19,7 @@ cxx_plugin do |cxxproject2rake, building_blocks, log|
19
19
  desc "run executable #{executable} with valgrind"
20
20
  res = task name => executable do |t|
21
21
  args = ENV['args'] ? ' ' + ENV['args'] : ''
22
- sh "valgrind --leak-check=full #{executable}#{args}"
22
+ sh "valgrind --leak-check=full \"#{executable}\"#{args}"
23
23
  end
24
24
  res.type = Rake::Task::RUN
25
25
  res
@@ -1,3 +1,3 @@
1
1
  module CxxprojectValgrind
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
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.13
4
+ version: 1.0.14
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-09-10 00:00:00.000000000 Z
12
+ date: 2012-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxx