PlayRockPaperScissorsGame 2.7.7 → 2.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/_site/Code.html +3 -3
- data/docs/_site/Comparing_Code.html +3 -3
- data/docs/_site/How_to_Build.html +2 -2
- data/docs/_site/Testing.html +2 -2
- data/docs/_site/about.html +2 -2
- data/docs/_site/how_to_run.html +2 -2
- data/docs/_site/index.html +2 -2
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +2 -2
- metadata +2 -2
- 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: 97fbcf73381df12d48eb4c00751f5de66ac94c09
|
|
4
|
+
data.tar.gz: 056d5b5ef8b4e4469d8fba728954c9b7c33f56a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f3540fda83a311fc2ac97f82021de4f820429dba00c7a808256696604d96443afb306f366bc60eb1d107d24e38b9a510751df1e0d7e29772bbe3227bcdb8d57
|
|
7
|
+
data.tar.gz: 5b394f0e302bf39e17bce4216fe826485421fdb9d64db31142fc69ec46bbd07d873dd0e2ca19aa01e163cab3779f6ead225e425c6ed0cfc5f2ec825c0e1e8ef0
|
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/_site/Code.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=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
@@ -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.8"</span>
|
|
74
74
|
<span class="k">end</span>
|
|
75
75
|
|
|
76
76
|
<span class="c1"># import 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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
@@ -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.8"</span>
|
|
180
180
|
<span class="k">end</span>
|
|
181
181
|
|
|
182
182
|
<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=
|
|
10
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
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=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
data/docs/_site/about.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=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
data/docs/_site/how_to_run.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=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
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=236dcb9e46f920f4f59bb34abc45972e882284da"/>
|
|
11
11
|
<link rel="stylesheet" href="assets/css/pace.css" />
|
|
12
12
|
<script src="assets/js/pace.min.js"></script>
|
|
13
13
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
28
28
|
|
|
29
29
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
30
|
-
<a href="" class="btn">Report a Bug</a>
|
|
30
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
|
3
|
-
spec.version = "2.7.
|
|
4
|
-
spec.date = "2017-05-
|
|
3
|
+
spec.version = "2.7.8"
|
|
4
|
+
spec.date = "2017-05-11"
|
|
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.7.
|
|
4
|
+
version: 2.7.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-
|
|
33
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: bundler
|
metadata.gz.sig
CHANGED
|
Binary file
|