Sha256: 7a8383b64e541ecc02659e2516a02bf914c688897b318bbf12fc33614a7a8e66
Contents?: true
Size: 655 Bytes
Versions: 12
Compression:
Stored size: 655 Bytes
Contents
--- layout: default --- # How to build the Gemspec ## Instructions 1. Open the `rps.gemspec` file with your preferred **IDE** 2. 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/` 3. Save 4. Open `Terminal`/`Command Prompt` 5. `cd` to the directory of the `rps.gemspec` file (**note: this file must be in the _root_ of the repo folder**) 6. Type: `gem build rps` 7. Hit <kbd>return</kbd>/<kbd>enter</kbd> ----------- ## Site Nav [Home](./) | [How to Test](Testing) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)
Version data entries
12 entries across 12 versions & 1 rubygems