Sha256: 0f94fa0d64370e1433386220ace3aa0057ea64d2d881cd7855af35fdaa5ec28e
Contents?: true
Size: 1.56 KB
Versions: 0
Compression: gzip
Compressed size: 652 Bytes
Stored size: 652 Bytes
Contents
--- !ruby/object:Gem::Specification name: stackprof version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Aman Gupta autorequire: bindir: bin cert_chain: [] date: 2013-10-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers. email: aman@tmm1.net executables: - stackprof extensions: - ext/extconf.rb extra_rdoc_files: [] files: - ".gitignore" - Gemfile - Gemfile.lock - README.md - Rakefile - bin/stackprof - ext/extconf.rb - ext/stackprof.c - lib/stackprof/report.rb - sample.rb - stackprof.gemspec - test/test_stackprof.rb homepage: http://github.com/tmm1/stackprof licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.0.preview.1 signing_key: specification_version: 4 summary: sampling callstack-profiler for ruby 2.1+ test_files: []