Sha256: 40d632bb23ce24bb5aa946f8aa166dda1b0c0f3194ada71c9853e39567e88a6e
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.authors = ["Paul Engel"] gem.email = ["paul.engel@holder.nl"] gem.summary = %q{Investigate and detect slow methods within the stack trace of your Ruby (optionally Sinatra) application} gem.description = %q{Investigate and detect slow methods within the stack trace of your Ruby (optionally Sinatra) application} gem.homepage = "https://github.com/archan937/stack_tracy" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.extensions = ["ext/stack_tracy/extconf.rb"] gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "stack_tracy" gem.require_paths = ["lib"] gem.version = "0.1.6" gem.add_dependency "rich_support", "~> 0.1.2" gem.add_dependency "launchy", "2.1.0" gem.add_dependency "thor" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stack_tracy-0.1.6 | stack_tracy.gemspec |