summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
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"