PlayRockPaperScissorsGame 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25775aa65e253538c4ee6cfe6e93c57dd92b297d
4
- data.tar.gz: 9560f5e0db62ae29afa297b0edf84d622167b2db
3
+ metadata.gz: 1cd3f957449805f43ec18e85dd1c89263756c1c6
4
+ data.tar.gz: 0651c3ed751f243cb9aff5bcc47b79e252848987
5
5
  SHA512:
6
- metadata.gz: 980250aa016623c64a355ee844bc487b7a29f154e02697945b605b682a8f5ecd0897afad8e1fbba3641e294839710457da533d042764ad326349d659fdd51763
7
- data.tar.gz: 5178234406677eaadc5e8cd4bd30d8d35c4593802e00bda17bf67397e02e33808b051ea1ca2e3df6480d42d72023eaabfb3e30c1090d89d18a3d64cc28789cf2
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 rps`; hit <kbd>enter</kbd>
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
 
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: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318