Sha256: e8337a985842fc04f047444904da51905cdf87f9ccb89fa5bee010b8399b32f9

Contents?: true

Size: 396 Bytes

Versions: 24

Compression:

Stored size: 396 Bytes

Contents

# frozen_string_literal: true

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: %i[test doc_stats rubocop]

Version data entries

24 entries across 24 versions & 7 rubygems

Version Path
matchi-1.0.8 Rakefile
matchi-1.0.7 Rakefile
matchi-1.0.6 Rakefile
matchi-1.0.5 Rakefile
aw-0.1.9 Rakefile
aw-0.1.8 Rakefile
aw-0.1.7 Rakefile
r_spec-0.3.3 Rakefile
r_spec-0.3.2 Rakefile
fix-expect-0.3.5 Rakefile
matchi-fix-1.0.4 Rakefile
fix-expect-0.3.4 Rakefile
matchi-rspec-0.1.3 Rakefile
matchi-fix-1.0.3 Rakefile
defi-1.1.5 Rakefile
matchi-1.0.4 Rakefile
aw-0.1.6 Rakefile
aw-0.1.5 Rakefile
defi-1.1.4 Rakefile
fix-expect-0.3.3 Rakefile