Sha256: aae07946ae347961c0ed99796e1afbff0c55807ae07a570f600ed777e426483b
Contents?: true
Size: 962 Bytes
Versions: 1
Compression:
Stored size: 962 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hotch/version' Gem::Specification.new do |spec| spec.name = "hotch" spec.version = Hotch::VERSION spec.authors = ["Peter Leitzen"] spec.email = ["peter@leitzen.de"] spec.summary = %q{Profile helper} spec.description = %q{Callstack and memory profiler} spec.homepage = "https://github.com/splattael/hotch" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "stackprof", "~> 0.2.15" spec.add_runtime_dependency "allocation_tracer", "~> 0.6.3" spec.add_development_dependency "bundler" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hotch-0.6.0 | hotch.gemspec |