Skip to content

Commit fb86d97

Browse files
committed
Fixed dependency to will_paginate, locked to 3.0.pre4 (newly released 3.0.0 does not work yet with neo4j.rb)
1 parent e9c4337 commit fb86d97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

neo4j.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Gem::Specification.new do |s|
1717
s.summary = "A graph database for JRuby"
1818
s.description = <<-EOF
1919
You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database.
20-
The programmer works with an object-oriented, flexible network structure rather than with strict and static tables — yet enjoys all the benefits of a fully transactional, enterprise-strength database.
20+
The programmer works with an object-oriented, flexible network structure rather than with strict and static tables
21+
yet enjoys all the benefits of a fully transactional, enterprise-strength database.
2122
It comes included with the Apache Lucene document database.
2223
EOF
2324

@@ -30,6 +31,6 @@ It comes included with the Apache Lucene document database.
3031

3132
s.add_dependency('orm_adapter', ">= 0.0.3")
3233
s.add_dependency("activemodel", ">= 3.0.0")
33-
s.add_dependency("will_paginate", ["~>3.0.pre"])
34+
s.add_dependency("will_paginate", ["3.0.pre4"]) # should be ~>3.0 but it's API has changed '
3435
s.add_dependency("railties", ">= 3.0.0")
3536
end

0 commit comments

Comments
 (0)