perftools.rb 0.4.6 → 0.4.7

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/ext/perftools.c +3 -2
  2. data/perftools.rb.gemspec +1 -1
  3. metadata +2 -2
data/ext/perftools.c CHANGED
@@ -1,8 +1,9 @@
1
- #include <ruby.h> // include this before anything else, as it defines _GNU_SOURCE etc
2
-
3
1
  #ifndef _GNU_SOURCE
4
2
  #define _GNU_SOURCE
5
3
  #endif
4
+
5
+ #include <ruby.h>
6
+
6
7
  #ifndef _XOPEN_SOURCE
7
8
  #define _XOPEN_SOURCE 600
8
9
  #endif
data/perftools.rb.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'perftools.rb'
3
- s.version = '0.4.6'
3
+ s.version = '0.4.7'
4
4
  s.date = '2010-08-03'
5
5
  s.rubyforge_project = 'perftools-rb'
6
6
  s.summary = 'google-perftools for ruby code'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 6
9
- version: 0.4.6
8
+ - 7
9
+ version: 0.4.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aman Gupta