Sha256: 01a94c0e46a581333414c3ba6f76387be20a7567ece12cfc5d3d39eb277421d4
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
Gem::Specification.new do |s| s.name = 'stackprof' s.version = '0.2.2' s.homepage = 'http://github.com/tmm1/stackprof' s.authors = 'Aman Gupta' s.email = 'aman@tmm1.net' s.files = `git ls-files`.split("\n") s.extensions = 'ext/extconf.rb' s.bindir = 'bin' s.executables << 'stackprof' s.summary = 'sampling callstack-profiler for ruby 2.1+' s.description = 'stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.' s.license = 'MIT' s.add_development_dependency 'rake-compiler' s.add_development_dependency 'mocha' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stackprof-0.2.2 | stackprof.gemspec |