mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:48:18 +00:00
version changed and unicorn.gemspec renamed to unicorn-engine.gemspec (#915)
This commit is contained in:
parent
8df86c86a4
commit
bc34c36eae
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Unicorn
|
||||
VERSION = "1.0.0"
|
||||
VERSION = "1.0.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue