rubyjs / libv8-node

Package libv8 from Node
MIT License
14 stars 27 forks source link

Rubygems install BROKEN -- node dist link doesn't work with version #34

Closed johnnyshields closed 2 years ago

johnnyshields commented 2 years ago

When installing from Rubygems, it looks like we're trying to download 16.10.0.0 with two zeroes. It looks like we ened to do 16.10.0 instead.

So this:

https://nodejs.org/dist/v16.10.0.0/node-v16.10.0.0.tar.gz

should be this:

https://nodejs.org/dist/v16.10.0/node-v16.10.0.tar.gz

Users can no longer install libv8-node gem via Rubygems.

johnnyshields commented 2 years ago

False alarm, closing. Sorry