neo4j-core 8.1.1 → 8.1.2

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: 635ba57ef0710d200769c34cf8c3187c9af31673
4
- data.tar.gz: bf1433e4cff218492d096cc52c75f78cdbe2f3fb
3
+ metadata.gz: da2476dd1add81741c8ddc587c2e7c44e9c8e362
4
+ data.tar.gz: 5134196c724baeeda491791048c798b9ba6e1494
5
5
  SHA512:
6
- metadata.gz: a10abcb59fe3c0d02f5a65a278f191849432ec1565c3403f0f11e2ecfb9b27d277ed6e94d313c74bd4f2dfc05e90009cb008154366870ec121cc4a0921328572
7
- data.tar.gz: 75b0c6cec40e4a0fc492fba03bd49a14438f94c3b00a256cef89edef1e84f1b538ae64f1f42dc86c06a35cb2157577090a5a0d7ebf202b012914927ee8edcee9
6
+ metadata.gz: 90134c87d0d6c0fdc09b5f69720e4b60a636ed73ac572fb9d412d404914264f03a017b70492a748c7c9cdefa883779e49fdc4db7ae2b1aa27a50601a80054325
7
+ data.tar.gz: 61b9f6feac7bba4293251f6459d3bd2443872a4f3ca52748860064af80d27a43d164dd4d8acd3e62ba6e1a1612653c4e1fca963fe6e9a53f8ab55cba8493a5b0
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = '8.1.1'
3
+ VERSION = '8.1.2'
4
4
  end
5
5
  end
@@ -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.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-01 00:00:00.000000000 Z
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"