From 22c037d4cc2c1ca7bdf6dd9bde50d49a69e17eee Mon Sep 17 00:00:00 2001 From: Chris Grigg Date: Wed, 20 May 2015 23:09:07 -0400 Subject: [PATCH] bump version to fix jruby --- lib/neo4j-core/version.rb | 2 +- neo4j-core.gemspec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/neo4j-core/version.rb b/lib/neo4j-core/version.rb index dd237cf9..0761bd81 100644 --- a/lib/neo4j-core/version.rb +++ b/lib/neo4j-core/version.rb @@ -1,5 +1,5 @@ module Neo4j module Core - VERSION = '5.0.0.rc.1' + VERSION = '5.0.0.rc.2' end end diff --git a/neo4j-core.gemspec b/neo4j-core.gemspec index f957613f..e77b3f25 100644 --- a/neo4j-core.gemspec +++ b/neo4j-core.gemspec @@ -6,8 +6,7 @@ require 'neo4j-core/version' Gem::Specification.new do |s| s.name = 'neo4j-core' s.version = Neo4j::Core::VERSION - s.required_ruby_version = '>= 2.0.0' - s.required_ruby_version = '>= 1.9.3' if RUBY_PLATFORM =~ /java/ + s.required_ruby_version = '>= 1.9.3' s.authors = 'Andreas Ronge, Chris Grigg, Brian Underwood' s.email = 'andreas.ronge@gmail.com, chris@subvertallmedia.com, brian@brian-underwood.codes'