On 30.03.2016, at 16:57 , Jacob Carlborg <doob@me.com> wrote:

Try adding ENV['TM_BUNDLE_SUPPORT'] + '/json-1.8.3/lib to the Ruby load path. Then "require 'json'" as usual.

BTW, since this gem contains native code you need tot make sure that the native code is compiled.

Awesome, made it work, now it just needs some polish. Native Code is not needed since the gem includes a pure-ruby version.


Thanks!
Fabian