neo4j_legacy 7.2.0.1 → 7.2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -7
  3. data/lib/neo4j/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e21a8e8618de5086ba6f4820af5a68508eea4ab1
4
- data.tar.gz: 10103b944cec666977cfe7f421b4753e3f8433b5
3
+ metadata.gz: 6c714f80e49ff70e67686a98f0e455aee5296f6f
4
+ data.tar.gz: a2511ccb91c402f42dbd195770923707c74f512f
5
5
  SHA512:
6
- metadata.gz: 5496d1b5d87dd5cf8b8ff5e9791e9a5f872873e771f11e694cd62b7f4fec7fa0ce1769140b508dd412cd4a12e35ae3c85918575de6498ed338ef01c3d04d38ac
7
- data.tar.gz: dbb1c29b1fa492c4cc3da68a327b62f588a03db241b4a68eafa9fe3c3de26998033c36578f49fbe2c5f64985b68c052fb159f30d171a4002adcaeaa69a424001
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
- [![Build Status](https://secure.travis-ci.org/neo4jrb/neo4j.png?branch=master)](http://travis-ci.org/neo4jrb/neo4j) [![Coverage Status](https://coveralls.io/repos/neo4jrb/neo4j/badge.png?branch=master)](https://coveralls.io/r/neo4jrb/neo4j?branch=master) [![Code Climate](https://codeclimate.com/github/neo4jrb/neo4j.png)](https://codeclimate.com/github/neo4jrb/neo4j) [![PullReview stats](https://www.pullreview.com/github/neo4jrb/neo4j/badges/master.svg?)](https://www.pullreview.com/github/neo4jrb/neo4j/reviews/master)
9
+ [![Build Status](https://secure.travis-ci.org/xenapto/neo4j.png?branch=master)](http://travis-ci.org/xenapto/neo4j) [![Coverage Status](https://coveralls.io/repos/xenapto/neo4j/badge.png?branch=master)](https://coveralls.io/r/xenapto/neo4j?branch=master) [![Code Climate](https://codeclimate.com/github/xenapto/neo4j.png)](https://codeclimate.com/github/xenapto/neo4j) [![PullReview stats](https://www.pullreview.com/github/xenapto/neo4j/badges/master.svg?)](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/neo4jrb/neo4j/wiki) (also there is the [neo4j-core wiki](https://github.com/neo4jrb/neo4j-core/wiki))
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/neo4jrb/neo4j-core) and [active_attr](https://github.com/cgriego/active_attr) gems.
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
  ![2014 Graphie](http://i.imgur.com/CkOoTTYm.jpg)
46
50
 
47
- Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here](https://github.com/neo4jrb/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.
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/neo4jrb/neo4j/wiki/Neo4j.rb-v4-Introduction)
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/neo4jrb/neo4j/tree/2.x)
79
- * [Wiki](https://github.com/neo4jrb/neo4j/wiki/Neo4j%3A%3ARails-Introduction)
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
 
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '7.2.0.1'
2
+ VERSION = '7.2.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0.1
4
+ version: 7.2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Brian Underwood, Chris Grigg, Dominic Sayers