PlayRockPaperScissorsGame 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cd3f957449805f43ec18e85dd1c89263756c1c6
|
4
|
+
data.tar.gz: 0651c3ed751f243cb9aff5bcc47b79e252848987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39eea634013ffe8e31b60613d314d9212cde28de100d13c84ed259870018c3323b0e5e5ddf8f79a593ace3671bb42799cc53194e8e1dc82239af5c8ceabcf2e3
|
7
|
+
data.tar.gz: 4a50d6ff3ec74bd30c45e247b48db29c604c214953adb50a95a15a9a77928f49ea310d0c0e7555688909155564756c4a33c6a4a49b39341d8b97fc2b7441c6d3
|
data/README.md
CHANGED
@@ -31,7 +31,7 @@ If you get an error with `xcrun` and `command line tools not found`, you need to
|
|
31
31
|
### Install & Run on Windows
|
32
32
|
|
33
33
|
1. Download and install Ruby for Windows (if not already done); download [here](https://rubyinstaller.org/downloads/)
|
34
|
-
2. Open `command prompt` as user and type in this: `gem install
|
34
|
+
2. Open `command prompt` as user and type in this: `gem install PlayRockPaperScissorsGame`; hit <kbd>enter</kbd>
|
35
35
|
|
36
36
|
#### Running
|
37
37
|
|