From 0e01300020dc5e19e640103a48114d7f28f2c335 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Wed, 6 Feb 2013 15:28:10 +0100 Subject: [PATCH] add license information to gemspec this way it can be used with the rubygems.org API --- rest-client.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-client.gemspec b/rest-client.gemspec index 67ee18f..1eb2096 100644 --- a/rest-client.gemspec +++ b/rest-client.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |s| s.authors = [%q{Adam Wiggins}, %q{Julien Kirch}] s.date = %q{2011-08-24} s.description = %q{A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.} + s.license = %q{MIT} s.email = %q{rest.client@librelist.com} s.executables = [%q{restclient}] s.extra_rdoc_files = [