Skip to content

Commit

Permalink
using new spatial version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Mar 25, 2014
1 parent 009fa71 commit 5150fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/neography/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
df = File.open('neo4j-spatial.zip', 'wb')
case args[:version]
when "2.0.1"
dist = "dist.neo4j.org"
request = "/spatial/neo4j-spatial-0.12-neo4j-2.0.1-server-plugin.zip"
dist = "m2.neo4j.org"
request = "/content/repositories/releases/org/neo4j/neo4j-spatial/0.13-neo4j-2.0.1/neo4j-spatial-0.13-neo4j-2.0.1-server-plugin.zip"
when "2.0.0"
dist = "dist.neo4j.org"
request = "/spatial/neo4j-spatial-0.12-neo4j-2.0.0-server-plugin.zip"
Expand Down

0 comments on commit 5150fde

Please sign in to comment.