From eef65a47399d577e660236d68ea42829f7af5c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Sun, 7 Nov 2021 15:34:41 +0100 Subject: [PATCH] Add license --- web_pipe.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/web_pipe.gemspec b/web_pipe.gemspec index 3a08d82..cade435 100644 --- a/web_pipe.gemspec +++ b/web_pipe.gemspec @@ -12,6 +12,7 @@ Gem::Specification.new do |spec| spec.summary = 'Rack application builder through a pipe of operations on an immutable struct.' spec.homepage = 'https://github.com/waiting-for-dev/web_pipe' + spec.licenses = ['MIT'] # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host.