diff --git a/moped.gemspec b/moped.gemspec index 275e2a7..f9ace29 100644 --- a/moped.gemspec +++ b/moped.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |s| s.homepage = "http://mongoid.org/en/moped" s.summary = "A MongoDB driver for Ruby." s.description = s.summary + s.license = 'MIT' s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md) s.require_path = "lib" s.add_dependency("bson", ["~> 3.0"])