From 87367d370f863d71f6481cebca0fd9de849c4f08 Mon Sep 17 00:00:00 2001 From: Daniel Arnold Date: Tue, 7 Oct 2025 10:21:36 -0400 Subject: [PATCH] release 4.0.0: update version file and Gemfiles. also remove version file comments. --- Gemfile.lock | 2 +- gemfiles/mongoid8.gemfile.lock | 2 +- lib/mongoid/includes/version.rb | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e75dcb..dbbbd70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/gemfiles/mongoid8.gemfile.lock b/gemfiles/mongoid8.gemfile.lock index e5bc810..85fa4c2 100644 --- a/gemfiles/mongoid8.gemfile.lock +++ b/gemfiles/mongoid8.gemfile.lock @@ -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 diff --git a/lib/mongoid/includes/version.rb b/lib/mongoid/includes/version.rb index 8600744..a7bbc45 100644 --- a/lib/mongoid/includes/version.rb +++ b/lib/mongoid/includes/version.rb @@ -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