зеркало из https://github.com/github/ruby.git
[ruby/bigdecimal] Fix the license name [ci skip]
``` $ gem build bigdecimal.gemspec WARNING: license value 'BSD-2-clause' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license. Did you mean 'BSD-2-Clause'? WARNING: See https://guides.rubygems.org/specification-reference/ for help ``` https://github.com/ruby/bigdecimal/commit/36b77a2d2f
This commit is contained in:
Родитель
4dc2cb3c1a
Коммит
ba1b9d3104
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = "Arbitrary-precision decimal floating-point number library."
|
||||
s.description = "This library provides arbitrary-precision decimal floating-point number class."
|
||||
s.homepage = "https://github.com/ruby/bigdecimal"
|
||||
s.licenses = ["Ruby", "bsd-2-clause"]
|
||||
s.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
s.require_paths = %w[lib]
|
||||
s.files = %w[
|
||||
|
|
Загрузка…
Ссылка в новой задаче