PlayRockPaperScissorsGame 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/rps.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3cee38085e4ecd5c3fc030dd2fc6515cba50e89
4
- data.tar.gz: 74709314d2a50f5a220d9ed9698ee83325a61f95
3
+ metadata.gz: 0e3c1de9e9c0cd2ca45cc201daf500a064315eda
4
+ data.tar.gz: 12b71ba94fddc619b7bf4b7def9ddf7fc300aab5
5
5
  SHA512:
6
- metadata.gz: 06dc45a009c31d0c4c13074533de51b4684ab520647db8d709a0d420f9df004fa042d073a1203dc6912701783d146a28ec1ae4f4f6876b75d8940dd1b9c2c33b
7
- data.tar.gz: bfcecd6cca8cfc6db96ebe5647efca63865f2c358a0d1cd1de15fc2195fd453cefff2984d122cc76461a9d49829ae91b99cfc1ce6964c47a7f2026be1dbafaf9
6
+ metadata.gz: 3d842c344b85fefe5542596587a3a8e14e56900b2155aa897a9dd0510c69f159c47c2979f2c309415a407f714ce6f17d5ed4fbb79004941c981bbf8016cfbfa0
7
+ data.tar.gz: 82634342c161fc348df8b2c1a61609ab4b4a5e9b04bce02f9869e67f2d369826666976c2395703774df8e93c772e6d86abc6c4a042bf9568cb1ec1b2dfd5992d
data/README.md CHANGED
@@ -31,7 +31,7 @@ How to Run and Install
31
31
  ### Install and Run on Windows
32
32
 
33
33
  1. Download and install Ruby for Windows (if not already installed); download [here](https://rubyinstaller.org/downloads/)
34
- 2. Open `cmd` and type in: `gem install PlayRockPaperScissorsGame`; hit <kbd>return</kbd>
34
+ 2. Open `cmd` and type in: `gem install PlayRockPaperScissorsGame`; hit <kbd>enter</kbd>
35
35
  3. Run the `rps.bat` file (located in the `exec` folder)
36
36
 
37
37
  #### Running
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.5.0"
3
+ spec.version = "1.5.1"
4
4
  spec.date = "2017-03-30"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = "A Ruby-programmed rock paper scissors game. To install: gem install PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame"
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: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318