release note:
active_support
nmap
to detect)顺便问一个问题,我在某些目录下执行 larrow 遇到了如下的现象:
~/projects/github/easycmd/essh(master)[2.1.3]
$ larrow
Could not find proper version of larrow-runner (0.0.1) in any of the sources
Run `bundle install` to install missing gems.
但是这里安装的是 0.0.3 这个版本,我经过查找,发现
$ which larrow
/home/john/.rvm/gems/ruby-2.1.3/bin/larrow
~/projects/github/easycmd/essh(master)[2.1.3]
$ cat /home/john/.rvm/gems/ruby-2.1.3/bin/larrow | head -n 1
#!/usr/bin/env ruby_executable_hooks
如果把这个 shebang 设定改为
#!/usr/bin/env ruby
就没问题了。
似乎是 executable-hooks 这个 gem 的问题,但是涉及到 gem 插件,这块我不太懂,有人处理过类似的情况么?