Sha256: 25d31c121816c6ec3a4dae4227063682514d9e7474855dffda8924f81965db7c

Contents?: true

Size: 466 Bytes

Versions: 23

Compression:

Stored size: 466 Bytes

Contents

# frozen_string_literal: true

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

23 entries across 23 versions & 3 rubygems

Version Path
astrological_forecast-2.0.5 Rakefile
max_amount-1.4.2 Rakefile
meteoservice-0.2.7 Rakefile
max_amount-1.4.0 Rakefile
astrological_forecast-2.0.4 Rakefile
astrological_forecast-2.0.2 Rakefile
astrological_forecast-2.0.1 Rakefile
meteoservice-0.2.6 Rakefile
max_amount-1.3.9 Rakefile
meteoservice-0.2.5 Rakefile
meteoservice-0.2.4 Rakefile
meteoservice-0.2.2 Rakefile
max_amount-1.3.8 Rakefile
astrological_forecast-1.3.5 Rakefile
meteoservice-0.2.1 Rakefile
meteoservice-0.2.0 Rakefile
meteoservice-0.1.0 Rakefile
astrological_forecast-1.3.4 Rakefile
max_amount-1.3.7 Rakefile
astrological_forecast-1.3.3 Rakefile