diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-11 17:59:58 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-11 09:00:08 +0000 |
commit | 461fa56e1014d00c03f459ef6afc2c7626c824df () | |
tree | 3ab10e846066163dc3d485330c50699b613bc56b /lib/securerandom.rb | |
parent | 768f2d1018adfc4abe3101a20a570a804a0bdd60 (diff) |
[ruby/securerandom] Bump up v0.3.2
https://.com/ruby/securerandom/commit/9703d96a76
-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.1" class << self # Returns a random binary string containing +size+ bytes. |