aboutsummaryrefslogtreecommitdiffstats
path: root/ext/fcntl
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-24 06:50:43 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-24 06:50:43 +0000
commit6ca66b6a0d2c42c2e1f31f9d00c5bf616b9ccd42 (patch)
treee37c242ebea3cb4ad52eea2410339cda16f7fbbd /ext/fcntl
parent65c5259545ae11f8492031fc9cc3d8ea2cac31c2 (diff)
downloadruby-6ca66b6a0d2c42c2e1f31f9d00c5bf616b9ccd42.tar.gz
gem name should be the downcase.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/fcntl')
-rw-r--r--ext/fcntl/fcntl.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec
index 10b3419fec..09ad38706b 100644
--- a/ext/fcntl/fcntl.gemspec
+++ b/ext/fcntl/fcntl.gemspec
@@ -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"