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:
parent
a3697ddaa9
commit
0f081edf7e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue