mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the invalid SPDX identifier on gemspec
This commit is contained in:
parent
8fb02b7a97
commit
d3b2c1a175
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
||||||
s.summary = "Arbitrary-precision decimal floating-point number library."
|
s.summary = "Arbitrary-precision decimal floating-point number library."
|
||||||
s.description = "This library provides arbitrary-precision decimal floating-point number class."
|
s.description = "This library provides arbitrary-precision decimal floating-point number class."
|
||||||
s.homepage = "https://github.com/ruby/bigdecimal"
|
s.homepage = "https://github.com/ruby/bigdecimal"
|
||||||
s.license = "ruby"
|
s.license = "Ruby"
|
||||||
|
|
||||||
s.require_paths = %w[lib]
|
s.require_paths = %w[lib]
|
||||||
s.extensions = %w[ext/bigdecimal/extconf.rb]
|
s.extensions = %w[ext/bigdecimal/extconf.rb]
|
||||||
|
|
|
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
||||||
library with "readline-ext" gem and is implemented by pure Ruby.
|
library with "readline-ext" gem and is implemented by pure Ruby.
|
||||||
EOD
|
EOD
|
||||||
spec.homepage = 'https://github.com/ruby/readline'
|
spec.homepage = 'https://github.com/ruby/readline'
|
||||||
spec.license = 'Ruby license'
|
spec.license = 'Ruby'
|
||||||
|
|
||||||
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/readline.rb']
|
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/readline.rb']
|
||||||
spec.require_paths = ['lib']
|
spec.require_paths = ['lib']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue