Running this gem with openjdk8 produces errors because openjdk8 -version returns openjdk version XXX instead of java version XXX. Changing regex for version check to allow first word to be java or openjdk.
Removing testing support for Ruby 1.9.3 and adding JRuby to the list of allowed failures.
Running this gem with openjdk8 produces errors because
openjdk8 -version
returnsopenjdk version XXX
instead ofjava version XXX
. Changing regex for version check to allow first word to be java or openjdk.Removing testing support for Ruby 1.9.3 and adding JRuby to the list of allowed failures.