ruby-prof 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +4 -0
  2. data/ext/ruby_prof/version.h +2 -2
  3. metadata +3 -3
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ 0.9.1
2
+ =======================
3
+ Add a graphviz output
4
+
1
5
  0.9.0
2
6
  =======================
3
7
  * measurements for recursive methods are now correct
@@ -1,4 +1,4 @@
1
- #define RUBY_PROF_VERSION "0.9.0"
1
+ #define RUBY_PROF_VERSION "0.9.1" // for easy parsing from rake files
2
2
  #define RUBY_PROF_VERSION_MAJ 0
3
3
  #define RUBY_PROF_VERSION_MIN 9
4
- #define RUBY_PROF_VERSION_MIC 0
4
+ #define RUBY_PROF_VERSION_MIC 1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-prof
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes