diff options
author | Pavel Rosický <[email protected]> | 2021-06-12 18:49:57 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-12 20:46:13 +0900 |
commit | 94882df3a215a3de16fa7ca18cf5c160f904c904 () | |
tree | 1150503c5eb6a5b570ba3eb5e8fce26998fe036a /ext/digest/sha2/lib/sha2.rb | |
parent | ff1f696d300cdf2a7073ddec91846cd3aee103d8 (diff) |
[ruby/digest] jruby support
https://.com/ruby/digest/commit/2e9dc14693
-rw-r--r-- | ext/digest/sha2/lib/sha2.rb | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,7 +11,12 @@ # $Id$ require 'digest' -require 'digest/sha2.so' module Digest # |