1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

gem name should be the downcase.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-02-24 06:50:43 +00:00
parent a3697ddaa9
commit 0f081edf7e

View file

@ -1,5 +1,5 @@
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"