Rakefile in csl-1.5.2 vs Rakefile in csl-1.6.0

- old
+ new

@@ -32,17 +32,9 @@ require 'cucumber/rake/task' Cucumber::Rake::Task.new(:cucumber) do |t| t.profile = 'default' end -begin - require 'coveralls/rake/task' - Coveralls::RakeTask.new - task :test_with_coveralls => [:spec, :cucumber, 'coveralls:push'] -rescue LoadError => e - # ignore -end if ENV['CI'] - task :release do |t| system "gem build csl.gemspec" system "git tag #{CSL::VERSION}" system "git push --tags" system "gem push csl-#{CSL::VERSION}.gem"