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-1.1.3 Rakefile
convection-1.1.2 Rakefile
convection-1.1.1 Rakefile
convection-1.1.0 Rakefile
convection-1.0.7 Rakefile
convection-1.0.6 Rakefile
convection-1.0.5 Rakefile
convection-1.0.4 Rakefile
convection-1.0.3 Rakefile
convection-1.0.2 Rakefile
convection-1.0.1 Rakefile
convection-1.0.0.pre.beta.10 Rakefile
convection-1.0.0.pre.beta.9 Rakefile
convection-1.0.0.pre.beta.8 Rakefile
convection-1.0.0.pre.beta.7 Rakefile
convection-1.0.0.pre.beta.6 Rakefile
convection-1.0.0.pre.beta.4 Rakefile
convection-1.0.0.pre.beta.1 Rakefile
convection-0.4.3 Rakefile
convection-0.4.2 Rakefile