File: Rakefile

package info (click to toggle)
ruby-vagrant-cloud 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: ruby: 4,343; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
$LOAD_PATH.unshift File.expand_path('lib', __dir__)

require 'bundler/gem_tasks'

Dir.glob(File.expand_path('tasks/*.rake', __dir__)).each do |task|
  load task
end

task default: [:spec]