Sha256: 0c94afbe73ddfba6f917b88a4f2e8aeff5c73d6b8ecbfce5d614be02dc974e1e

Contents?: true

Size: 288 Bytes

Versions: 21

Compression:

Stored size: 288 Bytes

Contents

# frozen_string_literal: true

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

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

Rake::Task["default"].clear if Rake::Task.task_defined?("default")
task :default => %i[ rubocop spec ]

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
combustion-1.5.0 Rakefile
combustion-1.4.0 Rakefile
combustion-1.3.7 Rakefile
combustion-1.3.6 Rakefile
combustion-1.3.5 Rakefile
combustion-1.3.4 Rakefile
combustion-1.3.3 Rakefile
combustion-1.3.2 Rakefile
combustion-1.3.1 Rakefile
combustion-1.3.0 Rakefile
combustion-1.2.0 Rakefile
drumknott-0.4.0 Rakefile
combustion-1.1.2 Rakefile
combustion-1.1.1 Rakefile
combustion-1.1.0 Rakefile
combustion-1.0.0 Rakefile
combustion-0.9.1 Rakefile
combustion-0.9.0 Rakefile
combustion-0.8.0 Rakefile
gzipped_tar-0.0.2 Rakefile