cxxproject_valgrind 1.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/Rakefile.rb +1 -1
  2. data/lib/plugin.rb +1 -1
  3. metadata +1 -1
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
7
+ PKG_VERSION = "1.0.1"
8
8
  PKG_FILES = FileList[
9
9
  "lib/**/*.rb",
10
10
  "Rakefile.rb",
data/lib/plugin.rb CHANGED
@@ -9,7 +9,7 @@ cxx_plugin do |cxxproject2rake, building_blocks, log|
9
9
  else
10
10
  cxxproject2rake.create_filter_task_with_namespace(:valgrind)
11
11
  end
12
-
12
+ puts building_blocks
13
13
  building_blocks.each_value.to_a.select do |bb|
14
14
  bb.is_a? Cxxproject::Executable
15
15
  end.each do |bb|
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
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: