geoff 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ geoff
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ jruby-1.7.0
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geoff (0.2.1)
4
+ geoff (0.2.2)
5
5
  activesupport (~> 3.2.3)
6
- geoff-importer (~> 0.1.0)
6
+ geoff-importer (~> 0.1.1)
7
7
  json
8
8
  neo4j
9
9
 
@@ -32,34 +32,35 @@ GEM
32
32
  columnize (0.3.6)
33
33
  diff-lcs (1.1.3)
34
34
  erubis (2.7.0)
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)
35
+ geoff-importer (0.1.1)
36
+ neo4j-advanced (>= 1.8, < 2.0)
37
+ neo4j-community (>= 1.8, < 2.0)
38
+ neo4j-enterprise (>= 1.8, < 2.0)
39
+ hike (1.2.3)
40
40
  i18n (0.6.1)
41
41
  journey (1.0.4)
42
42
  jruby-openssl (0.7.7)
43
43
  bouncy-castle-java (>= 1.5.0146.1)
44
+ json (1.8.0)
44
45
  json (1.8.0-java)
45
46
  linecache (0.46)
46
47
  rbx-require-relative (> 0.0.4)
47
48
  method_source (0.8)
48
- multi_json (1.7.5)
49
- neo4j (2.2.1-java)
49
+ multi_json (1.7.7)
50
+ neo4j (2.3.0-java)
50
51
  activemodel (>= 3.0.0, < 3.3)
51
- neo4j-wrapper (= 2.2.1)
52
+ neo4j-wrapper (= 2.3.0)
52
53
  orm_adapter (>= 0.0.3)
53
54
  railties (>= 3.0.0, < 3.3)
54
- neo4j-advanced (1.8-java)
55
- neo4j-community (1.8-java)
56
- neo4j-core (2.2.1-java)
57
- neo4j-community (>= 1.8.M05, < 1.9)
55
+ neo4j-advanced (1.9-java)
56
+ neo4j-community (1.9-java)
57
+ neo4j-core (2.3.0-java)
58
+ neo4j-community (>= 1.9.M05, < 2.0)
58
59
  neo4j-cypher (~> 1.0.0)
59
60
  neo4j-cypher (1.0.0)
60
- neo4j-enterprise (1.8-java)
61
- neo4j-wrapper (2.2.1-java)
62
- neo4j-core (= 2.2.1)
61
+ neo4j-enterprise (1.9-java)
62
+ neo4j-wrapper (2.3.0-java)
63
+ neo4j-core (= 2.3.0)
63
64
  orm_adapter (0.4.0)
64
65
  pry (0.9.10)
65
66
  coderay (~> 1.0.5)
@@ -84,7 +85,7 @@ GEM
84
85
  rake (>= 0.8.7)
85
86
  rdoc (~> 3.4)
86
87
  thor (>= 0.14.6, < 2.0)
87
- rake (10.0.4)
88
+ rake (10.1.0)
88
89
  rbx-require-relative (0.0.9)
89
90
  rdoc (3.12.2)
90
91
  json (~> 1.4)
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.1.0'
24
+ gem.add_dependency 'geoff-importer', '~> 0.1.1'
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.1"
2
+ VERSION = "0.2.2"
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.1
4
+ version: 0.2.2
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: 2013-06-03 00:00:00.000000000 Z
16
+ date: 2013-06-24 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: neo4j
@@ -39,13 +39,13 @@ dependencies:
39
39
  requirements:
40
40
  - - ~>
41
41
  - !ruby/object:Gem::Version
42
- version: 0.1.0
42
+ version: 0.1.1
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.1.0
48
+ version: 0.1.1
49
49
  none: false
50
50
  prerelease: false
51
51
  type: :runtime
@@ -167,7 +167,8 @@ files:
167
167
  - .gitignore
168
168
  - .rbenv-version
169
169
  - .rspec
170
- - .rvmrc
170
+ - .ruby-gemset
171
+ - .ruby-version
171
172
  - Gemfile
172
173
  - Gemfile.lock
173
174
  - LICENSE
data/.rvmrc DELETED
@@ -1,54 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- # This is an RVM Project .rvmrc file, used to automatically load the ruby
4
- # development environment upon cd'ing into the directory
5
-
6
- # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
7
- # Only full ruby name is supported here, for short names use:
8
- # echo "rvm use jruby" > .rvmrc
9
- environment_id="jruby-1.7.0@geoff"
10
- export JRUBY_OPTS='-J-Xms1024m -J-Xmx1024m -J-XX:+UseConcMarkSweepGC -J-XX:MaxPermSize=512m -J-Djruby.thread.pooling=true'
11
-
12
- # Uncomment the following lines if you want to verify rvm version per project
13
- # rvmrc_rvm_version="1.14.2 ()" # 1.10.1 seams as a safe start
14
- # eval "$(echo ${rvm_version}.${rvmrc_rvm_version} | awk -F. '{print "[[ "$1*65536+$2*256+$3" -ge "$4*65536+$5*256+$6" ]]"}' )" || {
15
- # echo "This .rvmrc file requires at least RVM ${rvmrc_rvm_version}, aborting loading."
16
- # return 1
17
- # }
18
-
19
- # Uncomment following line if you want options to be set only for given project.
20
- # PROJECT_JRUBY_OPTS=( --1.9 )
21
- # The variable PROJECT_JRUBY_OPTS requires the following to be run in shell:
22
- # chmod +x ${rvm_path}/hooks/after_use_jruby_opts
23
-
24
- # First we attempt to load the desired environment directly from the environment
25
- # file. This is very fast and efficient compared to running through the entire
26
- # CLI and selector. If you want feedback on which environment was used then
27
- # insert the word 'use' after --create as this triggers verbose mode.
28
- if [[ -d "${rvm_path:-$HOME/.rvm}/environments"
29
- && -s "${rvm_path:-$HOME/.rvm}/environments/$environment_id" ]]
30
- then
31
- \. "${rvm_path:-$HOME/.rvm}/environments/$environment_id"
32
- [[ -s "${rvm_path:-$HOME/.rvm}/hooks/after_use" ]] &&
33
- \. "${rvm_path:-$HOME/.rvm}/hooks/after_use" || true
34
- else
35
- # If the environment file has not yet been created, use the RVM CLI to select.
36
- rvm --create "$environment_id" || {
37
- echo "Failed to create RVM environment '${environment_id}'."
38
- return 1
39
- }
40
- fi
41
-
42
- # If you use bundler, this might be useful to you:
43
- # if [[ -s Gemfile ]] && {
44
- # ! builtin command -v bundle >/dev/null ||
45
- # builtin command -v bundle | GREP_OPTIONS= \grep $rvm_path/bin/bundle >/dev/null
46
- # }
47
- # then
48
- # printf "%b" "The rubygem 'bundler' is not installed. Installing it now.\n"
49
- # gem install bundler
50
- # fi
51
- # if [[ -s Gemfile ]] && builtin command -v bundle >/dev/null
52
- # then
53
- # bundle install | GREP_OPTIONS= \grep -vE '^Using|Your bundle is complete'
54
- # fi