Skip to content

Commit

Permalink
remove extra spaces from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Feb 10, 2011
1 parent f5e55f2 commit f42eb8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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
end

0 comments on commit f42eb8e

Please sign in to comment.