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 +4 -0
- data/bin/ruby-prof +2 -2
- data/ext/ruby_prof/version.h +2 -2
- metadata +5 -5
data/CHANGES
CHANGED
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: " +
|
|
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
|
|
data/ext/ruby_prof/version.h
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#define RUBY_PROF_VERSION "0.10.
|
|
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
|
+
#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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 61
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
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.
|
|
180
|
+
rubygems_version: 1.3.7
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 3
|
|
183
183
|
summary: Fast Ruby profiler
|