browser-prof.gemspec in browser-prof-1.2.3 vs browser-prof.gemspec in browser-prof-1.2.4

- old
+ new

@@ -1,10 +1,10 @@ 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.version = "1.2.4" 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. @@ -14,14 +14,14 @@ 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('rails') s.add_development_dependency('ruby-prof') - s.authors = ['Willem van Bergen', 'Bart ten Brinke'] - s.email = ['willem@railsdoctors.com', 'bart@railsdoctors.com'] + 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 pkg/browser_profiler-1.2.0.gem tasks/github-gem.rake test/functional/slow_controller_test.rb test/test_helper.rb) \ No newline at end of file