neo4j-core 8.1.1 → 8.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/neo4j-core/version.rb +1 -1
- data/neo4j-core.gemspec +7 -0
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da2476dd1add81741c8ddc587c2e7c44e9c8e362
|
4
|
+
data.tar.gz: 5134196c724baeeda491791048c798b9ba6e1494
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90134c87d0d6c0fdc09b5f69720e4b60a636ed73ac572fb9d412d404914264f03a017b70492a748c7c9cdefa883779e49fdc4db7ae2b1aa27a50601a80054325
|
7
|
+
data.tar.gz: 61b9f6feac7bba4293251f6459d3bd2443872a4f3ca52748860064af80d27a43d164dd4d8acd3e62ba6e1a1612653c4e1fca963fe6e9a53f8ab55cba8493a5b0
|
data/lib/neo4j-core/version.rb
CHANGED
data/neo4j-core.gemspec
CHANGED
@@ -23,6 +23,13 @@ Neo4j-core provides classes and methods to work with the graph database Neo4j.
|
|
23
23
|
s.has_rdoc = true
|
24
24
|
s.extra_rdoc_files = %w[README.md]
|
25
25
|
s.rdoc_options = ['--quiet', '--title', 'Neo4j::Core', '--line-numbers', '--main', 'README.rdoc', '--inline-source']
|
26
|
+
s.metadata = {
|
27
|
+
"homepage_uri" => "http://neo4jrb.io/",
|
28
|
+
"changelog_uri" => "https://github.com/neo4jrb/neo4j-core/blob/master/CHANGELOG.md",
|
29
|
+
"source_code_uri" => "https://github.com/neo4jrb/neo4j-core/",
|
30
|
+
"bug_tracker_uri" => "https://github.com/neo4jrb/neo4j-core/issues",
|
31
|
+
}
|
32
|
+
|
26
33
|
|
27
34
|
s.add_dependency('activesupport', '>= 4.0')
|
28
35
|
s.add_dependency('faraday', '>= 0.9.0')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.1.
|
4
|
+
version: 8.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andreas Ronge, Chris Grigg, Brian Underwood
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -302,7 +302,11 @@ files:
|
|
302
302
|
homepage: https://github.com/neo4jrb/neo4j-core
|
303
303
|
licenses:
|
304
304
|
- MIT
|
305
|
-
metadata:
|
305
|
+
metadata:
|
306
|
+
homepage_uri: http://neo4jrb.io/
|
307
|
+
changelog_uri: https://github.com/neo4jrb/neo4j-core/blob/master/CHANGELOG.md
|
308
|
+
source_code_uri: https://github.com/neo4jrb/neo4j-core/
|
309
|
+
bug_tracker_uri: https://github.com/neo4jrb/neo4j-core/issues
|
306
310
|
post_install_message:
|
307
311
|
rdoc_options:
|
308
312
|
- "--quiet"
|