PlayRockPaperScissorsGame 2.7.8 → 2.7.9
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/docs/Code.md +1 -1
- data/docs/Comparing_Code.md +1 -1
- data/docs/_includes/footer.html +2 -1
- data/docs/_layouts/default.html +5 -5
- data/docs/_site/Code.html +9 -8
- data/docs/_site/Comparing_Code.html +9 -8
- data/docs/_site/How_to_Build.html +8 -7
- data/docs/_site/Testing.html +8 -7
- data/docs/_site/about.html +8 -7
- data/docs/_site/how_to_run.html +8 -7
- data/docs/_site/index.html +13 -8
- data/docs/index.md +3 -1
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75d29ea8ef80b8b71ee74630966d0ea83f771514
|
4
|
+
data.tar.gz: 2e10f057c30a1b0e95f277a0f46049de4c32531f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c39f1b85117aa58a4aa93547dd8e93c5ec7658de9e113a6cdedf9ce1743418872867e5bcb092b378235b5cb353ebb3fb4b53de1ef1f3418730991c9ed1d627f4
|
7
|
+
data.tar.gz: fc628397126c3d7eec09d26f4777b33fd74c9afcac3952ffbfe98641403c4bea68fa3b8415f2ab3cea39bdb284daa424a2d994f34ae24ed733ac7b1d5eca8d5c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/docs/Code.md
CHANGED
data/docs/Comparing_Code.md
CHANGED
data/docs/_includes/footer.html
CHANGED
@@ -13,6 +13,7 @@
|
|
13
13
|
</tr>
|
14
14
|
</table>
|
15
15
|
<br/>
|
16
|
-
<
|
16
|
+
<hr/>
|
17
|
+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span><span><strong><a href="{{ site.github.repository_url }}">Source Code</a></strong></span>
|
17
18
|
{% endif %}
|
18
19
|
</footer>
|
data/docs/_layouts/default.html
CHANGED
@@ -17,11 +17,11 @@
|
|
17
17
|
| http://realfavicongenerator.net |
|
18
18
|
|____________________________________|
|
19
19
|
{% endcomment %}
|
20
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
21
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
22
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
23
|
-
<link rel="manifest" href="
|
24
|
-
<link rel="mask-icon" href="
|
20
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
21
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
22
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
23
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
24
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
25
25
|
<!--
|
26
26
|
<meta name="theme-color" content="#ffffff">
|
27
27
|
-->
|
data/docs/_site/Code.html
CHANGED
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -70,7 +70,7 @@
|
|
70
70
|
<span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
|
71
71
|
|
72
72
|
<span class="k">module</span> <span class="nn">RockPaperScissors</span>
|
73
|
-
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.
|
73
|
+
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.9"</span>
|
74
74
|
<span class="k">end</span>
|
75
75
|
|
76
76
|
<span class="c1"># import the colorize gem</span>
|
@@ -205,7 +205,8 @@
|
|
205
205
|
</tr>
|
206
206
|
</table>
|
207
207
|
<br/>
|
208
|
-
<
|
208
|
+
<hr/>
|
209
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
209
210
|
|
210
211
|
</footer>
|
211
212
|
</section>
|
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -176,7 +176,7 @@
|
|
176
176
|
<div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
|
177
177
|
|
178
178
|
<span class="k">module</span> <span class="nn">RockPaperScissors</span>
|
179
|
-
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.
|
179
|
+
<span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.9"</span>
|
180
180
|
<span class="k">end</span>
|
181
181
|
|
182
182
|
<span class="c1"># import colorize gem</span>
|
@@ -309,7 +309,8 @@
|
|
309
309
|
</tr>
|
310
310
|
</table>
|
311
311
|
<br/>
|
312
|
-
<
|
312
|
+
<hr/>
|
313
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
313
314
|
|
314
315
|
</footer>
|
315
316
|
</section>
|
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -84,7 +84,8 @@
|
|
84
84
|
</tr>
|
85
85
|
</table>
|
86
86
|
<br/>
|
87
|
-
<
|
87
|
+
<hr/>
|
88
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
88
89
|
|
89
90
|
</footer>
|
90
91
|
</section>
|
data/docs/_site/Testing.html
CHANGED
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -77,7 +77,8 @@
|
|
77
77
|
</tr>
|
78
78
|
</table>
|
79
79
|
<br/>
|
80
|
-
<
|
80
|
+
<hr/>
|
81
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
81
82
|
|
82
83
|
</footer>
|
83
84
|
</section>
|
data/docs/_site/about.html
CHANGED
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -84,7 +84,8 @@ I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup>
|
|
84
84
|
</tr>
|
85
85
|
</table>
|
86
86
|
<br/>
|
87
|
-
<
|
87
|
+
<hr/>
|
88
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
88
89
|
|
89
90
|
</footer>
|
90
91
|
</section>
|
data/docs/_site/how_to_run.html
CHANGED
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -135,7 +135,8 @@
|
|
135
135
|
</tr>
|
136
136
|
</table>
|
137
137
|
<br/>
|
138
|
-
<
|
138
|
+
<hr/>
|
139
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
139
140
|
|
140
141
|
</footer>
|
141
142
|
</section>
|
data/docs/_site/index.html
CHANGED
@@ -7,15 +7,15 @@
|
|
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=5cf526ba5bb99750d90fbd026b056396a00402e9"/>
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
13
13
|
|
14
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
15
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
16
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
17
|
-
<link rel="manifest" href="
|
18
|
-
<link rel="mask-icon" href="
|
14
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
|
15
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
|
16
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
|
17
|
+
<link rel="manifest" href="assets/favicons/manifest.json"/>
|
18
|
+
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
|
19
19
|
<!--
|
20
20
|
<meta name="theme-color" content="#ffffff">
|
21
21
|
-->
|
@@ -47,7 +47,11 @@
|
|
47
47
|
|
48
48
|
<p>Rock paper scissors is a classic game that was created many years ago. I incorporated this game with the <code class="highlighter-rouge">Ruby</code> programming language.</p>
|
49
49
|
|
50
|
-
<p
|
50
|
+
<p>I programmed this Ruby app to be as efficient as possible using advanced coding techniques in Ruby.</p>
|
51
|
+
|
52
|
+
<blockquote>
|
53
|
+
<p><strong>I hope you will enjoy it! :]</strong></p>
|
54
|
+
</blockquote>
|
51
55
|
|
52
56
|
|
53
57
|
<footer class="site-footer">
|
@@ -65,7 +69,8 @@
|
|
65
69
|
</tr>
|
66
70
|
</table>
|
67
71
|
<br/>
|
68
|
-
<
|
72
|
+
<hr/>
|
73
|
+
<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><span><strong><a href="http://github.com/bag3318/RockPaperScissors">Source Code</a></strong></span>
|
69
74
|
|
70
75
|
</footer>
|
71
76
|
</section>
|
data/docs/index.md
CHANGED
@@ -10,4 +10,6 @@ My `Play Rock Paper Scissors Game` is programmed in the Ruby programming languag
|
|
10
10
|
|
11
11
|
Rock paper scissors is a classic game that was created many years ago. I incorporated this game with the `Ruby` programming language.
|
12
12
|
|
13
|
-
|
13
|
+
I programmed this Ruby app to be as efficient as possible using advanced coding techniques in Ruby.
|
14
|
+
|
15
|
+
> **I hope you will enjoy it! :\]**
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|