diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-05-18 18:40:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-05-18 18:40:01 -0400 |
commit | cceb5a730c6028a6b67577d11f7f183e144e96cd (patch) | |
tree | 5ba5725b2e00a2285a1e95cbb7edb0d2a1492df3 /bin | |
parent | debian/changelog (7.1.1-1) (diff) | |
parent | version & changelog, tag for release (diff) |
Merge tag 'sisu_7.1.2' into debian/sid
SiSU 7.1.2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sisu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}\// |