summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 17:16:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 17:18:21 +0900
commit1220556f33e21b4ba76e982f1a3b18cb47403bfb (patch)
tree94fd2aca7db7f80f0167fd3f797ebbe19ee5dec1 /ext
parent91c2069dcfba46c3fd0d56f999bba395015b4c86 (diff)
[ruby/fcntl] Bump up fcntl version to 1.0.1
https://github.com/ruby/fcntl/commit/0bcc0c4518
Diffstat (limited to 'ext')
-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 645c507a4d..048e101aa5 100644
--- a/ext/fcntl/fcntl.gemspec
+++ b/ext/fcntl/fcntl.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "fcntl"
- spec.version = "1.0.0"
+ spec.version = "1.0.1"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]