ruby-prof 0.15.6 → 0.15.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.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/README.rdoc +8 -4
- data/doc/README_rdoc.html +8 -8
- data/doc/RubyProf/CallStackPrinter.html +91 -574
- data/doc/created.rid +4 -4
- data/doc/index.html +8 -8
- data/doc/js/search_index.js +1 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/table_of_contents.html +72 -67
- data/lib/ruby-prof/printers/call_stack_printer.rb +29 -542
- data/lib/ruby-prof/version.rb +1 -1
- metadata +3 -6
- data/lib/ruby-prof/images/empty.png +0 -0
- data/lib/ruby-prof/images/minus.png +0 -0
- data/lib/ruby-prof/images/plus.png +0 -0
data/lib/ruby-prof/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-prof
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -186,9 +186,6 @@ files:
|
|
186
186
|
- lib/ruby-prof/call_info.rb
|
187
187
|
- lib/ruby-prof/call_info_visitor.rb
|
188
188
|
- lib/ruby-prof/compatibility.rb
|
189
|
-
- lib/ruby-prof/images/empty.png
|
190
|
-
- lib/ruby-prof/images/minus.png
|
191
|
-
- lib/ruby-prof/images/plus.png
|
192
189
|
- lib/ruby-prof/method_info.rb
|
193
190
|
- lib/ruby-prof/printers/abstract_printer.rb
|
194
191
|
- lib/ruby-prof/printers/call_info_printer.rb
|
@@ -263,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
260
|
version: '0'
|
264
261
|
requirements: []
|
265
262
|
rubyforge_project:
|
266
|
-
rubygems_version: 2.4.
|
263
|
+
rubygems_version: 2.4.6
|
267
264
|
signing_key:
|
268
265
|
specification_version: 4
|
269
266
|
summary: Fast Ruby profiler
|
Binary file
|
Binary file
|
Binary file
|