#!/usr/bin/make -f

# This is a Ruby gem and needs --gem-install to correctly install the files.
export DH_RUBY = --gem-install

%:
	dh $@ --buildsystem=ruby
