Sha256: 0b9c06ef4d9fddcd3c3381fb1a2fdf9508b444d76736904b499aa2bb81e9754a
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 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.3" 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('rspec', '~> 2.0') s.add_development_dependency('ruby-prof') s.authors = ['Willem van Bergen', 'Bart ten Brinke'] s.email = ['willem@railsdoctors.com', '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 pkg/browser_profiler-1.2.0.gem 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.3 | browser-prof.gemspec |