From 2c0cc458f08f162477d938b7591137e63ffd1e3f Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Tue, 5 Feb 2013 13:25:42 +0100 Subject: [PATCH] add license information to gemspec This way it can be used with rubygems.org API --- omniauth-ldap.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/omniauth-ldap.gemspec b/omniauth-ldap.gemspec index 71e44d5..ecea3a0 100644 --- a/omniauth-ldap.gemspec +++ b/omniauth-ldap.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |gem| gem.description = %q{A LDAP strategy for OmniAuth.} gem.summary = %q{A LDAP strategy for OmniAuth.} gem.homepage = "https://github.com/intridea/omniauth-ldap" + gem.license = "MIT" gem.add_runtime_dependency 'omniauth', '~> 1.0' gem.add_runtime_dependency 'net-ldap', '~> 0.2.2'