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