diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-22 13:56:34 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-22 13:56:34 +0000 |
commit | 52c3b2eb2afc9b2587dc1530331b9667dfab442b (patch) | |
tree | d2821dcc18be4687a2ca5adc542092e21e454e71 /ext/io/console/io-console.gemspec | |
parent | 4eac2e833cf1518f676a468bec6ad161062431bc (diff) |
io-console.gemspec: BSD-2-Clause
* ext/io/console/io-console.gemspec: change the license to
BSD-2-Clause since "ruby" is no longer valid license as gem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/io-console.gemspec')
-rw-r--r-- | ext/io/console/io-console.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 6482d4cc74..f77de85e2f 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.require_path = %[lib] s.files = %w[console.c extconf.rb lib/console/size.rb] s.extensions = %w[extconf.rb] - s.licenses = "ruby" + s.license = "BSD-2-Clause" s.cert_chain = %w[certs/nobu.pem] s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/ end |