We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9d990 commit ae8afb4Copy full SHA for ae8afb4
mongoid-tree.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'mongoid-tree'
3
- s.version = '2.1.1'
+ s.version = '2.2.0'
4
s.platform = Gem::Platform::RUBY
5
s.authors = ['Benedikt Deicke']
6
s.email = ['benedikt@synatic.net']
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
11
s.license = 'MIT'
12
13
- s.files = Dir.glob('{lib,spec}/**/*') + %w(LICENSE README.md Rakefile Gemfile .rspec)
+ s.files = Dir.glob('{lib,spec}/**/*') + %w(LICENSE README.md Rakefile Gemfile)
14
15
s.add_runtime_dependency('mongoid', ['>= 4.0', '< 9'])
16
s.add_development_dependency('mongoid-compatibility')
0 commit comments