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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef009c057d36a788a10a49c2879e59a4ee57016a
4
- data.tar.gz: 50b2b6437ad96458f9ea23905f573a5c07bdff98
3
+ metadata.gz: 413b6617d6f5d13353a1fbe1aa57dd266e321362
4
+ data.tar.gz: a4f3fee3df1801e34daedc9629e2ff51a8795434
5
5
  SHA512:
6
- metadata.gz: 5d6568b27eab7758049ef41a8c2eeeaed7aa11f1da5cf7217ffa97a1ee3685e63c0e7a2a07b16f51e62bee812d33a37a923f8f2fee2171cfec15b7ea4247749a
7
- data.tar.gz: fc0bf2a7c8f30f09746a4a8af37e9827c5920d3b6f94e0d02f22e0621944b987cdf39d6a4a94680d2252f0f19aa7c3278649a65f9e2d0cf7b97e0b66109ca34f
6
+ metadata.gz: 463ddd53dd8d10787fc6c0a7f3d4e0f6098ebac40c10ead0b97e7218dfd69c7e17291775dc603724e10690c5ed40bf7bc41b81542f04d28af03e59983d5b37d2
7
+ data.tar.gz: 6a63323a2db285bbbe771ea22892a5d3218e46f7c05a037677f38304329702decee563e2fb66e35ad1165bcf427acd57b53b8c41a47d018b91bd21a5d3067246
@@ -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
@@ -6,6 +6,7 @@ require 'neo4j/core/query'
6
6
  require 'active_model'
7
7
  require 'active_support/concern'
8
8
  require 'active_support/core_ext/class/attribute.rb'
9
+ require 'json'
9
10
 
10
11
  require 'neo4j/errors'
11
12
  require 'neo4j/config'
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '7.0.10'
2
+ VERSION = '7.0.11'
3
3
  end
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.10
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-07 00:00:00.000000000 Z
11
+ date: 2016-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter