version changed and unicorn.gemspec renamed to unicorn-engine.gemspec (#915)
This commit is contained in:
parent
8df86c86a4
commit
bc34c36eae
|
@ -5,7 +5,7 @@
|
||||||
# Use bundle install && rake to install gem and test
|
# Use bundle install && rake to install gem and test
|
||||||
install: gen_const
|
install: gen_const
|
||||||
cd unicorn_gem && rake build
|
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:
|
gen_const:
|
||||||
cd .. && python const_generator.py ruby
|
cd .. && python const_generator.py ruby
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Unicorn
|
module Unicorn
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue