Sha256: e5273ea10d04ba7ccba3e7de19be729ce56a2fd0f4ffb8c2b0d1696c1da4e544

Contents?: true

Size: 299 Bytes

Versions: 18

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

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

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

RuboCop::RakeTask.new(:rubocop)

task default: [:rubocop, :test]

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
libvirt_ffi-0.8.0 Rakefile
libvirt_ffi-0.7.0 Rakefile
libvirt_ffi-0.6.2 Rakefile
libvirt_ffi-0.6.1 Rakefile
libvirt_ffi-0.6.0 Rakefile
alsa_aconnect-0.1.5 Rakefile
alsa_aconnect-0.1.4 Rakefile
alsa_aconnect-0.1.3 Rakefile
alsa_aconnect-0.1.2 Rakefile
alsa_aconnect-0.1.1 Rakefile
alsa_aconnect-0.1.0 Rakefile
libvirt_ffi-0.5.6 Rakefile
libvirt_ffi-0.5.5 Rakefile
libvirt_ffi-0.5.4 Rakefile
libvirt_ffi-0.5.3 Rakefile
libvirt_ffi-0.5.2 Rakefile
libvirt_ffi-0.5.1 Rakefile
libvirt_ffi-0.5.0 Rakefile