— layout: default —

How to build the Gemspec

Instructions

  1. Open the rps.gemspec file with your preferred IDE

  2. Delete these lines:

  3. spec.cert_chain = ["certs/gem-public_cert.pem"]

  4. spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/

  5. Save

  6. Open Terminal/Command Prompt

  7. cd to the directory of the rps.gemspec file (note: this file must be in the root of the repo folder)

  8. Type: gem build rps

  9. Hit <kbd>return</kbd>/<kbd>enter</kbd>


Site Nav

Home | How to Test | Contributing | Code of Conduct