Update to ruby-prof 1.4.5

This commit is contained in:
jeremy 2023-01-08 02:47:02 +00:00
parent fb29f2022f
commit 72222f44f2
3 changed files with 17 additions and 13 deletions

View File

@ -1,7 +1,7 @@
COMMENT = fast code profiler for Ruby
DISTNAME = ruby-${PKGNAME}
PKGNAME = prof-1.0.0
PKGNAME = prof-1.4.5
CATEGORIES = devel
HOMEPAGE = https://github.com/ruby-prof/ruby-prof

View File

@ -1,2 +1,2 @@
SHA256 (ruby-prof-1.0.0.gem) = qFhb5wR3VaQOebJVTggqPhX6IS/XcuOAQBoZ0seugyk=
SIZE (ruby-prof-1.0.0.gem) = 79872
SHA256 (ruby-prof-1.4.5.gem) = njFkxu8KnDAcn+OeHU6K4jY849mhdxTGNyXdUP8awSY=
SIZE (ruby-prof-1.4.5.gem) = 90624

View File

@ -4,7 +4,7 @@ ${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGES
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/ruby-prof
@ -13,12 +13,11 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/call_stack_printer.css.html
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/call_stack_printer.js.html
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/call_stack_printer.html.erb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/call_stack_printer.png
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/assets/graph_printer.html.erb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/call_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/call_info_visitor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/call_tree.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/call_tree_visitor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/compatibility.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/exclude_common_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/measurement.rb
@ -38,40 +37,45 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/rack.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/task.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/thread.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby-prof/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_prof.so
@so ${GEM_LIB}/gems/${DISTNAME}/lib/ruby_prof.so
${GEM_LIB}/gems/${DISTNAME}/lib/unprof.rb
${GEM_LIB}/gems/${DISTNAME}/ruby-prof.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/abstract_printer_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/alias_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/basic_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/call_info_visitor_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/call_tree_visitor_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/call_trees_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/duplicate_names_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/dynamic_method_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/enumerable_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/exceptions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/exclude_methods_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/exclude_threads_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/fiber_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/gc_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/inverse_call_tree_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/line_number_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/marshal_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_allocations.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_allocations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_allocations_trace_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_memory_trace_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_memory_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_process_time_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_times.rb
${GEM_LIB}/gems/${DISTNAME}/test/measure_wall_time_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/multi_printer_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/no_method_class_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/parser_timings.rb
${GEM_LIB}/gems/${DISTNAME}/test/pause_resume_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/prime.rb
${GEM_LIB}/gems/${DISTNAME}/test/prime_script.rb
${GEM_LIB}/gems/${DISTNAME}/test/printer_call_stack_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printer_call_tree_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printer_flat_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printer_graph_html_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printer_graph_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printers_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/printing_recursive_graph_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/profile_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/rack_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/recursive_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/singleton_test.rb