Sha256: 9d0769beffc3b337bc5ed36b2811a1151efe946840f4a03e167b91e2644ac16b

Contents?: true

Size: 302 Bytes

Versions: 11

Compression:

Stored size: 302 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'appraisal'

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

if ENV['APPRAISAL_INITIALIZED'] || ENV['TRAVIS']
  task default: :test
else
  task default: :appraisal
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
cs-rubocop-git-0.1.4 Rakefile
rubocop-git-0.1.3 Rakefile
rubocop-git-kjanoudi-0.1.4 Rakefile
rubocop-git-kjanoudi-0.1.3 Rakefile
rubocop-git-kjanoudi-0.1.2 Rakefile
rubocop-git-0.1.2 Rakefile
rubyXL-addressing-0.2.0 Rakefile
rubyXL-addressing-0.1.0 Rakefile
rubocop-git-0.1.1 Rakefile
rubocop-git-0.1.0 Rakefile
rubocop-git-0.0.6 Rakefile