Skip to content

Commit 87367d3

Browse files
committed
release 4.0.0: update version file and Gemfiles. also remove version file comments.
1 parent 0905ff4 commit 87367d3

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mongoid_includes (3.0.3)
4+
mongoid_includes (4.0.0)
55
mongoid (>= 8.0.0, < 10.0.0)
66

77
GEM

gemfiles/mongoid8.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
mongoid_includes (3.0.3)
4+
mongoid_includes (4.0.0)
55
mongoid (>= 8.0.0, < 10.0.0)
66

77
GEM

lib/mongoid/includes/version.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.
21
module Mongoid
3-
# Improves eager loading in Mongoid, supporting polymorphic associations,
4-
# and up to two-levels of eager loading.
52
module Includes
6-
7-
# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8-
VERSION = '3.0.3'
3+
VERSION = '4.0.0'.freeze
94
end
105
end

0 commit comments

Comments
 (0)