OSX10.7.5でsource2swaggerを使用しようとしています
「json」に依存するので、それをインストールして、以下のように実行しようとしています。
machine:source2swagger jpbeuc1$ sudo gem install json
Password:
Building native extensions. This could take a while...
Successfully installed json-1.7.7
1 gem installed
Installing ri documentation for json-1.7.7...
Installing RDoc documentation for json-1.7.7...
machine:source2swagger jpbeuc1$ bin/source2swagger
bin/source2swagger:4:in `require': no such file to load -- json (LoadError)
from bin/source2swagger:4
ここで機能していないものと、source2swaggerに「json」を表示させる方法を教えてもらえますか?