Sha256: 740e85e0be8bde8048d4b3cf9333520548ea1455d7b82b23bc4dfc76df5f804d

Contents?: true

Size: 258 Bytes

Versions: 67

Compression:

Stored size: 258 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'
require 'rspec/core/rake_task'
require 'yard'
require_relative './yard_extensions'

RuboCop::RakeTask.new
RSpec::Core::RakeTask.new(:spec)
YARD::Rake::YardocTask.new

task :default => [:spec, :rubocop]

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
convection-2.2.12 Rakefile
convection-2.2.11 Rakefile
convection-2.2.10 Rakefile
convection-2.2.9 Rakefile
convection-2.2.8 Rakefile
convection-2.2.7 Rakefile
convection-2.2.6 Rakefile
convection-2.2.5 Rakefile
convection-2.2.4 Rakefile
convection-2.2.3 Rakefile
convection-2.2.2 Rakefile
convection-2.2.1 Rakefile
convection-2.2.0 Rakefile
convection-2.1.2 Rakefile
convection-2.1.1 Rakefile
convection-2.1.0 Rakefile
convection-2.0.0 Rakefile
convection-1.1.7 Rakefile
convection-1.1.5 Rakefile
convection-1.1.4 Rakefile