geoff 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,30 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geoff (0.2.0)
4
+ geoff (0.2.1)
5
5
  activesupport (~> 3.2.3)
6
- geoff-importer (>= 0.0.2)
6
+ geoff-importer (~> 0.1.0)
7
7
  json
8
8
  neo4j
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (3.2.9)
14
- activemodel (= 3.2.9)
15
- activesupport (= 3.2.9)
13
+ actionpack (3.2.13)
14
+ activemodel (= 3.2.13)
15
+ activesupport (= 3.2.13)
16
16
  builder (~> 3.0.0)
17
17
  erubis (~> 2.7.0)
18
18
  journey (~> 1.0.4)
19
- rack (~> 1.4.0)
19
+ rack (~> 1.4.5)
20
20
  rack-cache (~> 1.2)
21
21
  rack-test (~> 0.6.1)
22
22
  sprockets (~> 2.2.1)
23
- activemodel (3.2.9)
24
- activesupport (= 3.2.9)
23
+ activemodel (3.2.13)
24
+ activesupport (= 3.2.13)
25
25
  builder (~> 3.0.0)
26
- activesupport (3.2.9)
27
- i18n (~> 0.6)
26
+ activesupport (3.2.13)
27
+ i18n (= 0.6.1)
28
28
  multi_json (~> 1.0)
29
29
  bouncy-castle-java (1.5.0146.1)
30
30
  builder (3.0.4)
@@ -32,30 +32,34 @@ GEM
32
32
  columnize (0.3.6)
33
33
  diff-lcs (1.1.3)
34
34
  erubis (2.7.0)
35
- geoff-importer (0.0.2)
36
- neo4j-community (>= 1.8.M05, < 1.9)
37
- hike (1.2.1)
35
+ geoff-importer (0.1.0)
36
+ neo4j-advanced (= 1.8.0)
37
+ neo4j-community (= 1.8.0)
38
+ neo4j-enterprise (= 1.8.0)
39
+ hike (1.2.2)
38
40
  i18n (0.6.1)
39
41
  journey (1.0.4)
40
42
  jruby-openssl (0.7.7)
41
43
  bouncy-castle-java (>= 1.5.0146.1)
42
- json (1.7.5-java)
44
+ json (1.8.0-java)
43
45
  linecache (0.46)
44
46
  rbx-require-relative (> 0.0.4)
45
47
  method_source (0.8)
46
- multi_json (1.4.0)
47
- neo4j (2.2.0-java)
48
+ multi_json (1.7.5)
49
+ neo4j (2.2.1-java)
48
50
  activemodel (>= 3.0.0, < 3.3)
49
- neo4j-wrapper (= 2.2.0)
51
+ neo4j-wrapper (= 2.2.1)
50
52
  orm_adapter (>= 0.0.3)
51
53
  railties (>= 3.0.0, < 3.3)
54
+ neo4j-advanced (1.8-java)
52
55
  neo4j-community (1.8-java)
53
- neo4j-core (2.2.0-java)
56
+ neo4j-core (2.2.1-java)
54
57
  neo4j-community (>= 1.8.M05, < 1.9)
55
58
  neo4j-cypher (~> 1.0.0)
56
59
  neo4j-cypher (1.0.0)
57
- neo4j-wrapper (2.2.0-java)
58
- neo4j-core (= 2.2.0)
60
+ neo4j-enterprise (1.8-java)
61
+ neo4j-wrapper (2.2.1-java)
62
+ neo4j-core (= 2.2.1)
59
63
  orm_adapter (0.4.0)
60
64
  pry (0.9.10)
61
65
  coderay (~> 1.0.5)
@@ -66,23 +70,23 @@ GEM
66
70
  method_source (~> 0.8)
67
71
  slop (~> 3.3.1)
68
72
  spoon (~> 0.0)
69
- rack (1.4.1)
73
+ rack (1.4.5)
70
74
  rack-cache (1.2)
71
75
  rack (>= 0.4)
72
- rack-ssl (1.3.2)
76
+ rack-ssl (1.3.3)
73
77
  rack
74
78
  rack-test (0.6.2)
75
79
  rack (>= 1.0)
76
- railties (3.2.9)
77
- actionpack (= 3.2.9)
78
- activesupport (= 3.2.9)
80
+ railties (3.2.13)
81
+ actionpack (= 3.2.13)
82
+ activesupport (= 3.2.13)
79
83
  rack-ssl (~> 1.3.2)
80
84
  rake (>= 0.8.7)
81
85
  rdoc (~> 3.4)
82
86
  thor (>= 0.14.6, < 2.0)
83
- rake (10.0.2)
87
+ rake (10.0.4)
84
88
  rbx-require-relative (0.0.9)
85
- rdoc (3.12)
89
+ rdoc (3.12.2)
86
90
  json (~> 1.4)
87
91
  rspec (2.11.0)
88
92
  rspec-core (~> 2.11.0)
@@ -105,8 +109,8 @@ GEM
105
109
  multi_json (~> 1.0)
106
110
  rack (~> 1.0)
107
111
  tilt (~> 1.1, != 1.3.0)
108
- thor (0.16.0)
109
- tilt (1.3.3)
112
+ thor (0.18.1)
113
+ tilt (1.4.1)
110
114
 
111
115
  PLATFORMS
112
116
  java
data/README.md CHANGED
@@ -11,7 +11,7 @@ http://geoff.nigelsmall.net/
11
11
 
12
12
  This gem is a Ruby DSL for
13
13
  * generating geoff syntax files
14
- * batch inserting data into [http://neo4j.org/learn/](Neo4j)
14
+ * batch inserting data into [Neo4j](http://neo4j.org/learn/)
15
15
 
16
16
  The reason for creating this gem is to:
17
17
  * easily build data sets for tests
data/geoff.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
21
21
 
22
22
  if RUBY_PLATFORM=="java"
23
23
  gem.add_dependency 'neo4j'
24
- gem.add_dependency 'geoff-importer', '>=0.0.2'
24
+ gem.add_dependency 'geoff-importer', '~> 0.1.0'
25
25
  gem.add_development_dependency 'jruby-openssl'
26
26
  end
27
27
  gem.add_dependency 'activesupport', '~> 3.2.3'
data/lib/geoff/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Geoff
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2012-12-07 00:00:00.000000000 Z
16
+ date: 2013-06-03 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: neo4j
@@ -37,15 +37,15 @@ dependencies:
37
37
  name: geoff-importer
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - ! '>='
40
+ - - ~>
41
41
  - !ruby/object:Gem::Version
42
- version: 0.0.2
42
+ version: 0.1.0
43
43
  none: false
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ! '>='
46
+ - - ~>
47
47
  - !ruby/object:Gem::Version
48
- version: 0.0.2
48
+ version: 0.1.0
49
49
  none: false
50
50
  prerelease: false
51
51
  type: :runtime