A user discovered that for MRI, the require for 'gss_api_context' fails on an installed gem. This is because we build the extension in its own gss_api_context subdir (specified in extconf.rb). This doesn't cause issues when running out of the cloned repo because the extension is built to the lib directory. Fix: don't specify that the extension should be built to a subdir.
JRuby has an issue in that we don't actually bundle the challenge_evaluator.jar in the gem.
A user discovered that for MRI, the require for 'gss_api_context' fails on an installed gem. This is because we build the extension in its own gss_api_context subdir (specified in extconf.rb). This doesn't cause issues when running out of the cloned repo because the extension is built to the lib directory. Fix: don't specify that the extension should be built to a subdir.
JRuby has an issue in that we don't actually bundle the challenge_evaluator.jar in the gem.
Both of these issues make dse driver 1.0.0 DOA.