PlayRockPaperScissorsGame 1.4.9 → 1.5.0

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 +2 -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: 7a0788a26867539fd3cd74225e8e3cb73b9fce82
4
- data.tar.gz: ad5046e6e4b6cef07c23da4b681b70b6ea31576f
3
+ metadata.gz: f3cee38085e4ecd5c3fc030dd2fc6515cba50e89
4
+ data.tar.gz: 74709314d2a50f5a220d9ed9698ee83325a61f95
5
5
  SHA512:
6
- metadata.gz: a1b68b8e24f213d590044eae5def1fe48d256e6d2de71e3757ea2b2d95d08333096cd57871d406156d282ffb90ed5f1251ddbc8545947ddaf2c67401c1ad3b93
7
- data.tar.gz: d73f20e097a5f4e50d906089698cd40616bd5c044bd5f7c4bf4e4333c2874778d005c2fbd34ddc95b43287fbdf820531b4df4e0971dd63d4fef14c14c6c3b2d6
6
+ metadata.gz: 06dc45a009c31d0c4c13074533de51b4684ab520647db8d709a0d420f9df004fa042d073a1203dc6912701783d146a28ec1ae4f4f6876b75d8940dd1b9c2c33b
7
+ data.tar.gz: bfcecd6cca8cfc6db96ebe5647efca63865f2c358a0d1cd1de15fc2195fd453cefff2984d122cc76461a9d49829ae91b99cfc1ce6964c47a7f2026be1dbafaf9
data/README.md CHANGED
@@ -31,7 +31,8 @@ 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. Run the `rps.bat` file (located in the `exec` folder)
34
+ 2. Open `cmd` and type in: `gem install PlayRockPaperScissorsGame`; hit <kbd>return</kbd>
35
+ 3. Run the `rps.bat` file (located in the `exec` folder)
35
36
 
36
37
  #### Running
37
38
 
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.4.9"
3
+ spec.version = "1.5.0"
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.4.9
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318