Sha256: 3eaf2183c616bb78375250d9a4797d87baf3068191bf30eca151a1b0b40d8d92

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 Bytes

Contents

---
layout: default
---

# 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 <kbd>return</kbd>/<kbd>enter</kbd>

-----------

## Site Nav 

[Home](./) | [How to Test](Testing) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.0.3 docs/How_to_Build.md