PlayRockPaperScissorsGame 1.9.8 → 2.0.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/README.md +4 -0
- data/docs/_site/CODE_OF_CONDUCT.html +1 -1
- data/docs/_site/CONTRIBUTING.html +1 -1
- data/docs/_site/index.html +9 -2
- data/docs/_site/index.md +6 -1
- data/docs/index.md +6 -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: 342a52c2973e863bb5470ddfab346c9721481bfe
|
4
|
+
data.tar.gz: ace60a996add1c5e4364ed00f527cf1c2306d786
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69c15401d4b0400ceabd6f996a9e56d762859a4de18c5089e73fa08029db4c6c32523147236a03753b1a5dd8997fa1b4d24e8c787a7760e0764a8fe0ef7d4a80
|
7
|
+
data.tar.gz: f3fe7793d0f2f5e25edfd5c4594e5c8f0219dd89782e72820371935c27cbb9c888dc93f2a634d05fba3238f154be7fc46a2578826bad95edba21d5ed84256a17
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -31,4 +31,8 @@ How to Run and Install
|
|
31
31
|
1. Open the `rps.bat` file (located in the `exec` folder)
|
32
32
|
* Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
|
33
33
|
|
34
|
+
## Links
|
35
|
+
|
36
|
+
* [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
|
37
|
+
|
34
38
|
[//]: # (end)
|
@@ -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=167e7772107a4ee1d8dba6b92751f359668bf04c">
|
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=167e7772107a4ee1d8dba6b92751f359668bf04c">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
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=167e7772107a4ee1d8dba6b92751f359668bf04c">
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<section class="page-header">
|
@@ -46,6 +46,7 @@
|
|
46
46
|
</li>
|
47
47
|
</ul>
|
48
48
|
</li>
|
49
|
+
<li><a href="#links">Links</a></li>
|
49
50
|
</ul>
|
50
51
|
</li>
|
51
52
|
</ul>
|
@@ -85,11 +86,17 @@
|
|
85
86
|
<ol>
|
86
87
|
<li>Open the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)
|
87
88
|
<ul>
|
88
|
-
<li>Another option: type in <code class="highlighter-rouge">rps</code> or <code class="highlighter-rouge">PlayRockPaperScissorsGame</code> in the <code class="highlighter-rouge">Command Prompt</code></li>
|
89
|
+
<li>Another option: type in <code class="highlighter-rouge">rps</code> or <code class="highlighter-rouge">PlayRockPaperScissorsGame</code> in the <code class="highlighter-rouge">Command Prompt</code>; hit <kbd>enter</kbd></li>
|
89
90
|
</ul>
|
90
91
|
</li>
|
91
92
|
</ol>
|
92
93
|
|
94
|
+
<h2 id="links">Links</h2>
|
95
|
+
|
96
|
+
<ul>
|
97
|
+
<li><a href="https://rubygems.org/gems/PlayRockPaperScissorsGame">Ruby Gems Page</a></li>
|
98
|
+
</ul>
|
99
|
+
|
93
100
|
<hr />
|
94
101
|
|
95
102
|
<table>
|
data/docs/_site/index.md
CHANGED
@@ -12,6 +12,7 @@ Rock Paper Scissors
|
|
12
12
|
- [Uninstalling](#uninstalling)
|
13
13
|
- [Install and Run on Windows](#install-and-run-on-windows)
|
14
14
|
- [Running](#running-1)
|
15
|
+
- [Links](#links)
|
15
16
|
|
16
17
|
How to Run and Install
|
17
18
|
----------------------
|
@@ -39,7 +40,11 @@ How to Run and Install
|
|
39
40
|
#### Running
|
40
41
|
|
41
42
|
1. Open the `rps.bat` file (located in the `exec` folder)
|
42
|
-
* Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt
|
43
|
+
* Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`; hit <kbd>enter</kbd>
|
44
|
+
|
45
|
+
## Links
|
46
|
+
|
47
|
+
* [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
|
43
48
|
|
44
49
|
----------
|
45
50
|
|
data/docs/index.md
CHANGED
@@ -12,6 +12,7 @@ Rock Paper Scissors
|
|
12
12
|
- [Uninstalling](#uninstalling)
|
13
13
|
- [Install and Run on Windows](#install-and-run-on-windows)
|
14
14
|
- [Running](#running-1)
|
15
|
+
- [Links](#links)
|
15
16
|
|
16
17
|
How to Run and Install
|
17
18
|
----------------------
|
@@ -39,7 +40,11 @@ How to Run and Install
|
|
39
40
|
#### Running
|
40
41
|
|
41
42
|
1. Open the `rps.bat` file (located in the `exec` folder)
|
42
|
-
* Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt
|
43
|
+
* Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`; hit <kbd>enter</kbd>
|
44
|
+
|
45
|
+
## Links
|
46
|
+
|
47
|
+
* [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
|
43
48
|
|
44
49
|
----------
|
45
50
|
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|