Sha256: 15da80f777ef8852142a2f69959a4ff0650983a4bea39ed57264f8f212d1ae5d

Contents?: true

Size: 234 Bytes

Versions: 12

Compression:

Stored size: 234 Bytes

Contents

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

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

task default: %i[spec rubocop]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awsrm-0.7.0 Rakefile
awsrm-0.6.0 Rakefile
awsrm-0.5.2 Rakefile
awsrm-0.5.1 Rakefile
awsrm-0.5.0 Rakefile
awsrm-0.4.1 Rakefile
awsrm-0.4.0 Rakefile
awsrm-0.3.0 Rakefile
awsrm-0.2.0 Rakefile
awsrm-0.1.1 Rakefile
awsrm-0.1.0 Rakefile
awsrm-0.0.1 Rakefile