PlayRockPaperScissorsGame 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/rps.gemspec +2 -2
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22f17e6be4fe162b5185e93881a32a25078ee681
|
4
|
+
data.tar.gz: 412079ab7a89dca75667cf00571aec2389f4dd17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82fa9546b146a748f3b73215fe74ddbd5ec2fd20b5f0d0c12310d203c896e105bcbf11aacf05adb20ced4008e210b67b84b511343d55333bfbe64f0cc84b56fb
|
7
|
+
data.tar.gz: 0d99ebc776307bc3e6c5b73e6f06d30378dece0c042ad8716131107c657c270e9382ed2291213bdeb4ab8d461f640dcdcad7d116533999cf7124743024857405
|
data/rps.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
3
|
-
spec.version = "1.3.
|
3
|
+
spec.version = "1.3.5"
|
4
4
|
spec.date = "2017-03-29"
|
5
5
|
spec.summary = "Rock Paper Scissors"
|
6
|
-
spec.description = "A Ruby-programmed rock paper scissors game
|
6
|
+
spec.description = "A Ruby-programmed rock paper scissors game.To install: gem install PlayRockPaperScissorsGame; To run: rps"
|
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.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -52,10 +52,8 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 1.11.3.9
|
55
|
-
description:
|
56
|
-
|
57
|
-
To install: gem install PlayRockPaperScissorsGame
|
58
|
-
To run: rps , or: PlayRockPaperScissorsGame
|
55
|
+
description: 'A Ruby-programmed rock paper scissors game.To install: gem install PlayRockPaperScissorsGame;
|
56
|
+
To run: rps'
|
59
57
|
email: ''
|
60
58
|
executables:
|
61
59
|
- rps
|