binary_search
binary_search copied to clipboard
Does not install under JRuby-1.7.4
When having JRuby installed,
jruby -S gem install binary_search
should install the gem flawlessly, while it does not. The Gemspec file should be modified such that the pure Ruby version is used in case of a not-C-ruby Ruby implementation.