Sha256: b3138f3046a8be7c4f37c42d5499836d48aa8c84c7ddfecc9c9daebc37df4530

Contents?: true

Size: 374 Bytes

Versions: 21

Compression:

Stored size: 374 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

21 entries across 21 versions & 3 rubygems

Version Path
excon-hypermedia-0.5.3 Rakefile
excon-hypermedia-0.5.2 Rakefile
excon-hypermedia-0.5.1 Rakefile
excon-hypermedia-0.5.0 Rakefile
excon-hypermedia-0.4.3 Rakefile
excon-hypermedia-0.4.2 Rakefile
object-cache-0.0.5 Rakefile
object-cache-0.0.4 Rakefile
object-cache-0.0.3 Rakefile
object-cache-0.0.2 Rakefile
object-cache-0.0.1 Rakefile
excon-hypermedia-0.4.1 Rakefile
excon-addressable-0.3.1 Rakefile
excon-addressable-0.3.0 Rakefile
excon-hypermedia-0.4.0 Rakefile
excon-addressable-0.2.1 Rakefile
excon-hypermedia-0.3.0 Rakefile
excon-hypermedia-0.2.0 Rakefile
excon-addressable-0.2.0 Rakefile
excon-hypermedia-0.1.0 Rakefile