PlayRockPaperScissorsGame 2.5.7 → 2.5.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55768f48f32f5035b0741b4000659167dbb72b2f
4
- data.tar.gz: f1ca53987b0fd2ca022f673d5a84b3c299f787df
3
+ metadata.gz: a1166c5e11994f5a43ab629811cb4e83d8c0b006
4
+ data.tar.gz: bb55b4bb6c94341869bc9bf583e9081d9f463354
5
5
  SHA512:
6
- metadata.gz: 28048ce3a5727ef9e2c48aae3b17ba05b46f3be09c9b084dfaac72d6ba57d6e388140e2be7c27f7e549c2de8c695dd7a11b5543c5f51b2877961082148888804
7
- data.tar.gz: e43ddf623668e8a044c4cc5af898a7420897aa485169914770c94c807d96fcffbcaa991da9bc360dc5fa7fe57df9f19d7d2f36bf9301b1823cba0b9929889926
6
+ metadata.gz: 818a683c8297ad8fc9f4a721db63e8e7fba392f9b03c9c9bb959f38c507f3711a3062766ae9065421d1e7b86d8ec5819e01fa632e5ee5258510c557b84ea2f3f
7
+ data.tar.gz: 96f46c0417c32b5ae0c43a0cff1e81a9270686220d06d564e955eef5759eafb3fcd49bdb444b36bb1b0ae5d66d890cf4c33b028b873aa92fb2f16dc7f727813b
@@ -1,2 +1,2 @@
1
- ��4O��GnF�1?�V����>����j���L�1󄭙���_P��5��#% I}�Tn5DM_�ң�z�w����n����I�gX����L�K���|bfʱ�����beyw�/�&q�t��d�N�h��t���:�='i�BK����?Lg�H���D9��� Xxژ��=��B
2
- Lp�$�����1[mX��,�����hF��j��i'X��<q���
1
+ #uCPO�D���d&�� ��S�#I֤Nbbi]�;��>�ƯćCt8,=��m��wP^�{gF��b��� 67K��JCX�q��Ѓ2��F��i�~EHxb����͌��A���N�X��"���|�Y ��8L��#���̳5
2
+ �K��UC0u)N&�&U�!��X$�i<N�z��T툏�
data.tar.gz.sig CHANGED
Binary file
@@ -30,7 +30,7 @@ Master Code
30
30
  class PlayRockPaperScissorsGame
31
31
 
32
32
  module RockPaperScissors
33
- VERSION = "2.5.7"
33
+ VERSION = "2.5.8"
34
34
  end
35
35
 
36
36
  # call the colorize gem
@@ -90,7 +90,7 @@ end
90
90
  class PlayRockPaperScissorsGame
91
91
 
92
92
  module RockPaperScissors
93
- VERSION = "2.5.7"
93
+ VERSION = "2.5.8"
94
94
  end
95
95
 
96
96
  # import colorize gem
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -58,7 +58,7 @@
58
58
  <span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
59
59
 
60
60
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
61
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.5.7"</span>
61
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.5.8"</span>
62
62
  <span class="k">end</span>
63
63
 
64
64
  <span class="c1"># call the colorize gem</span>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -139,7 +139,7 @@
139
139
  <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
140
140
 
141
141
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
142
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.5.7"</span>
142
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.5.8"</span>
143
143
  <span class="k">end</span>
144
144
 
145
145
  <span class="c1"># import colorize gem</span>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -0,0 +1,86 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>About - Play Rock Paper Scissors Game</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=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
