ruby-changes:45629
From: hsbt <ko1@a...>
Date: Fri, 24 Feb 2017 15:50:47 +0900 (JST)
Subject: [ruby-changes:45629] hsbt:r57702 (trunk): gem name should be the downcase.
hsbt 2017-02-24 15:50:43 +0900 (Fri, 24 Feb 2017) New Revision: 57702 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57702 Log: gem name should be the downcase. Modified files: trunk/ext/fcntl/fcntl.gemspec Index: ext/fcntl/fcntl.gemspec =================================================================== --- ext/fcntl/fcntl.gemspec (revision 57701) +++ ext/fcntl/fcntl.gemspec (revision 57702) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/fcntl/fcntl.gemspec#L1 Gem::Specification.new do |s| - s.name = "Fcntl" + s.name = "fcntl" s.version = '0.0.1' s.date = '2017-02-10' s.summary = "Loads constants defined in the OS fcntl.h C header file" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/