Sha256: cf36809832819383e77e4fcaab5935b542ad53dd2382461bff623081476b0e97

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

begin
  require 'bundler'
  Bundler::GemHelper.install_tasks
rescue LoadError
  # do not require bundler rake tasks
end

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

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

desc "re-generate spec/api.h.xml"
task :gen do
  sh 'gccxml spec/api.h -fxml=spec/api.h.xml'
end

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spotify-12.0.2 Rakefile
spotify-12.0.1 Rakefile
spotify-12.0.0 Rakefile
spotify-11.0.2 Rakefile
spotify-11.0.1 Rakefile
spotify-11.0.0 Rakefile
spotify-10.3.0 Rakefile
spotify-10.2.2 Rakefile
spotify-10.2.1 Rakefile