Post says it all.
I’ve cloned a gem (particularly radiant) after clone it from its github source. Anybody tell me how I can install it as a gem?
Something like “gem install radiant –local”?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to the dir of your cloned repo and run this:
This will create gem file in
pkgdir. Then just runEdit: appending BaroqueBobcat’s wisdom verbatim from comment for better visibility:
This will only work if there is a Rake task for building the gem. If there is no rake task, but there is a
.gemspecfile, you can use$ gem build <name>.gemspec.