neography 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/neography/tasks.rb +3 -1
- data/lib/neography/version.rb +1 -1
- metadata +2 -2
data/lib/neography/tasks.rb
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# borrowed from architect4r
|
2
2
|
require 'os'
|
3
|
+
require 'httparty'
|
4
|
+
require 'zip/zip'
|
3
5
|
|
4
6
|
namespace :neo4j do
|
5
7
|
desc "Install Neo4j"
|
@@ -41,7 +43,7 @@ namespace :neo4j do
|
|
41
43
|
end
|
42
44
|
|
43
45
|
else
|
44
|
-
%x[
|
46
|
+
%x[curl -O http://dist.neo4j.org/neo4j-#{args[:edition]}-#{args[:version]}-unix.tar.gz]
|
45
47
|
%x[tar -xvzf neo4j-#{args[:edition]}-#{args[:version]}-unix.tar.gz]
|
46
48
|
%x[mv neo4j-#{args[:edition]}-#{args[:version]} neo4j]
|
47
49
|
%x[rm neo4j-#{args[:edition]}-#{args[:version]}-unix.tar.gz]
|
data/lib/neography/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neography
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-03-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|