PlayRockPaperScissorsGame 2.0.6 → 2.0.7
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 +1 -5
- data/docs/_layouts/default.html +3 -1
- data/docs/_site/CODE_OF_CONDUCT.html +4 -2
- data/docs/_site/CONTRIBUTING.html +4 -2
- data/docs/_site/How_to_Build.html +4 -2
- data/docs/_site/Testing.html +4 -2
- data/docs/_site/index.html +4 -2
- 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: 1924e4e076dfb54b23f2a1a7ed4b18fe4fe5f4b2
|
|
4
|
+
data.tar.gz: 98a6fca94d6d9763a451d98fb85fccae853fade0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 516b7e4b25af3af2d5a0cfbd097760a2a702959c87456dc013cec88e669ad03a81373acead58a732f77176a9e3368650465f77f0b5f19140cb35f1f86fb2c696
|
|
7
|
+
data.tar.gz: 760f9d0f3657a1573bacdc67f7df8b1cdf223c5845b19347673b897e1ab5e38fc9f1f6d697463bf936546a78ac1c929b8b5fbe89bb2286a4472090deeab76d38
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
k]��E����pi���\��y�~��Bj
|
|
3
|
-
q�yF���ۍ(V����J�!��~
|
|
4
|
-
Vrkߋ5-(ʌ\F|.�gW��U(�.C��LO��<��Ύ����V�9wTtG��������(��JZ
|
|
5
|
-
'* v����E�3�D����d��
|
|
1
|
+
'�@��`���ф(����:�Ƹl�0��-�1Ν��������.����5).�����(�^��Y�ƃ_����U���P�M�Vr��{(sK2-��x�A�`J�Z�$���Q��)زǿ�=��+���r|֎�륈;Yi�hT�%H&�I�u���g����$/#� �5�=Hl$Zf��&-^\��($o���c&ۄP�)9B�<�s�J����b:����jg-D
|
data/docs/_layouts/default.html
CHANGED
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
|
16
16
|
{% if site.github.is_project_page %}
|
|
17
17
|
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="{{ site.github.issues_url }}" class="btn">Report a Bug</a>
|
|
19
19
|
{% endif %}
|
|
20
20
|
{% if site.show_downloads %}
|
|
21
21
|
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
|
22
22
|
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
|
23
23
|
{% endif %}
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
|
@@ -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=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<section class="page-header">
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
16
16
|
|
|
17
17
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
22
22
|
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
|
23
23
|
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
|
@@ -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=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<section class="page-header">
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
16
16
|
|
|
17
17
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
22
22
|
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
|
23
23
|
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
|
@@ -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=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<section class="page-header">
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
16
16
|
|
|
17
17
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
22
22
|
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
|
23
23
|
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
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=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<section class="page-header">
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
16
16
|
|
|
17
17
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
22
22
|
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
|
23
23
|
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
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=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<section class="page-header">
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
|
16
16
|
|
|
17
17
|
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
|
18
|
-
<a href="
|
|
18
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
|
22
22
|
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
|
23
23
|
|
|
24
|
+
<br/>
|
|
25
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
28
|
<section class="main-content">
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|