bindings: ruby: fix version identifier to 2.1.3 (#2142)
This commit is contained in:
@@ -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-2.1.1.gem
|
cd unicorn_gem && gem install --local pkg/unicorn-engine-2.1.3.gem
|
||||||
|
|
||||||
gen_const:
|
gen_const:
|
||||||
cd .. && python3 const_generator.py ruby
|
cd .. && python3 const_generator.py ruby
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Unicorn
|
module Unicorn
|
||||||
VERSION = "2.1.1"
|
VERSION = "2.1.3"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user