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

gem from the .zip archive? #83

Open
surendarchandra opened this issue Oct 8, 2020 · 3 comments
Open

gem from the .zip archive? #83

surendarchandra opened this issue Oct 8, 2020 · 3 comments

Comments

@surendarchandra
Copy link

Thanks for the effort In building this project. I added the ruby_gem rule and it generates a .zip file in the cache directory. Is there a way to create a regular .gem file? Not sure how to use the .zip file even though it is gem compatible? Thanks

@kigster
Copy link
Contributor

kigster commented Nov 12, 2020

Hm does it really generate zip file?

A gem file is just a tar archive containing (at least) a gemspec file. You can install a gem using the gem file with gem install --local file.gem

Have you tried unpacking the zip file? Could it contain the .gem inside?

@cdc97
Copy link

cdc97 commented Nov 30, 2020

The documentation (front page README) says "Used to generate a zipped gem containing its srcs, dependencies and a gemspec."
I'm currently seeing a zip file generated as well rather than a file with a .gem extension

@kigster
Copy link
Contributor

kigster commented Jul 8, 2021

I'll take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants