From 1e06e91f8c8add8cffc7747c9d6df992addcbe02 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Wed, 11 Dec 2013 09:25:52 -0600 Subject: [PATCH] upgrade default download to 2.0.0 --- .travis.yml | 2 +- lib/neography/tasks.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 118b914..ef1d3f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','2.0.0-M06'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','2.0.0'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3 diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index 65210ee..259dc28 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 => "1.9.4") + args.with_defaults(:edition => "community", :version => "2.0.0") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?