Sha256: 201bb5e46e1a10e2f35b798d5b3a78e766693a660a1ec46436981d9a615a4cc4

Contents?: true

Size: 289 Bytes

Versions: 151

Compression:

Stored size: 289 Bytes

Contents

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

desc 'Run tests'
RSpec::Core::RakeTask.new(:spec)

desc 'Run Rubocop on the gem'
RuboCop::RakeTask.new(:rubocop) do |task|
  task.fail_on_error = true
end

task default: %i[spec rubocop build install]

Version data entries

151 entries across 150 versions & 27 rubygems

Version Path
burglar-0.3.2 Rakefile
keylime-0.3.0 Rakefile
burglar-0.3.1 Rakefile
s3repo-3.0.1 Rakefile
githubstats-4.0.1 Rakefile
githubstats-4.0.0 Rakefile
githubstats-3.3.0 Rakefile
targit-2.5.2 Rakefile
pkgforge-0.29.1 Rakefile
pkgforge-0.29.0 Rakefile
spaarti-3.0.0 Rakefile
targit-2.5.1 Rakefile
targit-2.5.0 Rakefile
pkgforge-0.28.0 Rakefile
goodcop-0.9.7 Rakefile
dock0-0.4.4 Rakefile
targit-2.4.8 Rakefile
targit-2.4.7 Rakefile
targit-2.4.6 Rakefile
targit-2.4.5 Rakefile