#!/usr/bin/make -f

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

override_dh_auto_clean:
	$(RM) Gemfile.lock
	dh_auto_clean
