Sha256: 11c684a03905a85aa82602a2d99281a49a1bc6cbe95270aa1ee65659494b1ec9

Contents?: true

Size: 654 Bytes

Versions: 15

Compression:

Stored size: 654 Bytes

Contents

---
layout: default
title: How to Build - Play Rock Paper Scissors Game
permalink: /how_to_build.html
---

# 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>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.9.1 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.9.0 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.9 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.8 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.7 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.6 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.5 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.4 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.3 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.2 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.1 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.8.0 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.7.9 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.7.8 docs/How_to_Build.md
PlayRockPaperScissorsGame-2.7.7 docs/How_to_Build.md