Sha256: f48888416b2bc9b965b9319db54eb4ceb5c6f27c1ceb61987497d7e6cc5a1cf9

Contents?: true

Size: 548 Bytes

Versions: 31

Compression:

Stored size: 548 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop'
require 'rubocop/rake_task'
require 'rubocop-rails'
require 'rubocop-performance'
require 'rubocop-rspec'
require 'rubocop-rake'

RuboCop::RakeTask.new(:rubocop) do |t|
  config_path = File.expand_path(File.join('.rubocop.yml'), __dir__)
  t.options = ['--config', config_path]
  t.requires << 'rubocop-rspec'
  t.requires << 'rubocop-performance'
  t.requires << 'rubocop-rake'
end

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

task default: :rspec

Version data entries

31 entries across 31 versions & 7 rubygems

Version Path
smart_container-0.11.0 Rakefile
smart_container-0.10.0 Rakefile
smart_engine-0.17.0 Rakefile
smart_engine-0.16.0 Rakefile
smart_engine-0.15.0 Rakefile
smart_engine-0.14.0 Rakefile
smart_engine-0.13.0 Rakefile
puma_dynamic_tags-0.2.0 Rakefile
puma_dynamic_tags-0.1.2 Rakefile
puma_dynamic_tags-0.1.1 Rakefile
puma_dynamic_tags-0.1.0 Rakefile
smart_engine-0.12.0 Rakefile
smart_operation-0.2.0 Rakefile
smart_container-0.9.0 Rakefile
smart_engine-0.11.0 Rakefile
smart_engine-0.10.0 Rakefile
smart_engine-0.9.0 Rakefile
smart_engine-0.8.0 Rakefile
smart_operation-0.1.0 Rakefile
smart_container-0.8.1 Rakefile