devise-neo4j 2.0.0.alpha.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93c410a790b9472c524bc9e292719010f617ea86
4
- data.tar.gz: 1172ed3e86426dccd08f27152c596eb743d0edf4
3
+ metadata.gz: 0052b231afec5b4a21d46f2c65f60289a36a8aed
4
+ data.tar.gz: 7ed08cc81e4e46b1a86b3ba5d03838df738c6335
5
5
  SHA512:
6
- metadata.gz: 202423db6a77e66e4b0d3d551e992feed871ffa2a5ab0cbd2ca26edbb470949e0599b5f6807293be199faa03c0fae6a19ded07f82d6a4de210f2e14484985306
7
- data.tar.gz: df1ee93d673ecf0bc46b47edb1c6e522e728430eb94df9f48689cd686c315b4bd49e9b87cfa368ede5d6fcf3aeb77a88e0ab8106e388c3e2507c0018f480a263
6
+ metadata.gz: a1f9cee7b86210d710339e477fe93157bf485019454cd5ce8c31f1d317389c8a9ea1fc7b1a24a304549ecd4c025e3e954f9adb495a026807f024030c598f4c4f
7
+ data.tar.gz: 7fa78db39e3a53b5265c1f51bdd1e8bc80dd963b2bc1aefbd322c3af02c33b9d7fbe06c6c31ec41145ab1ef0e3916011a01a226ac618ef7b2fda9a152d805b7d
data/.travis.yml CHANGED
@@ -1,5 +1,4 @@
1
- script: "bundle exec rake neo4j:install['community-2.1.2'] neo4j:start default --trace"
1
+ script: "bundle exec rake neo4j:install['community-2.2.0-M01'] neo4j:start default --trace"
2
2
  language: ruby
3
3
  rvm:
4
- - 2.1.1
5
- - jruby-19mode
4
+ - 2.1.5
data/CHANGELOG ADDED
@@ -0,0 +1,5 @@
1
+ == 2.0.0
2
+ * Point gemfile at the neo4jrb repos now that all specs are passing.
3
+
4
+ == 2.0.0.alpha.1
5
+ * Support for Neo4j.rb 3.0!
data/Gemfile CHANGED
@@ -6,8 +6,10 @@ gem "rails", "~> 4.1.1"
6
6
  gem "omniauth"
7
7
  gem "omniauth-oauth2"
8
8
  gem "rdoc"
9
- gem 'neo4j', "~> 3.0.0.alpha.7"
10
- gem "devise", git: 'https://github.com/plataformatec/devise.git'
9
+
10
+ gem 'neo4j', :git => 'https://github.com/neo4jrb/neo4j.git'
11
+ gem 'neo4j-core', :git => 'https://github.com/neo4jrb/neo4j-core.git'
12
+ gem "devise", '3.3.0'
11
13
 
12
14
  group :test do
13
15
  gem "omniauth-facebook"
@@ -22,7 +24,6 @@ end
22
24
 
23
25
  platforms :jruby do
24
26
  gem "jruby-openssl"
25
- gem "neo4j-community"
26
27
  end
27
28
 
28
29
  platforms :ruby do
