neo4j 5.1.0 → 5.1.1

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: 2636c4fdd2ac72c3be6b77fd0ac5d0838d51e668
4
- data.tar.gz: 03a14eaddfee1846b931a15b9354654956a89f0c
3
+ metadata.gz: 73eff82c8f09c6717ffd23bbe716b3fa0b0b5401
4
+ data.tar.gz: 0a1796b40144d349c44c04ddb60a71111d0fe01a
5
5
  SHA512:
6
- metadata.gz: 2fc62d7484f62a0a3470ca59ae4da3efac052d4afc74e4da3edd8351be8991f86ead6b2390e0a998a6590b1e0f44d3114ad5d3b4b35b01f188332db30415a68e
7
- data.tar.gz: a16eac7dcf8899b1785ea223caa7e6ebfe8a081ef7f4f307d2c5baa44a1378e2f295b5d70a0631f93eb82b15ab6e54ff6eaa290fa3e6d020e5de426fb147480c
6
+ metadata.gz: bb0c95557fb1a5b5138a1e367f30107bd9b51ce96fd0681340f3a027195e0a1b8c6a4508fd7f4f0073fb3e4f761976a2536ab2e510b5ff8b62994d971506ba85
7
+ data.tar.gz: 7ac9e288520cc9c5e3abf6c913ab2c0392a62c1b40fb285ffd160a3acd172c043287aa35977bcb5e0e0f7b97fe2f5b310098f760ddeb1c191055ea35d8a27647
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## [Unreleased][unreleased]
7
7
 
8
+ ### Fixed
9
+ - Fixed a bug where the `Neo4j::Timestamps` mixin was not able to be included
10
+
8
11
  ## [5.1.0.rc.3] - 08-17-2015
9
12
 
10
13
  ### Fixed
@@ -26,6 +26,8 @@ require 'neo4j/shared/rel_type_converters'
26
26
  require 'neo4j/type_converters'
27
27
  require 'neo4j/paginated'
28
28
 
29
+ require 'neo4j/timestamps'
30
+
29
31
  require 'neo4j/shared/callbacks'
30
32
  require 'neo4j/shared/declared_property'
31
33
  require 'neo4j/shared/declared_property_manager'
@@ -1,3 +1,6 @@
1
+ require 'neo4j/timestamps/created'
2
+ require 'neo4j/timestamps/updated'
3
+
1
4
  module Neo4j
2
5
  # This mixin includes timestamps in the included class
3
6
  module Timestamps
@@ -1,3 +1,3 @@
1
1
  module Neo4j
2
- VERSION = '5.1.0'
2
+ VERSION = '5.1.1'
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: 5.1.0
4
+ version: 5.1.1
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-08-17 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: orm_adapter