PlayRockPaperScissorsGame 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4797b703604702ce4d92bdd53110ac504debde0
4
- data.tar.gz: 24d414788b4fe8eb0e06d147242d9d0bb60556a9
3
+ metadata.gz: 3b6700ced5f746498ba92dd950fe37241d038fc6
4
+ data.tar.gz: 77c3e345239216639f99a3ac6688ee4e8c4c1649
5
5
  SHA512:
6
- metadata.gz: 7cf489e50abad4346fe7b011f92c3720c7d670892dcdeaca394698b632f44fcef1f85dc6b43e155f98df84ecfb646d321e72e45f104fa45bdd91605dd6843423
7
- data.tar.gz: 7ae50ff35432c37710dd6eede80bcd6b237b9d97bff9f68f3834a5bedc286374d4105d9114bba24d861b13f9daf1be76ae370a82a71b1ad5d8fab1107a912a26
6
+ metadata.gz: 9b09808e205bb95cbe0d90055b019d41c123c529d57a4dc92938bc196fb9a3f2050cd12912e66a289978f9b4168035db6ca3affef3ebb04ce9ba53bff60f9f63
7
+ data.tar.gz: c0a0685cd85a72d3e9253707bed04dd663a031511805bd22ea83d99549cc43cbb6fa56a12a2c1df1a502e164866293335b58b57298e50c8cf3c4e69c551e655f
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  Rock Paper Scissors
2
2
  ===================
3
3
 
4
+ <!--
4
5
  **Table of Contents**
5
6
 
6
7
  - [Rock Paper Scissors](#rock-paper-scissors)
@@ -9,7 +10,7 @@ Rock Paper Scissors
9
10
  - [Running](#running)
10
11
  - [Uninstalling](#uninstalling)
11
12
  - [Install and Run on Windows](#install-and-run-on-windows)
12
- - [Running](#running-1)
13
+ - [Running](#running-1)-->
13
14
 
14
15
  How to Run and Install
15
16
  ----------------------
@@ -8,6 +8,7 @@
8
8
  |====================================|
9
9
  =end
10
10
 
11
+
11
12
  class PlayRockPaperScissorsGame
12
13
 
13
14
  require "colorized_string";
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.6.3"
3
+ spec.version = "1.6.4"
4
4
  spec.date = "2017-03-31"
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; For issues: https://github.com/bag3318/RockPaperScissors/issues"
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.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318