data/Gemfile.lock ADDED
@@ -0,0 +1,226 @@
1
+ GIT
2
+ remote: https://github.com/neo4jrb/neo4j-core.git
3
+ revision: 00a1b758333cdb6ecfc3e954d30adf1c0404a658
4
+ specs:
5
+ neo4j-core (3.1.0)
6
+ activesupport
7
+ faraday (~> 0.9.0)
8
+ faraday_middleware (~> 0.9.1)
9
+ httparty
10
+ httpclient
11
+ json
12
+ net-http-persistent
13
+ os
14
+ zip
15
+
16
+ GIT
17
+ remote: https://github.com/neo4jrb/neo4j.git
18
+ revision: 1a2721a58051bb74330cc944d027e6c3ddfd91e6
19
+ specs:
20
+ neo4j (4.0.0.rc.3)
21
+ active_attr (~> 0.8)
22
+ activemodel (~> 4)
23
+ activesupport (~> 4)
24
+ neo4j-core (~> 3.1.0)
25
+ orm_adapter (~> 0.5.0)
26
+ railties (~> 4)
27
+
28
+ PATH
29
+ remote: .
30
+ specs:
31
+ devise-neo4j (2.0.0)
32
+ bcrypt-ruby (~> 3.0)
33
+ devise (~> 3.0)
34
+ neo4j (>= 3.0.0.alpha.6)
35
+ orm_adapter (~> 0.5.0)
36
+ railties (>= 3.1)
37
+ warden (~> 1.2.1)
38
+
39
+ GEM
40
+ remote: http://rubygems.org/
41
+ specs:
42
+ actionmailer (4.1.8)
43
+ actionpack (= 4.1.8)
44
+ actionview (= 4.1.8)
45
+ mail (~> 2.5, >= 2.5.4)
46
+ actionpack (4.1.8)
47
+ actionview (= 4.1.8)
48
+ activesupport (= 4.1.8)
49
+ rack (~> 1.5.2)
50
+ rack-test (~> 0.6.2)
51
+ actionview (4.1.8)
52
+ activesupport (= 4.1.8)
53
+ builder (~> 3.1)
54
+ erubis (~> 2.7.0)
55
+ active_attr (0.8.4)
56
+ activemodel (>= 3.0.2, < 4.2)
57
+ activesupport (>= 3.0.2, < 4.2)
58
+ activemodel (4.1.8)
59
+ activesupport (= 4.1.8)
60
+ builder (~> 3.1)
61
+ activerecord (4.1.8)
62
+ activemodel (= 4.1.8)
63
+ activesupport (= 4.1.8)
64
+ arel (~> 5.0.0)
65
+ activesupport (4.1.8)
66
+ i18n (~> 0.6, >= 0.6.9)
67
+ json (~> 1.7, >= 1.7.7)
68
+ minitest (~> 5.1)
69
+ thread_safe (~> 0.1)
70
+ tzinfo (~> 1.1)
71
+ arel (5.0.1.20140414130214)
72
+ bcrypt (3.1.9)
73
+ bcrypt (3.1.9-java)
74
+ bcrypt-ruby (3.1.5)
75
+ bcrypt (>= 3.1.3)
76
+ bson (1.11.1)
77
+ bson_ext (1.3.1)
78
+ builder (3.2.2)
79
+ columnize (0.9.0)
80
+ devise (3.3.0)
81
+ bcrypt (~> 3.0)
82
+ orm_adapter (~> 0.1)
83
+ railties (>= 3.2.6, < 5)
84
+ thread_safe (~> 0.1)
85
+ warden (~> 1.2.3)
86
+ durran-validatable (2.0.1)
87
+ erubis (2.7.0)
88
+ faraday (0.9.0)
89
+ multipart-post (>= 1.2, < 3)
90
+ faraday_middleware (0.9.1)
91
+ faraday (>= 0.7.4, < 0.10)
92
+ hashie (3.3.2)
93
+ hike (1.2.3)
94
+ httparty (0.13.3)
95
+ json (~> 1.8)
96
+ multi_xml (>= 0.5.2)
97
+ httpclient (2.5.3.3)
98
+ i18n (0.6.11)
99
+ jruby-openssl (0.9.5-java)
100
+ json (1.8.1)
101
+ json (1.8.1-java)
102
+ jwt (1.2.0)
103
+ leshill-will_paginate (2.3.11)
104
+ linecache (0.46)
105
+ rbx-require-relative (> 0.0.4)
106
+ mail (2.6.3)
107
+ mime-types (>= 1.16, < 3)
108
+ metaclass (0.0.4)
109
+ mime-types (2.4.3)
110
+ mini_portile (0.6.1)
111
+ minitest (5.5.0)
112
+ mocha (1.1.0)
113
+ metaclass (~> 0.0.1)
114
+ mongo (1.11.1)
115
+ bson (= 1.11.1)
116
+ mongoid (1.0.6)
117
+ activesupport (>= 2.2.2)
118
+ durran-validatable (>= 2.0.1)
119
+ leshill-will_paginate (>= 2.3.11)
120
+ mongo (>= 0.18.2)
121
+ multi_json (1.10.1)
122
+ multi_xml (0.5.5)
123
+ multipart-post (2.0.0)
124
+ net-http-persistent (2.9.4)
125
+ nokogiri (1.6.5)
126
+ mini_portile (~> 0.6.0)
127
+ nokogiri (1.6.5-java)
128
+ oauth2 (1.0.0)
129
+ faraday (>= 0.8, < 0.10)
130
+ jwt (~> 1.0)
131
+ multi_json (~> 1.3)
132
+ multi_xml (~> 0.5)
133
+ rack (~> 1.2)
134
+ omniauth (1.2.2)
135
+ hashie (>= 1.2, < 4)
136
+ rack (~> 1.0)
137
+ omniauth-facebook (2.0.0)
138
+ omniauth-oauth2 (~> 1.2)
139
+ omniauth-oauth2 (1.2.0)
140
+ faraday (>= 0.8, < 0.10)
141
+ multi_json (~> 1.3)
142
+ oauth2 (~> 1.0)
143
+ omniauth (~> 1.2)
144
+ omniauth-openid (1.0.1)
145
+ omniauth (~> 1.0)
146
+ rack-openid (~> 1.3.1)
147
+ orm_adapter (0.5.0)
148
+ os (0.9.6)
149
+ rack (1.5.2)
150
+ rack-openid (1.3.1)
151
+ rack (>= 1.1.0)
152
+ ruby-openid (>= 2.1.8)
153
+ rack-test (0.6.2)
154
+ rack (>= 1.0)
155
+ rails (4.1.8)
156
+ actionmailer (= 4.1.8)
157
+ actionpack (= 4.1.8)
158
+ actionview (= 4.1.8)
159
+ activemodel (= 4.1.8)
160
+ activerecord (= 4.1.8)
161
+ activesupport (= 4.1.8)
162
+ bundler (>= 1.3.0, < 2.0)
163
+ railties (= 4.1.8)
164
+ sprockets-rails (~> 2.0)
165
+ railties (4.1.8)
166
+ actionpack (= 4.1.8)
167
+ activesupport (= 4.1.8)
168
+ rake (>= 0.8.7)
169
+ thor (>= 0.18.1, < 2.0)
170
+ rake (10.4.2)
171
+ rbx-require-relative (0.0.9)
172
+ rdoc (4.2.0)
173
+ json (~> 1.4)
174
+ ruby-debug (0.10.4)
175
+ columnize (>= 0.1)
176
+ ruby-debug-base (~> 0.10.4.0)
177
+ ruby-debug-base (0.10.4)
178
+ linecache (>= 0.3)
179
+ ruby-openid (2.6.0)
180
+ sprockets (2.12.3)
181
+ hike (~> 1.2)
182
+ multi_json (~> 1.0)
183
+ rack (~> 1.0)
184
+ tilt (~> 1.1, != 1.3.0)
185
+ sprockets-rails (2.2.2)
186
+ actionpack (>= 3.0)
187
+ activesupport (>= 3.0)
188
+ sprockets (>= 2.8, < 4.0)
189
+ sqlite3 (1.3.10)
190
+ thor (0.19.1)
191
+ thread_safe (0.3.4)
192
+ thread_safe (0.3.4-java)
193
+ tilt (1.4.1)
194
+ tzinfo (1.2.2)
195
+ thread_safe (~> 0.1)
196
+ warden (1.2.3)
197
+ rack (>= 1.0)
198
+ webrat (0.7.2)
199
+ nokogiri (>= 1.2.0)
200
+ rack (>= 1.0)
201
+ rack-test (>= 0.5.3)
202
+ zip (2.0.2)
203
+
204
+ PLATFORMS
205
+ java
206
+ ruby
207
+
208
+ DEPENDENCIES
209
+ bson_ext (~> 1.3.0)
210
+ devise (= 3.3.0)
211
+ devise-neo4j!
212
+ jruby-openssl
213
+ mocha
214
+ mongo
215
+ mongoid
216
+ neo4j!
217
+ neo4j-core!
218
+ omniauth
219
+ omniauth-facebook
220
+ omniauth-oauth2
221
+ omniauth-openid (~> 1.0.1)
222
+ rails (~> 4.1.1)
223
+ rdoc
224
+ ruby-debug (>= 0.10.3)
225
+ sqlite3
226
+ webrat (= 0.7.2)
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
  require "bundler/gem_tasks"
