From 23783e23b060df75a4208f48268d2514d96ce9c9 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Tue, 20 Feb 2024 19:44:05 +0330 Subject: [PATCH] Include license in the gemspec --- wordnik.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/wordnik.gemspec b/wordnik.gemspec index f99656d..5a87ec4 100644 --- a/wordnik.gemspec +++ b/wordnik.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |s| s.homepage = "http://developer.wordnik.com" s.summary = %q{A ruby wrapper for the Wordnik API} s.description = %q{This gem provides a simple interface to the entire Wordnik API. Its methods are defined by the documentation that comes from the API itself, so it's guaranteed to be up to date.} + s.license = "MIT" s.rubyforge_project = "wordnik"