digest-sha3-ruby icon indicating copy to clipboard operation
digest-sha3-ruby copied to clipboard

Relax ruby version dependency check

Open makevoid opened this issue 4 years ago • 4 comments

Allow this gem to be used with ruby 3

if you need I can bump the gem version as well in this PR or any other changes, let me know

makevoid avatar Apr 11 '21 22:04 makevoid

anyone interested in this gem working with ruby 3?

makevoid avatar May 16 '21 14:05 makevoid

anyone interested in this gem working with ruby 3?

I stepped up: https://github.com/q9f/keccak.rb - note, I renamed it to keccak to further distinguish it from the final sha3 standard.

q9f avatar Sep 30 '21 14:09 q9f

~~I'm not interested refactoring my code to use the renamed fork. So I am using this branch. THank you~~

It turns out, I have two projects that are using this lib. One is using this branch. And the other one I moved to keccak. Eventually, I'll have both use keccak, but for now everything works, so I am not touching anything.

mathieujobin avatar Mar 17 '22 22:03 mathieujobin

anyone interested in this gem working with ruby 3?

I stepped up: https://github.com/q9f/keccak.rb - note, I renamed it to keccak to further distinguish it from the final sha3 standard.

Thanks.

elissonmichael avatar Oct 20 '22 15:10 elissonmichael