#!/usr/bin/make -f

export RUBYOPT=-Ku

%:
	dh $@ --buildsystem=ruby --with ruby