3
3
  require 'rake/testtask'
4
4
  require 'rdoc/task'
5
- require 'neo4j/tasks/neo4j_server'
5
+ load 'neo4j/tasks/neo4j_server.rake'
6
6
 
7
7
 
8
8
  task :default => [:test, :"neo4j:db:remove"]
@@ -16,7 +16,7 @@ Rake::TestTask.new(:test) do |test|
16
16
  puts "Specify the path to devise (e.g. rake DEVISE_PATH=/path/to/devise) or include it in your gem bundle. Not found at #{ENV['DEVISE_PATH']}"
17
17
  exit
18
18
  end
19
- test.libs << 'lib'
19
+ test.libs << 'lib'
20
20
  test.libs << 'test'
21
21
  test.libs << "#{ENV['DEVISE_PATH']}/lib"
22
22
  test.libs << "#{ENV['DEVISE_PATH']}/test"
@@ -24,7 +24,7 @@ Rake::TestTask.new(:test) do |test|
24
24
  if devise_test_path = ENV['DEVISE_TEST_PATH']
25
25
  test.test_files = FileList["#{ENV['DEVISE_PATH']}/test/#{devise_test_path}"]
26
26
  else
27
- test.test_files = FileList["#{ENV['DEVISE_PATH']}/test/**/*_test.rb"] + FileList['test/**/*_test.rb']
27
+ test.test_files = FileList["#{ENV['DEVISE_PATH']}/test/**/*_test.rb"] + FileList['test/**/*_test.rb']
28
28
  end
