Rakefile in compass-capucine-0.2.0 vs Rakefile in compass-capucine-0.2.1

- old
+ new

@@ -23,31 +23,10 @@ gem.authors = ["Damian Le Nouaille"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new -# require 'rake/testtask' -# Rake::TestTask.new(:test) do |test| -# test.libs << 'lib' << 'test' -# test.pattern = 'test/**/test_*.rb' -# test.verbose = true -# end -# require 'rcov/rcovtask' -# Rcov::RcovTask.new do |test| -# test.libs << 'test' -# test.pattern = 'test/**/test_*.rb' -# test.verbose = true -# test.rcov_opts << '--exclude "gems/*"' -# end -task :default => :test +task :default => :install -# require 'rdoc/task' -# Rake::RDocTask.new do |rdoc| -# version = File.exist?('VERSION') ? File.read('VERSION') : "" -# rdoc.rdoc_dir = 'rdoc' -# rdoc.title = "compass-capucine #{version}" -# rdoc.rdoc_files.include('README*') -# rdoc.rdoc_files.include('lib/**/*.rb') -# end