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
pkgforge-0.24.0 Rakefile
libledger-0.0.8 Rakefile
prospectus_terraform-0.1.3 Rakefile
prospectus_terraform-0.1.2 Rakefile
prospectus_terraform-0.1.1 Rakefile
prospectus_terraform-0.1.0 Rakefile
prospectus_dockerhub-0.1.2 Rakefile
prospectus_terraform-0.0.3 Rakefile
prospectus_repotimer-0.0.5 Rakefile
prospectus_golang-0.1.5 Rakefile
prospectus_gems-0.3.1 Rakefile
prospectus_circleci-0.1.1 Rakefile
prospectus_travis-0.1.2 Rakefile
prospectus_pkgforge-0.0.12 Rakefile
prospectus_puppet-0.0.8 Rakefile
prospectus-0.9.0 Rakefile
prospectus_golang-0.1.4 Rakefile
prospectus_circleci-0.1.0 Rakefile
burglar-0.1.4 Rakefile
burglar-0.1.3 Rakefile