From 89e2ff07bc930bd80fb4872026d1f8a9f4a8b348 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Mon, 17 Dec 2012 08:51:40 -0600 Subject: [PATCH] upgrade to 1.8.1 --- .travis.yml | 2 +- lib/neography/tasks.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6dd6281..9d0ab88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','1.8'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','1.8.1'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3 diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index d521bf2..e94b982 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -4,7 +4,7 @@ namespace :neo4j do desc "Install Neo4j" task :install, :edition, :version do |t, args| - args.with_defaults(:edition => "community", :version => "1.8") + args.with_defaults(:edition => "community", :version => "1.8.1") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?