Sha256: b35e3a46e56b05ab8126036aa4930cf6b7b13af618822d32d713b3180326f5f7

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

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

task :default => :spec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
atol-0.8.1 Rakefile
atol-0.7.1 Rakefile
atol-0.7 Rakefile
atol-0.6 Rakefile
atol-0.5.1 Rakefile
atol-0.5.0 Rakefile
atol-0.4.2 Rakefile
atol-0.4.1 Rakefile
atol-0.4 Rakefile
atol-0.3 Rakefile
atol-0.2 Rakefile
atol-0.1.2 Rakefile
atol-0.1.1 Rakefile
atol-0.1 Rakefile