ruby-changes:63860
From: Hiroshi <ko1@a...>
Date: Thu, 3 Dec 2020 17:58:07 +0900 (JST)
Subject: [ruby-changes:63860] 412a0f5240 (master): [ruby/digest] LICENSE
https://git.ruby-lang.org/ruby.git/commit/?id=412a0f5240 From 412a0f52406b2e215eaa77dd601c456dd5c23fce Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 3 Dec 2020 16:31:14 +0900 Subject: [ruby/digest] LICENSE https://github.com/ruby/digest/commit/aa048ce345 diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec index 918e479..034b322 100644 --- a/ext/digest/digest.gemspec +++ b/ext/digest/digest.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L10 spec.summary = %q{Provides a framework for message digest libraries.} spec.description = %q{Provides a framework for message digest libraries.} spec.homepage = "https://github.com/ruby/digest" - spec.license = "BSD-2-Clause" + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = [ ".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/