summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 16:31:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:35:28 +0900
commit412a0f52406b2e215eaa77dd601c456dd5c23fce (patch)
tree79eefe56052b1ceccdb45b7e8f01c3bd6c57dadb /ext/digest
parent7324d76da40de79cd1a25d023b1a0629002929a7 (diff)
downloadruby-412a0f52406b2e215eaa77dd601c456dd5c23fce.tar.gz
[ruby/digest] LICENSE
https://github.com/ruby/digest/commit/aa048ce345
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/digest.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index 918e4795db..034b322600 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
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",