Sha256: 2b4b5ad330385c0e32b60169340f1b8cdb166d23e32bd338cfe534b96fa667ba

Contents?: true

Size: 251 Bytes

Versions: 24

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task test: :spec
task lint: :rubocop
task default: [:spec, :lint]

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
discourse_api-2.0.1 Rakefile
discourse_api-2.0.0 Rakefile
discourse_api-1.1.0 Rakefile
discourse_api-1.0.0 Rakefile
discourse_api-0.48.1 Rakefile
discourse_api-0.48.0 Rakefile
discourse_api-0.47.0 Rakefile
discourse_api-0.46.0 Rakefile
discourse_api-0.45.1 Rakefile
discourse_api-0.45.0 Rakefile
discourse_api-0.44.0 Rakefile
discourse_api-0.43.1 Rakefile
discourse_api-0.43.0 Rakefile
discourse_api-0.42.0 Rakefile
discourse_api-0.41.0 Rakefile
discourse_api-0.40.0 Rakefile
discourse_api-0.39.3 Rakefile
discourse_api-0.39.2 Rakefile
discourse_api-0.39.1 Rakefile
discourse_api-0.39.0 Rakefile