ruby-prof 0.10.4 → 0.10.5

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.
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ 0.10.5
2
+ =======================
3
+ 1.8.6 compat for -v command (bug fix)
4
+
1
5
  0.10.4
2
6
  =======================
3
7
  Faster load time for ruby-prof itself.
data/bin/ruby-prof CHANGED
@@ -127,8 +127,8 @@ opts = OptionParser.new do |opts|
127
127
  exit
128
128
  end
129
129
 
130
- opts.on("-v","Show version, set $VERBOSE to true, profile script") do
131
- puts "ruby version: " + RUBY_DESCRIPTION
130
+ opts.on("-v","Show version, set $VERBOSE to true, profile script if option given") do
131
+ puts "ruby version: " + [RUBY_PATCHLEVEL, RUBY_PLATFORM, RUBY_VERSION].join(' ')
132
132
  $VERBOSE = true
133
133
  end
134
134
 
@@ -1,4 +1,4 @@
1
- #define RUBY_PROF_VERSION "0.10.4" // for easy parsing from rake files
1
+ #define RUBY_PROF_VERSION "0.10.5" // for easy parsing from rake files
2
2
  #define RUBY_PROF_VERSION_MAJ 0
3
3
  #define RUBY_PROF_VERSION_MIN 10
4
- #define RUBY_PROF_VERSION_MIC 4
4
+ #define RUBY_PROF_VERSION_MIC 5
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: 63
5
- prerelease:
4
+ hash: 61
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 4
10
- version: 0.10.4
9
+ - 5
10
+ version: 0.10.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  requirements: []
178
178
 
179
179
  rubyforge_project: ruby-prof
180
- rubygems_version: 1.5.2
180
+ rubygems_version: 1.3.7
181
181
  signing_key:
182
182
  specification_version: 3
183
183
  summary: Fast Ruby profiler