How to build the Gemspec

Instructions

  1. Upload this repo to your own repo on GitHub (note: you MUST change something in this repo!)
  2. Open the rps.gemspec file with your preferred IDE
  3. 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/
  4. Save
  5. Open Terminal/Command Prompt
  6. cd to the directory of the rps.gemspec file (note: this file must be in the root of the repo folder)
  7. Type: gem build rps
  8. Hit return/enter

Home How to Test Contributing Code of Conduct