Sha256: 71a541894eab5918e7ae9fa13e22d4c97486b75500f30fd33af853eac29d4a73

Contents?: true

Size: 258 Bytes

Versions: 34

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)

RuboCop::RakeTask.new do |task|
  task.options = %w[-c .rubocop.yml]
end

task default: %i[rubocop spec]

Version data entries

34 entries across 34 versions & 8 rubygems

Version Path
mysql_casual_explain-2.0.0 Rakefile
rspec-match_fuzzy-0.2.0 Rakefile
active_record_mysql_xverify-0.4.0 Rakefile
armg-0.11.0 Rakefile
active_record_mysql_xverify-0.3.0 Rakefile
faraday_middleware-aws-sigv4-1.0.1 Rakefile
faraday_middleware-aws-sigv4-1.0.0 Rakefile
armg-0.10.0 Rakefile
erbh-0.2.1 Rakefile
erbh-0.2.0 Rakefile
faraday_middleware-aws-sigv4-0.6.1 Rakefile
faraday_middleware-aws-sigv4-0.6.0 Rakefile
mysql_casual_explain-1.1.0 Rakefile
faraday_middleware-aws-sigv4-0.5.0 Rakefile
active_record_postgresql_xverify-0.2.0 Rakefile
armg-0.9.0 Rakefile
active_record_mysql_xverify-0.2.2 Rakefile
active_record_mysql_xverify-0.2.1 Rakefile
active_record_mysql_xverify-0.2.0 Rakefile
mysql_casual_explain-1.0.0 Rakefile