Sha256: 2c457bf28931ede74cc6801ff3fcdb085a83c39a5bc586db88d675cd932efdef

Contents?: true

Size: 306 Bytes

Versions: 22

Compression:

Stored size: 306 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

begin
  require "reevoocop/rake_task"
  ReevooCop::RakeTask.new(:reevoocop) do |task|
    task.options = ["-D"]
  end
rescue LoadError # rubocop:disable Lint/HandleExceptions
end
task default: [:reevocop, :spec]

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
reevoo_sapience-2.3 Rakefile
reevoo_sapience-2.2 Rakefile
reevoo_sapience-2.1 Rakefile
reevoo_sapience-1.0.2 Rakefile
reevoo_sapience-1.0.1 Rakefile
reevoo_sapience-1.0.0 Rakefile
reevoo_sapience-0.2.9 Rakefile
reevoo_sapience-0.2.8 Rakefile
reevoo_sapience-0.2.7 Rakefile
reevoo_sapience-0.2.6 Rakefile
reevoo_sapience-0.2.5 Rakefile
reevoo_sapience-0.2.4 Rakefile
reevoo_sapience-0.2.3 Rakefile
reevoo_sapience-0.2.2 Rakefile
reevoo_sapience-0.2.1 Rakefile
reevoo_sapience-0.2.0 Rakefile
reevoo_sapience-0.1.4 Rakefile
reevoo_sapience-0.1.3 Rakefile
reevoo_sapience-0.1.2 Rakefile
reevoo_sapience-0.1.1 Rakefile