neo4j 7.0.0.rc.7 → 7.0.0
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 +4 -0
- data/lib/neo4j/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0ba26c69ab484cabe5aab9690a49d0327a04262
|
|
4
|
+
data.tar.gz: 1040797d50c12bf69320003daedbe651940c1869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6bef544a89b23cd097ce33435c5715ab3ab6b7fe47a58ec9035fd00927c8f21651100bf2e60c46c844dc159f13033fb5e676b1db535832277be2041a1968248
|
|
7
|
+
data.tar.gz: 83d5889d7d5056e8f937d31c9125dfd5433f9e37264b3f498ee9d4dd31e61bf899ba333a791c7b751e0870b5d7823cde99b961c1223a204e5c901f4855c9ac0e
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@ 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.0] - 03-18-2016
|
|
7
|
+
|
|
8
|
+
No changes from `rc.7`
|
|
9
|
+
|
|
6
10
|
## [7.0.0.rc.7] - 03-16-2016
|
|
7
11
|
|
|
8
12
|
### 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.0
|
|
4
|
+
version: 7.0.0
|
|
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-03-
|
|
11
|
+
date: 2016-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: orm_adapter
|
|
@@ -319,9 +319,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
319
319
|
version: 1.9.3
|
|
320
320
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
321
321
|
requirements:
|
|
322
|
-
- - "
|
|
322
|
+
- - ">="
|
|
323
323
|
- !ruby/object:Gem::Version
|
|
324
|
-
version:
|
|
324
|
+
version: '0'
|
|
325
325
|
requirements: []
|
|
326
326
|
rubyforge_project: neo4j
|
|
327
327
|
rubygems_version: 2.4.5.1
|