Added condition for ruby/ruby repository
This commit is contained in:
parent
0677bbe3ff
commit
93ac1503be
Notes:
git
2022-12-09 07:36:43 +00:00
@ -32,7 +32,11 @@ def spec_dir
|
||||
end
|
||||
|
||||
def lib_dir
|
||||
root_dir.join("lib")
|
||||
if ruby_core?
|
||||
root_dir.join("../lib")
|
||||
else
|
||||
root_dir.join("lib")
|
||||
end
|
||||
end
|
||||
|
||||
def root_dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user