Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mongoid_includes (3.0.3)
mongoid_includes (4.0.0)
mongoid (>= 8.0.0, < 10.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
mongoid_includes (3.0.3)
mongoid_includes (4.0.0)
mongoid (>= 8.0.0, < 10.0.0)

GEM
Expand Down
7 changes: 1 addition & 6 deletions lib/mongoid/includes/version.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.
module Mongoid
# Improves eager loading in Mongoid, supporting polymorphic associations,
# and up to two-levels of eager loading.
module Includes

# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
VERSION = '3.0.3'
VERSION = '4.0.0'.freeze
end
end