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.3.1 Rakefile
convection-2.3.0 Rakefile
convection-2.2.29 Rakefile
convection-2.2.28.pre.beta.2 Rakefile
convection-2.2.28.pre.beta.1 Rakefile
convection-2.2.27 Rakefile
convection-2.2.26 Rakefile
convection-2.2.25 Rakefile
convection-2.2.24 Rakefile
convection-2.2.23 Rakefile
convection-2.2.22 Rakefile
convection-2.2.21 Rakefile
convection-2.2.20 Rakefile
convection-2.2.19 Rakefile
convection-2.2.18 Rakefile
convection-2.2.17 Rakefile
convection-2.2.16 Rakefile
convection-2.2.15 Rakefile
convection-2.2.14 Rakefile
convection-2.2.13 Rakefile