PlayRockPaperScissorsGame 1.5.8 → 1.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rps.gemspec +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a360e552a3dff07d802301a335fcd704acb73fc3
|
4
|
+
data.tar.gz: c9e460c18b3c3fc4cbf2b2698316541752507661
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5eb57b11bdd25d497f963d83a10014e2abf6d7ed0bb9ac80b0c11da4605ba1ae8446ef0094c9efba08bafc9ffbff61b802bd5fb3b40e297141ebba5d7170387a
|
7
|
+
data.tar.gz: fc6ada5f8d6d95c6486319945b3a8b6ec43dbcd82e5209e7fe4969b847a8821adbec597110d0c35795db9859d732a01caa908e2f861b1ed9b4823596740124b7
|
data/rps.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
3
|
-
spec.version = "1.5.
|
3
|
+
spec.version = "1.5.9"
|
4
4
|
spec.date = "2017-03-30"
|
5
5
|
spec.summary = "A Rock Paper Scissors Ruby Gem"
|
6
|
-
spec.description = "A Ruby-programmed rock paper scissors game. To install: gem install PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame"
|
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"
|
7
7
|
spec.author = "bag3318"
|
8
8
|
spec.email = "" # email is disclosed for privacy reasons
|
9
9
|
spec.platform = Gem::Platform::RUBY
|
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.
|
4
|
+
version: 1.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -67,7 +67,8 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.11.3.9
|
69
69
|
description: 'A Ruby-programmed rock paper scissors game. To install: gem install
|
70
|
-
PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame
|
70
|
+
PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame; For issues:
|
71
|
+
https://github.com/bag3318/RockPaperScissors/issues'
|
71
72
|
email: ''
|
72
73
|
executables:
|
73
74
|
- rps
|