summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-28 19:21:52 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-28 20:08:58 +0900
commiteb40ff73bfc8afae1d87e214f31564907763d477 (patch)
tree91a7d97faf45824f1711f6c1e9e6dd3e47787696 /lib
parentbd1507b2f63d894fc3b9a62436ba028615d2f562 (diff)
[ruby/securerandom] Bump up v0.2.0
https://github.com/ruby/securerandom/commit/62ca2828f3
Diffstat (limited to 'lib')
-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"]