From de53b897e58ea91cef65d17c4753dd3c946fb91c Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Mon, 3 Feb 2014 15:02:26 -0600 Subject: [PATCH] update neo to 2.0.1, update ruby tests to 2.0.0 --- .travis.yml | 4 ++-- lib/neography/tasks.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ce5146..3a887bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','2.0.0'] neo4j:get_spatial neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','2.0.1'] neo4j:get_spatial neo4j:start spec --trace" language: ruby rvm: - - 1.9.3 + - 2.0.0 diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index bb03142..733753e 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -7,7 +7,7 @@ namespace :neo4j do desc "Install Neo4j" task :install, :edition, :version do |t, args| - args.with_defaults(:edition => "community", :version => "2.0.0") + args.with_defaults(:edition => "community", :version => "2.0.1") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?