From 31bd003d58983fd45257044ff3018aa82f84b539 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Sun, 28 Jun 2026 03:10:06 +0900 Subject: [PATCH] Fix license identifier in gemspec to match LICENSE.txt --- zstd-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd-ruby.gemspec b/zstd-ruby.gemspec index 6c6e594..fc74a3f 100644 --- a/zstd-ruby.gemspec +++ b/zstd-ruby.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)} spec.description = %q{Ruby binding for zstd(Zstandard - Fast real-time compression algorithm). See https://github.com/facebook/zstd} spec.homepage = "https://github.com/SpringMT/zstd-ruby" - spec.license = "MIT" + spec.license = "BSD-3-Clause" # 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.