Sha256: f7ae5473a5b502166fcf0c1c7804eb07ba2e07f8630f68d8c7b5d28a9b1aee92

Contents?: true

Size: 435 Bytes

Versions: 4

Compression:

Stored size: 435 Bytes

Contents

require 'rake'

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

task default: :spec

require 'bundler/gem_tasks'
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

4 entries across 4 versions & 1 rubygems

Version Path
astrological_forecast-1.2.3 Rakefile
astrological_forecast-1.2.2 Rakefile
astrological_forecast-1.2.1 Rakefile
astrological_forecast-1.2.0 Rakefile