Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code gap between this repo and rubygems? #8

Closed
vikkanaev opened this issue Jul 7, 2022 · 1 comment
Closed

Code gap between this repo and rubygems? #8

vikkanaev opened this issue Jul 7, 2022 · 1 comment

Comments

@vikkanaev
Copy link

Today I tried to run this gem on ruby 3 and it's doesn't install

#Gemfile
gem 'adequate_crypto_address'

sh > bundle install
...
adequate_crypto_address (~> 0.1.5) was resolved to 0.1.5, which depends on
      digest-sha3 (~> 1.1.0) was resolved to 1.1.0, which depends on
        Ruby (~> 2.2)

I looked to gemspec and there is no digest-sha3 dependency
But digest-sha3 dependency exists on rubygems

As I can see version 0.1.5 released to rubygems on May 13, 2019
But on 1 Dec 2021 @q9f switch gem from digest-sha3 to keccak (commit)

Could you be so kind to download this changes on rubygems?

@vtm9
Copy link
Owner

vtm9 commented Jul 30, 2022

sure, sorry for late.

@vtm9 vtm9 closed this as completed Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants