summaryrefslogtreecommitdiff
path: root/lib/securerandom.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:51:16 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 07:51:34 +0000
commitf5355df6102fbfb4f6f3391448518c7398958a50 (patch)
tree2271cba5544d4534de0e194afd709b176f539d56 /lib/securerandom.gemspec
parent771c4ee68c96e528c059ea3b411d55e635cf6d10 (diff)
[ruby/securerandom] Bump version to 0.2.1
https://github.com/ruby/securerandom/commit/5bfe7d6c16
Diffstat (limited to 'lib/securerandom.gemspec')
-rw-r--r--lib/securerandom.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.gemspec b/lib/securerandom.gemspec
index 900713e7dc..49e8911c51 100644
--- a/lib/securerandom.gemspec
+++ b/lib/securerandom.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "securerandom"
- spec.version = "0.2.0"
+ spec.version = "0.2.1"
spec.authors = ["Tanaka Akira"]
spec.email = ["akr@fsij.org"]