version changed and unicorn.gemspec renamed to unicorn-engine.gemspec (#915)

This commit is contained in:
Sascha Schirra 2017-10-27 14:30:01 +02:00 committed by Nguyen Anh Quynh
parent 8df86c86a4
commit bc34c36eae
3 changed files with 2 additions and 2 deletions

View File

@ -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.1.gem
gen_const:
cd .. && python const_generator.py ruby

View File

@ -1,3 +1,3 @@
module Unicorn
VERSION = "1.0.0"
VERSION = "1.0.1"
end