From f42eb8e8c083a03ba33a3401365e426cb074faa1 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Thu, 10 Feb 2011 15:33:25 -0500 Subject: [PATCH] remove extra spaces from Rakefile --- Rakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Rakefile b/Rakefile index 34d5367..4110f23 100644 --- a/Rakefile +++ b/Rakefile @@ -1,13 +1,13 @@ -require 'rubygems' -require 'rake' -require 'echoe' - -Echoe.new('simplecov-rcov', '0.1.2') do |p| - p.description = "Rcov style formatter for SimpleCov" +require 'rubygems' +require 'rake' +require 'echoe' + +Echoe.new('simplecov-rcov', '0.1.2') do |p| + p.description = "Rcov style formatter for SimpleCov" p.url = "http://github.com/fguillen/simplecov-rcov" p.author = "Fernando Guillen http://fernandoguillen.info" p.email = "fguillen.mail@gmail.com" p.ignore_pattern = ["tmp/*", "script/*"] p.development_dependencies = [] p.runtime_dependencies = ['simplecov'] -end \ No newline at end of file +end