aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-05-18 16:41:21 -0400
committerRalph Amissah <ralph@amissah.com>2015-05-18 18:36:56 -0400
commit8b1af126ffda2de5010da797e9a941b97632e48b (patch)
tree3ff63f9ce59e57f56d9d6218c68332b1dfe071fd /bin
parentversion & changelog, open commit window (diff)
bin/sisu juggle multiple install & run options, resolve issue
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sisu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sisu b/bin/sisu
index 7a69dc5d..0a904c4d 100755
--- a/bin/sisu
+++ b/bin/sisu
@@ -115,7 +115,7 @@ class Orient
end
end
def sisu_this_lib
- if not Gem::Specification.find_by_name("sisu").nil? \
+ if Gem::Specification.any? \
and processing.sisu_runtime_path =~/\/gems\// \
and processing.sisu_runtime_path \
=~ /\/#{processing.gem_regex}\//