summaryrefslogtreecommitdiff
path: root/lib/bundler/source
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 22:54:36 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 12:30:46 +0200
commit9caea90954c9ca2ad0d720983281f1f82c9da558 (patch)
tree3fb8e02ba9855b52c7914c6037bdff533f51b1b2 /lib/bundler/source
parent662fe29107bf0dafd55be661a4471f4b7afd73f6 (diff)
downloadbundler-9caea90954c9ca2ad0d720983281f1f82c9da558.tar.gz
Fix license listing for bundler itself
Diffstat (limited to 'lib/bundler/source')
-rw-r--r--lib/bundler/source/metadata.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/source/metadata.rb b/lib/bundler/source/metadata.rb
index 559b912ffd..0c96399b0e 100644
--- a/lib/bundler/source/metadata.rb
+++ b/lib/bundler/source/metadata.rb
@@ -13,6 +13,7 @@ module Bundler
idx << Gem::Specification.new do |s|
s.name = "bundler"
s.version = VERSION
+ s.license = "MIT"
s.platform = Gem::Platform::RUBY
s.source = self
s.authors = ["bundler team"]