renamed unicorn gem to unicorn-engine (#895)
* renamed gem unicorn to unicorn-engine * renamed modules to unicornengine * renamed Module Unicorn to UnicornEngine and the gem unicorn-engine to unicornengine * unicornengine -> unicorn_engine
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
46ae3a042e
commit
13007eb12a
@ -25,10 +25,10 @@ template = {
|
||||
'comment_close': '',
|
||||
},
|
||||
'ruby': {
|
||||
'header': "# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [%s_const.rb]\n\nmodule Unicorn\n",
|
||||
'header': "# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [%s_const.rb]\n\nmodule UnicornEngine\n",
|
||||
'footer': "end",
|
||||
'line_format': '\tUC_%s = %s\n',
|
||||
'out_file': './ruby/unicorn_gem/lib/unicorn/%s_const.rb',
|
||||
'out_file': './ruby/unicorn_gem/lib/unicorn_engine/%s_const.rb',
|
||||
# prefixes for constant filenames of all archs - case sensitive
|
||||
'arm.h': 'arm',
|
||||
'arm64.h': 'arm64',
|
||||
|
Reference in New Issue
Block a user