neo4j_legacy 7.2.0.1 → 7.2.0.2
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 +4 -4
- data/README.md +11 -7
- data/lib/neo4j/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c714f80e49ff70e67686a98f0e455aee5296f6f
|
|
4
|
+
data.tar.gz: a2511ccb91c402f42dbd195770923707c74f512f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e48ac01136ad5c60178a3cdaf772cda5d90f76f29076f11e2114902b741cacf822f27ec2f2e12b89a9df5cb95a9cfb8ce0dd03c90ac1e5af9184048dc5aa087
|
|
7
|
+
data.tar.gz: 7cc49aa729d6d9ab903a08c4082ef5e6b5927ef2cc3a8bebee8ae24a5856e54b85433aeacf3d5dea0fbfa590164405afa1a62edc557ffabcf7a28685a85aec89
|
data/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Welcome to Neo4j.rb
|
|
2
2
|
|
|
3
|
+
## Note on legacy version
|
|
4
|
+
|
|
5
|
+
This gem is identical to the official [neo4j gem](https://github.com/neo4jrb/neo4j) except that it has additional backports to enable it to work with Rails 3.2. You should use the canonical gem if you are using Rails 4+.
|
|
6
|
+
|
|
3
7
|
## Code Status
|
|
4
8
|
|
|
5
|
-
[](http://travis-ci.org/xenapto/neo4j) [](https://coveralls.io/r/xenapto/neo4j?branch=master) [](https://codeclimate.com/github/xenapto/neo4j) [](https://www.pullreview.com/github/xenapto/neo4j/reviews/master)
|
|
6
10
|
|
|
7
11
|
## Issues
|
|
8
12
|
|
|
@@ -14,7 +18,7 @@
|
|
|
14
18
|
|
|
15
19
|
### Documentation
|
|
16
20
|
|
|
17
|
-
All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/
|
|
21
|
+
All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/xenapto/neo4j/wiki) (also there is the [neo4j-core wiki](https://github.com/xenapto/neo4j-core/wiki))
|
|
18
22
|
|
|
19
23
|
### Contact Us
|
|
20
24
|
|
|
@@ -24,7 +28,7 @@ All new documentation will be done via our [readthedocs](http://neo4jrb.readthed
|
|
|
24
28
|
|
|
25
29
|
# Introduction
|
|
26
30
|
|
|
27
|
-
Neo4j.rb is an Active Model compliant Ruby/JRuby wrapper for [the Neo4j graph database](http://www.neo4j.org/). It uses the [neo4j-core](https://github.com/
|
|
31
|
+
Neo4j.rb is an Active Model compliant Ruby/JRuby wrapper for [the Neo4j graph database](http://www.neo4j.org/). It uses the [neo4j-core](https://github.com/xenapto/neo4j-core) and [active_attr](https://github.com/cgriego/active_attr) gems.
|
|
28
32
|
|
|
29
33
|
Neo4j is a transactional, open-source graph database. A graph database manages data in a connected data structure, capable of representing any kind of data in a very accessible way. Information is stored in nodes and relationships connecting them, both of which can have arbitrary properties. To learn more visit [What is a Graph Database?](http://neo4j.com/developer/graph-database/)
|
|
30
34
|
|
|
@@ -44,7 +48,7 @@ For a general overview see our website: http://neo4jrb.io/
|
|
|
44
48
|
Winner of a 2014 Graphie for "Best Community Contribution" at Neo4j's [Graph Connect](http://graphconnect.com) conference!
|
|
45
49
|

|
|
46
50
|
|
|
47
|
-
Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here](https://github.com/
|
|
51
|
+
Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here](https://github.com/xenapto/neo4j/wiki/Neo4j.rb-v4-Introduction) and in the [announcement message](http://neo4jrb.io/blog/2015/01/09/neo4j-rb_v4-1_released.html). It will take a little time before all documentation is updated to reflect the new release but unless otherwise noted, all 3.X documentation is totally valid for v4.
|
|
48
52
|
|
|
49
53
|
## Neo4j version support
|
|
50
54
|
|
|
@@ -71,12 +75,12 @@ Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here]
|
|
|
71
75
|
## Modern (3.x/4.X) Documentation
|
|
72
76
|
|
|
73
77
|
* [Website](http://neo4jrb.io/) (for an introduction)
|
|
74
|
-
* [Wiki](https://github.com/
|
|
78
|
+
* [Wiki](https://github.com/xenapto/neo4j/wiki/Neo4j.rb-v4-Introduction)
|
|
75
79
|
|
|
76
80
|
## Legacy (2.x) Documentation
|
|
77
81
|
|
|
78
|
-
* [README](https://github.com/
|
|
79
|
-
* [Wiki](https://github.com/
|
|
82
|
+
* [README](https://github.com/xenapto/neo4j/tree/2.x)
|
|
83
|
+
* [Wiki](https://github.com/xenapto/neo4j/wiki/Neo4j%3A%3ARails-Introduction)
|
|
80
84
|
|
|
81
85
|
## Developers
|
|
82
86
|
|
data/lib/neo4j/version.rb
CHANGED