From 9c51b79b1b0270136de6a0b06119e60bdfda383c Mon Sep 17 00:00:00 2001 From: anamarijabalaban Date: Tue, 25 Jul 2023 08:18:58 +0200 Subject: [PATCH] Add license to gemspec file --- enumerations.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/enumerations.gemspec b/enumerations.gemspec index ebafbaa..669ff30 100644 --- a/enumerations.gemspec +++ b/enumerations.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Enumerations for ActiveRecord!' s.description = 'Extends ActiveRecord with enumeration capabilites.' s.homepage = 'https://github.com/infinum/enumerations' + s.license = 'MIT' s.authors = [ 'Tomislav Car', 'Nikica Jokić', 'Nikola Santić', 'Stjepan Hadjić', 'Petar Ćurković'