mongoid_includes 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0813ebc58b1a52c13becbb4e8f99302aa4d2c2b1710cdb46bc682c1e9a8d8971'
4
- data.tar.gz: 1e63435cc73ad4a990881ff9b30432c00d3ff104cde4f17941a9acd553d82923
3
+ metadata.gz: 1fe48fd0ac7d46fb5fe158bac336bfff3a8dde974f10629e3f632fcb3e475e18
4
+ data.tar.gz: db7fb5e32b06be95c8e133d48e8882249d623528a4bba05220f762b9a436adc2
5
5
  SHA512:
6
- metadata.gz: 037a555d455d291c2ac997864ee85134b8c6b6c7725149727e9dd054420f8c84b22d4a627375fa42f5c658530bfa521ad9b32b0eca8dcc4173abdbd811a62496
7
- data.tar.gz: e5b4824f1e880f4d5c3765748bc94358bf2bc0dd748c449db979689e17020b39992a58c5d496059f1030fa043a89af9202d31d5f70419b5bc27de3ca21202934
6
+ metadata.gz: 0b2e350afb5abc0488ce860052522147cf97f15bd2bbbbda207094e00b2ec0807f281bd44af5f4991eca80139d7d23946a749bf40b3ded0e6ce5d40e870e8243
7
+ data.tar.gz: e8bd1062e78e5ed04c1a3c9d1377c218f40c06c4d7f85a917c5df90a588516168ac670c01b8f8f86fc8c7addc89bf84c4443248a3f0c3ba0af719a799ed64936
data/README.md CHANGED
@@ -5,7 +5,7 @@ Mongoid::Includes
5
5
  [![Test Coverage](https://codeclimate.com/github/ElMassimo/mongoid_includes/badges/coverage.svg)](https://codeclimate.com/github/ElMassimo/mongoid_includes)
6
6
  [![Code Climate](https://codeclimate.com/github/ElMassimo/mongoid_includes.svg)](https://codeclimate.com/github/ElMassimo/mongoid_includes)
7
7
  [![Inline docs](http://inch-ci.org/github/ElMassimo/mongoid_includes.svg)](http://inch-ci.org/github/ElMassimo/mongoid_includes)
8
- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ElMassimo/mongoid_includes/blob/master/LICENSE.txt)
8
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ElMassimo/mongoid_includes/blob/main/LICENSE.txt)
9
9
 
10
10
  `Mongoid::Includes` improves eager loading in Mongoid, supporting polymorphic associations, and nested eager loading.
11
11
 
@@ -5,6 +5,6 @@ module Mongoid
5
5
  module Includes
6
6
 
7
7
  # Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8
- VERSION = '3.0.0'
8
+ VERSION = '3.0.1'
9
9
  end
10
10
  end