File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Mongoid::Includes 1.1.3 (2016-10-17) ##
2+
3+ * Fix eager loading for [ self-referencing associations] ( https://github.com/ElMassimo/mongoid_includes/pull/6 ) . Thanks @rmachielse !
4+
15## Mongoid::Includes 1.1.2 (2016-05-26) ##
26
37* Change gem dependencies to [ support Mongoid 6] ( https://github.com/ElMassimo/mongoid_includes/pull/3 ) . Thanks @joostverdoorn !
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- mongoid_includes (1.1.2 )
4+ mongoid_includes (1.1.3 )
55 mongoid (>= 4.0.0 , < 7.0.0 )
66
77GEM
@@ -89,4 +89,4 @@ DEPENDENCIES
8989 yard-tomdoc
9090
9191BUNDLED WITH
92- 1.12.3
92+ 1.12.5
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ module Mongoid
55 module Includes
66
77 # Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8- VERSION = '1.1.2 '
8+ VERSION = '1.1.3 '
99 end
1010end
You can’t perform that action at this time.
0 commit comments