aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-24 15:26:39 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-24 15:26:39 -0700
commit116054cca13118873b838d5325d49ffa128af286 (patch)
tree47fa5c7ab82bfd40c44685349d4f7b398d90763f /Rakefile
parent6b37b39279d7907c3bb81fae2c1e8830f3037b3f (diff)
downloadrails-116054cca13118873b838d5325d49ffa128af286.tar.gz
rails-116054cca13118873b838d5325d49ffa128af286.tar.bz2
rails-116054cca13118873b838d5325d49ffa128af286.zip
use a real editor
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index 41b1cac56e..94906ab345 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,11 +51,6 @@ else
task :default => :spec
end
-desc 'Removes trailing whitespace'
-task :whitespace do
- sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
-end
-
desc "Build pkg/#{gemspec.full_name}.gem"
task :build => "gemspec:validate" do
sh %{gem build arel.gemspec}