neo4j 5.0.4 → 5.0.5
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 +0 -1
- data/lib/neo4j/railtie.rb +1 -1
- 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: 0536bcc717e29361c0ed63edd6925c869dffa3cf
|
|
4
|
+
data.tar.gz: 151dfdeaa0c241f5fd68004744c751a9b075528a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 458024ed75508cf2f176ec3cb2cc94cf40501addf10b82d2d815b2c7dc8ef6b696e550ad8dcd9131c36fbb2539fc66cd551503999ac7bbbf0dd98f24e13f9650
|
|
7
|
+
data.tar.gz: 40591bc7a5ff7d2edaef2570eb4791c7b50c29a981b8597f7f45a4c8530c077cd852a0c1efe0b0f031ab85f9748efa0024534796c4ade8e7253c5c559ad431cc
|
data/CHANGELOG.md
CHANGED
|
@@ -16,7 +16,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
16
16
|
- Added ability to view `model_class` from `Association` class for `rails_admin` Neo4j adapter
|
|
17
17
|
- QueryProxy `where` will now look for declared properties matching hash keys. When found, it will send the value through that property's type converter if the type matches the property's unconverted state.
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
## [5.0.3] - 2015-07-14
|
|
21
20
|
|
|
22
21
|
### Changed
|
data/lib/neo4j/railtie.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: 5.0.
|
|
4
|
+
version: 5.0.5
|
|
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: 2015-07-
|
|
11
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: orm_adapter
|