Closed jabley closed 12 years ago
Thanks for the pull request!
Were you running into problems with running the gem on jruby or just when running the tests?
The gemspec uses the avl_tree gem which is ruby-only. The reason for the rbtree gem in the Gemfile was purely for benchmarking.
I'll look at figuring out a different way to do the benchmarking if this is an issue.
Just pushed a fix for this. Let me know if it works for you.
Sorry, just saw this. I was just trying rake test and it was failing.
rbtree uses the Ruby C API, meaning that it doesn't play nicely with rubinius and jruby.