Skip to content

Commit

Permalink
bump version to fix jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed May 21, 2015
1 parent 63e070a commit 22c037d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
3 changes: 1 addition & 2 deletions neo4j-core.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit 22c037d

Please sign in to comment.