PlayRockPaperScissorsGame 2.1.9 → 2.2.0
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/Rakefile +1 -1
- data/docs/How_to_Build.md +4 -0
- data/docs/Testing.md +1 -1
- data/docs/_site/CODE_OF_CONDUCT.html +1 -1
- data/docs/_site/CONTRIBUTING.html +1 -1
- data/docs/_site/How_to_Build.html +7 -1
- data/docs/_site/Testing.html +2 -2
- data/docs/_site/index.html +1 -1
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +1 -1
- metadata.gz.sig +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e55cee18c3dbd14b3349aadea74cfe38c54567a7
|
4
|
+
data.tar.gz: 6f68f3162cbc7d4be90c51d48e3f3e92775b8836
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 919e67b159469a2917e4d5b48579586a26d68a1ad67837f5f12f67595ac16c0a776d186fce80627fefdec7269e0fd5cb9f42356da2c62ff00973e8a0be8ac9ae
|
7
|
+
data.tar.gz: 5003ac22b8f8394f4747ca966bf388fe7dfab6945812f8ab59a27ab77a2248c999ae172b4cc8b4382b6ed3ddd18ee94c6616d0d26357eb3331dc8c26ab2297e4
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/Rakefile
CHANGED
data/docs/How_to_Build.md
CHANGED
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=899af64523b4bd69c109e968f0e54d69e4ef0283">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -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=899af64523b4bd69c109e968f0e54d69e4ef0283">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -30,6 +30,12 @@
|
|
30
30
|
<section class="main-content">
|
31
31
|
<h1 id="how-to-build-the-gemspec">How to build the Gemspec</h1>
|
32
32
|
|
33
|
+
<h2 id="requirments">Requirments</h2>
|
34
|
+
|
35
|
+
<ul>
|
36
|
+
<li>Ruby and Ruby Gems installed</li>
|
37
|
+
</ul>
|
38
|
+
|
33
39
|
<h2 id="instructions">Instructions</h2>
|
34
40
|
|
35
41
|
<ol>
|
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=899af64523b4bd69c109e968f0e54d69e4ef0283">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
<ol>
|
36
36
|
<li>Ruby & Ruby Gems installed</li>
|
37
|
-
<li>Rake installed</li>
|
37
|
+
<li>The Rake gem installed</li>
|
38
38
|
<li>The RockPaperScissors repo cloned or downloaded</li>
|
39
39
|
</ol>
|
40
40
|
|
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=899af64523b4bd69c109e968f0e54d69e4ef0283">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
�
|
2
|
-
|
3
|
-
|
1
|
+
�/%���h�&�f��臇�(7�$g���S�2ݺ��M�ǩ�bɮE��v���9�f�j��:L�鎆�??�u��˩V�2�vHY�I�
|
2
|
+
�aHX@�g�5��[�g��0�
|
3
|
+
+�#�BJ��������}�4�7p���-�����P�T%�w_y4�Q���.�����s��sA��>�*Q��y]����Q�`r� �����?��wL�`F�j�O�O�j�} w�u�^R����x
|