neo4j.gemspec in neo4j-3.0.0 vs neo4j.gemspec in neo4j-3.0.1

- old
+ new

@@ -14,11 +14,11 @@ s.homepage = "https://github.com/andreasronge/neo4j/" s.rubyforge_project = 'neo4j' s.summary = "A graph database for Ruby" s.license = 'MIT' s.description = <<-EOF -A Neo4j OGM for use in Ruby on Rails and Rack frameworks, intended as a complete replacement for ActiveRecord. +A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks, intended as a complete replacement for ActiveRecord. EOF s.require_path = 'lib' s.files = Dir.glob("{bin,lib,config}/**/*") + %w(README.md CHANGELOG CONTRIBUTORS Gemfile neo4j.gemspec) s.executables = ['neo4j-jars'] @@ -29,10 +29,10 @@ s.add_dependency('orm_adapter', "~> 0.5.0") s.add_dependency("activemodel", "~> 4") s.add_dependency("activesupport", "~> 4") s.add_dependency("railties", "~> 4") s.add_dependency('active_attr', "~> 0.8") - s.add_dependency("neo4j-core", "= 3.0.0") + s.add_dependency("neo4j-core", "~> 3.0.0") if RUBY_PLATFORM =~ /java/ s.add_dependency("neo4j-community", '~> 2.0') end end