neo4j.gemspec in neo4j-8.0.0.alpha.6 vs neo4j.gemspec in neo4j-8.0.0.alpha.7

- old
+ new

@@ -5,10 +5,11 @@ Gem::Specification.new do |s| s.name = 'neo4j' s.version = Neo4j::VERSION - s.required_ruby_version = '>= 2.1.9' + + s.required_ruby_version = ((RUBY_PLATFORM == 'java') ? '>= 1.9.3' : '>= 2.1.9') s.authors = 'Andreas Ronge, Brian Underwood, Chris Grigg' s.email = 'andreas.ronge@gmail.com, brian@brian-underwood.codes, chris@subvertallmedia.com' s.homepage = 'https://github.com/neo4jrb/neo4j/' s.rubyforge_project = 'neo4j'