Sha256: 7531b0132b8452ab4aca8b204f658d1d9f26125e7933642b7e8835180535777d

Contents?: true

Size: 778 Bytes

Versions: 14

Compression:

Stored size: 778 Bytes

Contents

---
layout: default
title: How to Build - Play Rock Paper Scissors Game
---

# How to build the Gemspec

## Requirments 

* Ruby and Ruby Gems installed

## 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) | [Master Code](Code) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.4.3 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.4.2 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.4.1 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.4.0 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.9 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.8 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.7 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.6 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.5 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.4 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.3 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.2 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.1 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.3.0 docs/How_to_Build.md