Sha256: 4a80f9ddfff7f3b4766021c5455151fc32acbad9d72f96aae0d4e2b09691b4fb

Contents?: true

Size: 408 Bytes

Versions: 35

Compression:

Stored size: 408 Bytes

Contents

require 'rake'

begin
  require 'bundler/setup'
  Bundler::GemHelper.install_tasks
rescue LoadError
  puts 'although not required, bundler is recommended for running the tests'
end

task default: :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require 'rubocop/rake_task'
RuboCop::RakeTask.new do |task|
  task.requires << 'rubocop-performance'
  task.requires << 'rubocop-rspec'
end

Version data entries

35 entries across 35 versions & 4 rubygems

Version Path
bunny_app-2.2.1 Rakefile
bunny_app-2.2.0 Rakefile
bunny_app-2.1.0 Rakefile
bunny_app-2.0.4 Rakefile
permits-0.1.4 Rakefile
permits-0.1.3 Rakefile
permits-0.1.1 Rakefile
permits-0.1.0 Rakefile
bunny_app-2.0.1 Rakefile
bunny_app-2.0.0 Rakefile
bunny_app-1.30.0 Rakefile
bunny_app-1.29.0 Rakefile
bunny_app-1.27.0 Rakefile
solana_rpc_ruby-1.3.1 Rakefile
solana_rpc_ruby-1.3.0 Rakefile
index_checker-1.0.17 Rakefile
index_checker-1.0.16 Rakefile
bunny_app-1.28.0 Rakefile
bunny_app-1.26.0 Rakefile
bunny_app-1.25.0 Rakefile