Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Indicate license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennet Palluthe committed May 21, 2016
1 parent cf817ca commit c0cbb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moped.gemspec
Expand Up @@ -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"])
Expand Down

0 comments on commit c0cbb4d

Please sign in to comment.