Sha256: dad2116362546c4b6c9971454df3c9d7f933609cc410bad0f4633bcebe1ee8fc

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rubocop/rake_task'

RuboCop::RakeTask.new do |t|
  t.options = %w[--display-cop-names --extra-details --display-style-guide]
end

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/*_test.rb']
end

task default: %i[test rubocop]

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
excon-hypermedia-0.7.0 Rakefile
object-cache-0.1.2 Rakefile
object-cache-0.1.1 Rakefile
excon-addressable-0.4.1 Rakefile
excon-hypermedia-0.6.0 Rakefile
excon-addressable-0.4.0 Rakefile
object-cache-0.1.0 Rakefile