How to build the Gemspec
Instructions
- Upload this repo to your own repo on GitHub (note: you MUST change something in this repo!)
- Open the
rps.gemspec
file with your preferred IDE
- Delete these lines:
spec.cert_chain = ["certs/gem-public_cert.pem"]
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
- Save
- Open
Terminal
/Command Prompt
cd
to the directory of the rps.gemspec
file (note: this file must be in the root of the repo folder)
- Type:
gem build rps
- Hit return/enter
Site Nav