From b552041811a4db6d3fc2afda7120a5f75872ce01 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 30 Oct 2023 19:18:31 +0200 Subject: [PATCH] chore(license): update license information --- LICENSE => LICENSE.txt | 0 pubnub.gemspec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/pubnub.gemspec b/pubnub.gemspec index 0a5ee66f2..e40479962 100644 --- a/pubnub.gemspec +++ b/pubnub.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = 'PubNub Official Ruby gem.' spec.description = 'Ruby anywhere in the world in 250ms with PubNub!' spec.homepage = 'https://github.com/pubnub/ruby' - spec.licenses = %w[MIT LicenseRef-LICENSE] + spec.licenses = ['LicenseRef-LICENSE.txt'] spec.files = `git ls-files -z`.split("\x0").grep_v(/^(test|spec|fixtures)/) spec.executables = spec.files.grep(%r{^bin\/}) { |f| File.basename(f) }