Sha256: 5ca01a053fead89ae687724c56f4c3c3fb95a9594e1ab79ce49bef5a1de962b2

Contents?: true

Size: 229 Bytes

Versions: 17

Compression:

Stored size: 229 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new do |spec|
  spec.pattern = 'spec/*_spec.rb'
end

require 'yard'
YARD::Rake::YardocTask.new

task :spec => :test
task :default => :test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spotify-10.2.0 Rakefile
spotify-10.1.1 Rakefile
spotify-10.1.0 Rakefile
spotify-10.0.1 Rakefile
spotify-10.0.0 Rakefile
spotify-9.1.0 Rakefile
spotify-9.0.1 Rakefile
spotify-9.0.0 Rakefile
spotify-8.0.5 Rakefile
spotify-8.0.2 Rakefile
spotify-8.0.1 Rakefile
spotify-8.0.0 Rakefile
spotify-7.0.4 Rakefile
spotify-7.0.3 Rakefile
spotify-7.0.2 Rakefile
spotify-7.0.1 Rakefile
spotify-7.0.0 Rakefile