We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37410bc commit b943df6Copy full SHA for b943df6
2 files changed
CHANGELOG.md
mongoid_includes.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
s.rdoc_options = ['--charset=UTF-8']
20
21
s.require_path = 'lib'
22
- s.files = Dir.glob('lib/**/*') + %w(CHANGELOG.md LICENSE.txt README.md Rakefile)
+ s.files = Dir.glob('lib/**/*') + %w(LICENSE.txt README.md Rakefile)
23
s.test_files = Dir.glob('spec/**/*')
24
25
s.add_runtime_dependency 'mongoid', ['>= 7.0.10', '< 9.0.0']
0 commit comments