changed gem name to unicorn-engine (#911)
* changed gem name to unicorn-engine * changed the gem name in Makefile
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
4ad770b6c2
commit
8df86c86a4
@@ -5,7 +5,7 @@
|
||||
# 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.0.gem
|
||||
cd unicorn_gem && gem install --local pkg/unicorn-engine-1.0.0.gem
|
||||
|
||||
gen_const:
|
||||
cd .. && python const_generator.py ruby
|
||||
|
||||
Reference in New Issue
Block a user