PlayRockPaperScissorsGame 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.gitignore +6 -1
- data/docs/CODE_OF_CONDUCT.md +1 -1
- data/docs/CONTRIBUTING.md +1 -1
- data/docs/How_to_Build.md +24 -0
- data/docs/Testing.md +1 -1
- data/docs/_site/CODE_OF_CONDUCT.html +2 -1
- data/docs/_site/CONTRIBUTING.html +2 -1
- data/docs/_site/How_to_Build.html +72 -0
- data/docs/_site/Testing.html +2 -1
- data/docs/_site/index.html +3 -1
- data/docs/index.md +2 -1
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +3 -1
- metadata.gz.sig +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c67b3fdb193b045a9752cb02f871c812c7ac67e8
|
4
|
+
data.tar.gz: 88ec2b8b272c3bfc08c2d61f9f056629c54ad4d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 024e6f8b0c40bd5f7ad50e441de40c15589e2f634bc96b0f246a18c1616130793dd4474aa99896785ff926ecdd3300318b907109d4e3aadc596ac04e208ad274
|
7
|
+
data.tar.gz: c6dcdb650cf7e7cee123656808554c3703d82a87cea94f48c40d851c01e02ead10da825fb995ef20326e75a1c4e36eb1fb35869efab42eae397aa82dc0bc51ec
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/.gitignore
CHANGED
data/docs/CODE_OF_CONDUCT.md
CHANGED
data/docs/CONTRIBUTING.md
CHANGED
@@ -40,4 +40,4 @@ Here are a few things you can do that will increase the likelihood of your pull
|
|
40
40
|
|
41
41
|
## Site Nav
|
42
42
|
|
43
|
-
[Home](./) | [Code of Conduct](CODE_OF_CONDUCT) | [How to Test](Testing.md)
|
43
|
+
[Home](./) | [How to Build](How_to_Build) | [Code of Conduct](CODE_OF_CONDUCT) | [How to Test](Testing.md)
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
# How to build the Gemspec
|
6
|
+
|
7
|
+
## Instructions
|
8
|
+
|
9
|
+
1. Upload this repo to your own repo on __GitHub__ (**note: you _MUST_ change something in this repo!**)
|
10
|
+
2. Open the `rps.gemspec` file with your preferred **IDE**
|
11
|
+
3. Delete these lines:
|
12
|
+
+ `spec.cert_chain = ["certs/gem-public_cert.pem"]`
|
13
|
+
- `spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/`
|
14
|
+
4. Save
|
15
|
+
5. Open `Terminal`/`Command Prompt`
|
16
|
+
6. `cd` to the directory of the `rps.gemspec` file (**note: this file must be in the _root_ of the repo folder**)
|
17
|
+
7. Type: `gem build rps`
|
18
|
+
8. Hit <kbd>return</kbd>/<kbd>enter</kbd>
|
19
|
+
|
20
|
+
-----------
|
21
|
+
|
22
|
+
## Site Nav
|
23
|
+
|
24
|
+
[Home](./) | [How to Test](Testing) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)
|
data/docs/Testing.md
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<meta name="theme-color" content="#157878">
|
9
9
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10
|
-
<link rel="stylesheet" href="/assets/css/style.css?v=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=916ba61fd2ffb2c32af8acd04ad4090f3f1c81c6">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -108,6 +108,7 @@ available at <a href="http://contributor-covenant.org/version/1/4/">http://contr
|
|
108
108
|
<tbody>
|
109
109
|
<tr>
|
110
110
|
<td><a href="./">Home</a></td>
|
111
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
111
112
|
<td><a href="CONTRIBUTING">Contributing</a></td>
|
112
113
|
<td><a href="Testing">How to Test</a></td>
|
113
114
|
</tr>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<meta name="theme-color" content="#157878">
|
9
9
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10
|
-
<link rel="stylesheet" href="/assets/css/style.css?v=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=916ba61fd2ffb2c32af8acd04ad4090f3f1c81c6">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -67,6 +67,7 @@
|
|
67
67
|
<tbody>
|
68
68
|
<tr>
|
69
69
|
<td><a href="./">Home</a></td>
|
70
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
70
71
|
<td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
|
71
72
|
<td><a href="/Testing.html">How to Test</a></td>
|
72
73
|
</tr>
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en-us">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8">
|
5
|
+
<title>How to build the Gemspec</title>
|
6
|
+
<meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
+
<meta name="theme-color" content="#157878">
|
9
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=916ba61fd2ffb2c32af8acd04ad4090f3f1c81c6">
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<section class="page-header">
|
14
|
+
<h1 class="project-name">Play Rock Paper Scissors Game</h1>
|
15
|
+
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
16
|
+
|
17
|
+
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
18
|
+
<a href="https://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
19
|
+
|
20
|
+
|
21
|
+
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
22
|
+
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
23
|
+
|
24
|
+
</section>
|
25
|
+
|
26
|
+
<section class="main-content">
|
27
|
+
<h1 id="how-to-build-the-gemspec">How to build the Gemspec</h1>
|
28
|
+
|
29
|
+
<h2 id="instructions">Instructions</h2>
|
30
|
+
|
31
|
+
<ol>
|
32
|
+
<li>Upload this repo to your own repo on <strong>GitHub</strong> (<strong>note: you <em>MUST</em> change something in this repo!</strong>)</li>
|
33
|
+
<li>Open the <code class="highlighter-rouge">rps.gemspec</code> file with your preferred <strong>IDE</strong></li>
|
34
|
+
<li>Delete these lines:
|
35
|
+
<ul>
|
36
|
+
<li><code class="highlighter-rouge">spec.cert_chain = ["certs/gem-public_cert.pem"]</code></li>
|
37
|
+
<li><code class="highlighter-rouge">spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/</code></li>
|
38
|
+
</ul>
|
39
|
+
</li>
|
40
|
+
<li>Save</li>
|
41
|
+
<li>Open <code class="highlighter-rouge">Terminal</code>/<code class="highlighter-rouge">Command Prompt</code></li>
|
42
|
+
<li><code class="highlighter-rouge">cd</code> to the directory of the <code class="highlighter-rouge">rps.gemspec</code> file (<strong>note: this file must be in the <em>root</em> of the repo folder</strong>)</li>
|
43
|
+
<li>Type: <code class="highlighter-rouge">gem build rps</code></li>
|
44
|
+
<li>Hit <kbd>return</kbd>/<kbd>enter</kbd></li>
|
45
|
+
</ol>
|
46
|
+
|
47
|
+
<hr />
|
48
|
+
|
49
|
+
<h2 id="site-nav">Site Nav</h2>
|
50
|
+
|
51
|
+
<table>
|
52
|
+
<tbody>
|
53
|
+
<tr>
|
54
|
+
<td><a href="./">Home</a></td>
|
55
|
+
<td><a href="Testing">How to Test</a></td>
|
56
|
+
<td><a href="CONTRIBUTING">Contributing</a></td>
|
57
|
+
<td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
|
58
|
+
</tr>
|
59
|
+
</tbody>
|
60
|
+
</table>
|
61
|
+
|
62
|
+
|
63
|
+
<footer class="site-footer">
|
64
|
+
|
65
|
+
<span class="site-footer-owner"><a href="http://github.com/bag3318/RockPaperScissors">RockPaperScissors</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span>
|
66
|
+
|
67
|
+
</footer>
|
68
|
+
</section>
|
69
|
+
|
70
|
+
|
71
|
+
</body>
|
72
|
+
</html>
|
data/docs/_site/Testing.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<meta name="theme-color" content="#157878">
|
9
9
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10
|
-
<link rel="stylesheet" href="/assets/css/style.css?v=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=916ba61fd2ffb2c32af8acd04ad4090f3f1c81c6">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -49,6 +49,7 @@
|
|
49
49
|
<tbody>
|
50
50
|
<tr>
|
51
51
|
<td><a href="./">Home</a></td>
|
52
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
52
53
|
<td><a href="CONTRIBUTING">Contributing</a></td>
|
53
54
|
<td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
|
54
55
|
</tr>
|
data/docs/_site/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
8
|
<meta name="theme-color" content="#157878">
|
9
9
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10
|
-
<link rel="stylesheet" href="/assets/css/style.css?v=
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=916ba61fd2ffb2c32af8acd04ad4090f3f1c81c6">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -48,6 +48,7 @@
|
|
48
48
|
</ul>
|
49
49
|
</li>
|
50
50
|
<li><a href="#links">Links</a></li>
|
51
|
+
<li><a href="#site-nav">Site Nav</a></li>
|
51
52
|
</ul>
|
52
53
|
</li>
|
53
54
|
</ul>
|
@@ -106,6 +107,7 @@
|
|
106
107
|
<tbody>
|
107
108
|
<tr>
|
108
109
|
<td><a href="Testing">How to Test</a></td>
|
110
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
109
111
|
<td><a href="CONTRIBUTING">Contributing</a></td>
|
110
112
|
<td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
|
111
113
|
</tr>
|
data/docs/index.md
CHANGED
@@ -17,6 +17,7 @@ Rock Paper Scissors
|
|
17
17
|
- [Install and Run on Windows](#install-and-run-on-windows)
|
18
18
|
- [Running](#running-1)
|
19
19
|
- [Links](#links)
|
20
|
+
- [Site Nav](#site-nav)
|
20
21
|
|
21
22
|
How to Run and Install
|
22
23
|
----------------------
|
@@ -54,6 +55,6 @@ How to Run and Install
|
|
54
55
|
|
55
56
|
## Site Nav
|
56
57
|
|
57
|
-
[How to Test](Testing) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)
|
58
|
+
[How to Test](Testing) | [How to Build](How_to_Build) | [Contributing](CONTRIBUTING) | [Code of Conduct](CODE_OF_CONDUCT)
|
58
59
|
|
59
60
|
[//]: # (end)
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: PlayRockPaperScissorsGame
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- docs/CODE_OF_CONDUCT.md
|
115
115
|
- docs/CONTRIBUTING.md
|
116
116
|
- docs/Gemfile
|
117
|
+
- docs/How_to_Build.md
|
117
118
|
- docs/LICENSE
|
118
119
|
- docs/Testing.md
|
119
120
|
- docs/_config.yml
|
@@ -124,6 +125,7 @@ files:
|
|
124
125
|
- docs/_sass/variables.scss
|
125
126
|
- docs/_site/CODE_OF_CONDUCT.html
|
126
127
|
- docs/_site/CONTRIBUTING.html
|
128
|
+
- docs/_site/How_to_Build.html
|
127
129
|
- docs/_site/Testing.html
|
128
130
|
- docs/_site/assets/css/style.css
|
129
131
|
- docs/_site/index.html
|
metadata.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
�z�W���%:�pﵪ��c�2~I�?�r.%0j��s��k��Kpf�鲈��`ցU��=��W�/P��B���+YYk��cn-��F5/0�r2J�8����^�}���*�~٭%d"5O��tSi��\����z%�-���&z,l�#�[Q�N2���/����VDȱ��bړ֕q��;S�W×i-��UNs�4���%
|