diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:09:34 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:10:38 +0800 |
commit | 2b3fc0407a9b9527ae5bf8069943661a061ec0ba () | |
tree | c83037cf697d4bb73c012fd31fd9ec9a55636428 /lib/securerandom.rb | |
parent | 7c1ec8ae5070af95b5acd0283bcc751c07895494 (diff) |
[ruby/securerandom] Bump up v0.3.1
https://.com/ruby/securerandom/commit/890d659970
-rw-r--r-- | lib/securerandom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ require 'random/formatter' module SecureRandom # The version - VERSION = "0.3.0" class << self # Returns a random binary string containing +size+ bytes. |