ruby binding added

This commit is contained in:
Sascha Schirra
2016-03-22 12:17:23 +01:00
parent d2ffea0e88
commit 5e72ce39f0
21 changed files with 3519 additions and 0 deletions

11
bindings/ruby/Makefile Normal file
View File

@@ -0,0 +1,11 @@
# Ruby binding for Unicorn engine. Sascha Schirra <sashs@scoding.de>
.PHONY: gen_const
install:
$(MAKE) gen_const
cd unicorn_gem && rake build
cd unicorn_gem && gem install --local pkg/unicorn-0.9.0.gem
gen_const:
cd .. && python const_generator.py ruby