summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 15:09:20 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 06:09:41 +0000
commitf6dad3954469b0051286237bd6bb4b19d6d914a7 (patch)
treedb2608717391e44a5385a9910d37ebea5301bc2c
parentda5fe6e8931e5833b742021275f371caa14b2e4f (diff)
[ruby/fcntl] Bump version to 1.0.2
https://github.com/ruby/fcntl/commit/20fd776303
-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 048e101aa5..09d3fc2568 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.1"
+ spec.version = "1.0.2"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]