musicbrainz/Rakefile

9 lines
186 B
Ruby
Raw Normal View History

2013-05-06 20:45:41 +02:00
#!/usr/bin/env rake
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
Bundler::GemHelper.install_tasks