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

- 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.4" + 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. @@ -23,8 +23,8 @@ 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) + 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 \ No newline at end of file