Sha256: 4b669b1e601ae5ecdf4d17abf6580711e4b5d1fbd89eaf09e3e859a20b3a4827

Contents?: true

Size: 368 Bytes

Versions: 47

Compression:

Stored size: 368 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rubocop/rake_task'

RuboCop::RakeTask.new

Rake::TestTask.new do |t|
  t.verbose = true
  t.warning = true
end

namespace :test do
  task :coverage do
    ENV['COVERAGE'] = 'true'
    Rake::Task['test'].invoke
  end
end

task(:doc_stats) { ruby '-S yard stats' }
task default: [:test, :doc_stats, :rubocop]

Version data entries

47 entries across 47 versions & 12 rubygems

Version Path
matchi-fix-0.1.5 Rakefile
fix-expect-0.1.0 Rakefile
matchi-fix-0.1.4 Rakefile
aw-0.1.0 Rakefile
sashite-0.0.1 Rakefile
matchi-fix-0.1.3 Rakefile
spectus-2.7.0 Rakefile
spectus-2.6.0 Rakefile
matchi-fix-0.1.2 Rakefile
spectus-2.5.0 Rakefile
defi-1.1.0 Rakefile
defi-1.0.0 Rakefile
spectus-2.4.0 Rakefile
matchi-fix-0.1.1 Rakefile
matchi-fix-0.1.0 Rakefile
defi-0.1.0 Rakefile
spectus-2.3.1 Rakefile
spectus-2.3.0 Rakefile
spectus-2.2.0 Rakefile
opushon-0.2.1 Rakefile