Skip to content

Commit ae8afb4

Browse files
committedMar 3, 2023
Bump version to v2.2.0
1 parent db9d990 commit ae8afb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mongoid-tree.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'mongoid-tree'
3-
s.version = '2.1.1'
3+
s.version = '2.2.0'
44
s.platform = Gem::Platform::RUBY
55
s.authors = ['Benedikt Deicke']
66
s.email = ['benedikt@synatic.net']
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010

1111
s.license = 'MIT'
1212

13-
s.files = Dir.glob('{lib,spec}/**/*') + %w(LICENSE README.md Rakefile Gemfile .rspec)
13+
s.files = Dir.glob('{lib,spec}/**/*') + %w(LICENSE README.md Rakefile Gemfile)
1414

1515
s.add_runtime_dependency('mongoid', ['>= 4.0', '< 9'])
1616
s.add_development_dependency('mongoid-compatibility')

0 commit comments

Comments
 (0)
Please sign in to comment.