# Ruby binding for Unicorn engine. Sascha Schirra .PHONY: gen_const # Use bundle install && rake to install gem and test install: gen_const cd unicorn_gem && rake build cd unicorn_gem && gem install --local pkg/unicorn-engine-1.0.1.gem gen_const: cd .. && python const_generator.py ruby