29
29
  test.verbose = true
30
30
  end
data/devise-neo4j.gemspec CHANGED
@@ -5,24 +5,23 @@ require "devise-neo4j/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "devise-neo4j"
7
7
  s.version = Devise::Neo4j::VERSION
8
-
8
+
9
9
  s.authors = ["Ben Jackson", "Bobby Calderwood"]
10
10
  s.email = ["ben@lissomsolutions.com"]
11
11
  s.homepage = "http://github.com/benjackson/devise-neo4j"
12
12
  s.summary = %q{Devise ORM for Neo4j}
13
13
  s.description = %q{Neo4j integration with the Devise authentication framework}
14
14
 
15
- s.rubyforge_project = "devise-neo4j"
16
-
17
15
  s.files = `git ls-files`.split("\n")
18
16
  s.test_files = `git ls-files -- test/*`.split("\n")
19
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
18
  s.require_paths = ["lib"]
21
-
19
+
22
20
  s.add_dependency("warden", "~> 1.2.1")
23
21
  s.add_dependency("orm_adapter", "~> 0.5.0")
24
22
  s.add_dependency("bcrypt-ruby", "~> 3.0")
25
23
  s.add_dependency("railties", ">= 3.1")
26
24
  s.add_dependency("neo4j", ">= 3.0.0.alpha.6")
27
25
  s.add_dependency("devise", "~> 3.0")
26
+
28
27
  end
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module Neo4j
3
- VERSION = "2.0.0.alpha.1"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-neo4j
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Jackson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-08 00:00:00.000000000 Z
12
+ date: 2014-12-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: warden
@@ -106,7 +106,9 @@ files:
106
106
  - ".gitignore"
107
107
  - ".rdebugrc"
108
108
  - ".travis.yml"
109
+ - CHANGELOG
109
110
  - Gemfile
111
+ - Gemfile.lock
110
112
  - LICENSE
111
113
  - README.md
112
114
  - Rakefile
@@ -165,12 +167,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
167
  version: '0'
166
168
  required_rubygems_version: !ruby/object:Gem::Requirement
167
169
  requirements:
168
- - - ">"
170
+ - - ">="
169
171
  - !ruby/object:Gem::Version
170
- version: 1.3.1
172
+ version: '0'
171
173
  requirements: []
172
- rubyforge_project: devise-neo4j
173
- rubygems_version: 2.2.2
174
+ rubyforge_project:
175
+ rubygems_version: 2.4.3
174
176
  signing_key:
175
177
  specification_version: 4
176
178
  summary: Devise ORM for Neo4j