Sha256: 721b1734fdac6fd264b08bdc97ae33c438a56e485715f3da72df26a85e265492

Contents?: true

Size: 219 Bytes

Versions: 8

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

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

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

task default: %i[spec rubocop:auto_correct]

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
json_pretty_generate-0.1.0 Rakefile
omdb-api-2.0.0 Rakefile
yano-0.1.5 Rakefile
omdb-api-1.4.3 Rakefile
simple_validate-1.2.3 Rakefile
omdb-api-1.4.2 Rakefile
omdb-api-1.4.1 Rakefile
omdb-api-1.4.0 Rakefile