Sha256: 4f6c694f43011a7b9cddabee55c83427614d606148050fafd6cb9387108310d2

Contents?: true

Size: 1.32 KB

Versions: 1

Compression:

Stored size: 1.32 KB

Contents

Gem::Specification.new do |s|
  s.name    = "browser-prof"

  # Do not set the version and date field manually, this is done by the release script
  s.version = "1.2.5"
  s.date    = "2011-02-17"

  s.summary     = "Rails tool to to profile single requests using ruby-prof."
  s.description = <<-eos
    This is a simple tool to profile single web requests in Rails using the power or ruby-prof.
  eos

  s.rdoc_options << '--title' << s.name << '--main' << 'README.rdoc' << '--line-numbers' << '--inline-source'
  s.extra_rdoc_files = ['README.rdoc']

  s.requirements << "ruby-prof gem is required."

  s.add_development_dependency('rake')
  s.add_development_dependency('rails')
  s.add_development_dependency('ruby-prof')

  s.authors  = ['Bart ten Brinke']
  s.email    = ['bart@railsdoctors.com']
  s.homepage = 'http://railsdoctors.com'

  # The files and test_files directives are set automatically by the release script.
  # Do not change them by hand, but make sure to add the files to the git repository.
  s.files      = %w(.gitignore MIT-LICENSE README.rdoc Rakefile browser-prof.gemspec init.rb lib/browser-prof.rb lib/ruby-prof/graph_html_printer_enhanced.rb lib/ruby-prof/template.rhtml tasks/github-gem.rake test/functional/slow_controller_test.rb test/test_helper.rb)
  s.test_files = %w(test/functional/slow_controller_test.rb)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browser-prof-1.2.5 browser-prof.gemspec