From cb24c0f14158b392e86b5948c6091398aab0a968 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Oct 2005 02:29:56 +0000 Subject: [PATCH] Performers go .rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2575 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/perform/{benchmarker => benchmarker.rb} | 0 railties/lib/commands/perform/{profiler => profiler.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename railties/lib/commands/perform/{benchmarker => benchmarker.rb} (100%) rename railties/lib/commands/perform/{profiler => profiler.rb} (100%) diff --git a/railties/lib/commands/perform/benchmarker b/railties/lib/commands/perform/benchmarker.rb similarity index 100% rename from railties/lib/commands/perform/benchmarker rename to railties/lib/commands/perform/benchmarker.rb diff --git a/railties/lib/commands/perform/profiler b/railties/lib/commands/perform/profiler.rb similarity index 100% rename from railties/lib/commands/perform/profiler rename to railties/lib/commands/perform/profiler.rb