cxxproject_valgrind 1.0.7 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,10 @@
1
- PKG_VERSION = "1.0.7"
1
+ # -*- encoding: utf-8 -*-
2
+ gem_name = 'cxxproject_valgrind'
3
+ require File.expand_path("lib/#{gem_name}/version")
2
4
 
3
5
  spec = Gem::Specification.new do |s|
4
- s.name = "cxxproject_valgrind"
5
- s.version = PKG_VERSION
6
+ s.name = gem_name
7
+ s.version = CxxprojectValgrind::VERSION
6
8
  s.summary = "valgrind plugin for cxxproject."
7
9
  s.description = <<-EOF
8
10
  provides valgrind executable environment.
@@ -0,0 +1,3 @@
1
+ module CxxprojectValgrind
2
+ VERSION = "1.0.11"
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.7
4
+ version: 1.0.11
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-16 00:00:00.000000000 Z
12
+ date: 2012-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxx
@@ -40,6 +40,7 @@ files:
40
40
  - Rakefile.rb
41
41
  - cxxproject_valgrind.gemspec
42
42
  - lib/cxxproject_valgrind/plugin.rb
43
+ - lib/cxxproject_valgrind/version.rb
43
44
  homepage: http://marcmo.github.com/cxxproject/
44
45
  licenses: []
45
46
  post_install_message: