How to build the Gemspec
Requirments
- Ruby and Ruby Gems installed
Instructions
- 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 therps.gemspec
file (note: this file must be in the root of the repo folder)- Type:
gem build rps
- Hit return/enter