From 71cbdfb1c237a942f5878eb1a0e3001531a59a39 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Tue, 5 Feb 2013 13:00:20 +0100 Subject: [PATCH] add license information to gemspec This way it can be used with the rubygems.org API --- net-ldap.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/net-ldap.gemspec b/net-ldap.gemspec index 00a99e4..5eb8efd 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"] s.date = %q{2011-03-17} + s.license = "MIT" s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services. Net::LDAP is written completely in