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 +4 -4
- data/README.md +2 -1
- data/bin/PlayRockPaperScissorsGame +1 -0
- data/rps.gemspec +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: 3b6700ced5f746498ba92dd950fe37241d038fc6
|
4
|
+
data.tar.gz: 77c3e345239216639f99a3ac6688ee4e8c4c1649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
----------------------
|
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
|
+
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"
|