Sha256: 3eec1e4d0e6dbe2549a1a96fa20873115beaacc1c66323d067398e7435c7b45f

Contents?: true

Size: 922 Bytes

Versions: 1

Compression:

Stored size: 922 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.0"

  gem.add_dependency "rich_support", "~> 0.1.2"
  gem.add_dependency "launchy", "2.1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stack_tracy-0.1.0 stack_tracy.gemspec