neo4j 7.0.10 → 7.0.11
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/CHANGELOG.md +6 -0
- data/lib/neo4j.rb +1 -0
- data/lib/neo4j/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 413b6617d6f5d13353a1fbe1aa57dd266e321362
|
4
|
+
data.tar.gz: a4f3fee3df1801e34daedc9629e2ff51a8795434
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 463ddd53dd8d10787fc6c0a7f3d4e0f6098ebac40c10ead0b97e7218dfd69c7e17291775dc603724e10690c5ed40bf7bc41b81542f04d28af03e59983d5b37d2
|
7
|
+
data.tar.gz: 6a63323a2db285bbbe771ea22892a5d3218e46f7c05a037677f38304329702decee563e2fb66e35ad1165bcf427acd57b53b8c41a47d018b91bd21a5d3067246
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
This file should follow the standards specified on [http://keepachangelog.com/]
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
5
5
|
|
6
|
+
## [7.0.11] - 06-09-2016
|
7
|
+
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- Fix dipendence from JSON when using outside of rails (thanks ProGM)
|
11
|
+
|
6
12
|
## [7.0.10] - 06-07-2016
|
7
13
|
|
8
14
|
### Fixed
|
data/lib/neo4j.rb
CHANGED
data/lib/neo4j/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andreas Ronge, Brian Underwood, Chris Grigg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orm_adapter
|