Sha256: a1e91050c4c159fced74e33175944619482fbacf7fdb056e5955c087322a67ef

Contents?: true

Size: 377 Bytes

Versions: 27

Compression:

Stored size: 377 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'yard'

desc 'Default: run the specs.'
task default: [:spec]

desc 'Test the copy_tuner_client plugin.'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ['--color', '--format progress']
  t.pattern = 'spec/copy_tuner_client/**/*_spec.rb'
end

YARD::Rake::YardocTask.new do |t|
  t.files = ['lib/**/*.rb']
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
copy_tuner_client-0.19.0 Rakefile
copy_tuner_client-0.18.0 Rakefile
copy_tuner_client-0.17.1 Rakefile
copy_tuner_client-0.16.3 Rakefile
copy_tuner_client-0.16.2 Rakefile
copy_tuner_client-0.16.1 Rakefile
copy_tuner_client-0.16.0 Rakefile
copy_tuner_client-0.15.1 Rakefile
copy_tuner_client-0.15.0 Rakefile
copy_tuner_client-0.14.2 Rakefile
copy_tuner_client-0.14.1 Rakefile
copy_tuner_client-0.14.0 Rakefile
copy_tuner_client-0.13.6 Rakefile
copy_tuner_client-0.13.5 Rakefile
copy_tuner_client-0.13.3 Rakefile
copy_tuner_client-0.13.2 Rakefile
copy_tuner_client-0.13.1 Rakefile
copy_tuner_client-0.13.0 Rakefile
copy_tuner_client-0.12.0 Rakefile
copy_tuner_client-0.11.0 Rakefile