ruby-changes:41173
From: nobu <ko1@a...>
Date: Tue, 22 Dec 2015 22:56:44 +0900 (JST)
Subject: [ruby-changes:41173] nobu:r53245 (trunk): io-console.gemspec: BSD-2-Clause
nobu 2015-12-22 22:56:34 +0900 (Tue, 22 Dec 2015) New Revision: 53245 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53245 Log: 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. Modified files: trunk/NEWS trunk/ext/io/console/io-console.gemspec Index: ext/io/console/io-console.gemspec =================================================================== --- ext/io/console/io-console.gemspec (revision 53244) +++ ext/io/console/io-console.gemspec (revision 53245) @@ -15,7 +15,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L15 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 Index: NEWS =================================================================== --- NEWS (revision 53244) +++ NEWS (revision 53245) @@ -258,7 +258,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L258 * Fiddle::Function#call releases the GVL. [Feature #11607] * io-console - * Update to io-console 0.4.4 + * Update to io-console 0.4.4, and change the license to BSD 2-clause + "Simplified" License. * lib/base64.rb * Base64.urlsafe_encode64: added a "padding" option to suppress -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/