[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:
Nobuyoshi Nakada 2023-02-19 18:54:43 +09:00 коммит произвёл git
Родитель 4dc2cb3c1a
Коммит ba1b9d3104
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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[