summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-28 19:21:52 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit1a6a608ae0dbd389b62fcfc95867418960800f5e (patch)
tree4e5bdc7b23b28908f0b39c0ef92c843f917c768b
parent81a8661ed10432a91c4564ceaa14698cb34c8ca0 (diff)
[ruby/securerandom] Bump up v0.2.0
https://github.com/ruby/securerandom/commit/62ca2828f3
-rw-r--r--lib/securerandom.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/securerandom.gemspec b/lib/securerandom.gemspec
index b8f019f9ae..900713e7dc 100644
--- a/lib/securerandom.gemspec
+++ b/lib/securerandom.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "securerandom"
- spec.version = "0.1.1"
+ spec.version = "0.2.0"
spec.authors = ["Tanaka Akira"]
spec.email = ["akr@fsij.org"]