+ <link rel="stylesheet" href="assets/css/pace.css" />
12
+ <script src="assets/js/pace.min.js"></script>
13
+ </head>
14
+ <body>
15
+
16
+ <section class="page-header">
17
+ <h1 class="project-name">Play Rock Paper Scissors Game</h1>
18
+ <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
19
+
20
+ <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
21
+ <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
22
+
23
+
24
+ <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
25
+ <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
26
+
27
+ <br/>
28
+
29
+ <a href="#site-nav" class="btn">Site Nav</a>
30
+
31
+
32
+ <a href="./" class="btn">Home</a>
33
+
34
+ </section>
35
+
36
+ <section class="main-content">
37
+
38
+ <h1 id="about-playrockpaperscissorsgame-rps">About PlayRockPaperScissorsGame (RPS)</h1>
39
+
40
+ <p>The RPS<sup>1</sup> game has been around for many years. In fact, it originally was from Asia.
41
+ I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup> (command line interface).</p>
42
+
43
+ <h2 id="why-use-ruby">Why use Ruby?</h2>
44
+
45
+ <p>Ruby is a programming language that has been around for a little over 2 decades. The gem-attributed language was primarily developed by <em>Yukihiro “Matz” Matsumoto</em> in Japan. Ruby stood out to me because of it’s unique code structure design. I decided to use Ruby becuase I wanted to learn an <strong>object oriented programming language</strong>. Ruby appealed to me by its unique code structure.</p>
46
+
47
+ <h2 id="the-code">The Code</h2>
48
+
49
+ <p>I didn’t want to make code that just yielded a bunch of <code class="highlighter-rouge">if</code>, <code class="highlighter-rouge">elsif</code>, and <code class="highlighter-rouge">else</code> statements. Instead, I strived toward a more professionally structured and modularized code. See the <a href="Comparing_Code">comparing code</a> page for more information about this subject matter.</p>
50
+
51
+ <hr />
52
+
53
+ <blockquote>
54
+ <p><strong>1.</strong> RPS = rock-paper-scissors</p>
55
+
56
+ <p><strong>2.</strong> CLI means that it is executed in a command line app, such as CMD (command prompt) for Windows, or Terminal for Mac.</p>
57
+ </blockquote>
58
+
59
+ <hr />
60
+
61
+ <h2 id="site-nav">Site Nav</h2>
62
+
63
+ <table>
64
+ <tbody>
65
+ <tr>
66
+ <td><a href="./">Home</a></td>
67
+ <td><a href="Testing">How to Test</a></td>
68
+ <td><a href="Comparing_Code">Comparing Code</a></td>
69
+ <td><a href="How_to_Build">How to Build</a></td>
70
+ <td><a href="Code">Master Code</a></td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+
75
+
76
+
77
+ <footer class="site-footer">
78
+
79
+ <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>
80
+
81
+ </footer>
82
+ </section>
83
+
84
+
85
+ </body>
86
+ </html>
@@ -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=6a3bdba98f57ed8fa07597df91a178b68178b75f">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=244a9112a3673845c3cb34d9daf0788fad5c82b0">
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: default
3
+ title: About - Play Rock Paper Scissors Game
4
+ permalink: /about.html
5
+ ---
6
+
7
+ # About PlayRockPaperScissorsGame (RPS)
8
+
9
+ The RPS<sup>1</sup> game has been around for many years. In fact, it originally was from Asia.
10
+ I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup> (command line interface).
11
+
12
+ ## Why use Ruby?
13
+
14
+ Ruby is a programming language that has been around for a little over 2 decades. The gem-attributed language was primarily developed by *Yukihiro "Matz" Matsumoto* in Japan. Ruby stood out to me because of it's unique code structure design. I decided to use Ruby becuase I wanted to learn an **object oriented programming language**. Ruby appealed to me by its unique code structure.
15
+
16
+ ## The Code
17
+
18
+ I didn't want to make code that just yielded a bunch of `if`, `elsif`, and `else` statements. Instead, I strived toward a more professionally structured and modularized code. See the [comparing code](Comparing_Code) page for more information about this subject matter.
19
+
20
+ ________
21
+
22
+ > **1.** RPS = rock-paper-scissors
23
+ >
24
+ > **2.** CLI means that it is executed in a command line app, such as CMD (command prompt) for Windows, or Terminal for Mac.
25
+
26
+ ________
27
+
28
+ ## Site Nav
29
+
30
+ [Home](./) | [How to Test](Testing) | [Comparing Code](Comparing_Code) | [How to Build](How_to_Build) | [Master Code](Code)
31
+
@@ -1,3 +1,3 @@
1
1
  module RockPaperScissors
2
- VERSION = "2.5.7"
2
+ VERSION = "2.5.8"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "2.5.7"
4
- spec.date = "2017-05-02"
3
+ spec.version = "2.5.8"
4
+ spec.date = "2017-05-03"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
7
7
  A Ruby-programmed rock paper scissors game.
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.5.7
4
+ version: 2.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -30,7 +30,7 @@ cert_chain:
30
30
  ft+uhriUZSVDBJRLSlrQEH2f0866a9dA4oUmvvFU46Mh6pozDjOcLJIp/tCnbVOc
31
31
  HSdXPrjfOoDbhBPH/4wUd5P0rDoNKN1hxH4SzA==
32
32
  -----END CERTIFICATE-----
33
- date: 2017-05-02 00:00:00.000000000 Z
33
+ date: 2017-05-03 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: bundler
@@ -141,6 +141,7 @@ files:
141
141
  - docs/_site/Comparing_Code.html
142
142
  - docs/_site/How_to_Build.html
143
143
  - docs/_site/Testing.html
144
+ - docs/_site/about.html
144
145
  - docs/_site/assets/css/pace.css
145
146
  - docs/_site/assets/css/style.css
146
147
  - docs/_site/assets/js/pace.min.js
@@ -149,6 +150,7 @@ files:
149
150
  - docs/_site/script/cibuild
150
151
  - docs/_site/script/release
151
152
  - docs/_site/script/server
153
+ - docs/about.md
152
154
  - docs/assets/css/pace.css
153
155
  - docs/assets/css/style.scss
154
156
  - docs/assets/js/pace.min.js
metadata.gz.sig CHANGED
Binary file