PlayRockPaperScissorsGame 1.3.5 → 1.3.6
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 +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 780c46da613090e854c5b738201798ab8e01bb3e
|
4
|
+
data.tar.gz: a125896810f51c0c14c1bfc4bf8f471f4bff69f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8821a382b62fbbb6e32eadb3c2e6ada52790f340232844b75ee942528fb2bd18991e04a493f284279b804713c0f8c81a26b6398704badc5aa197a8678db47c5
|
7
|
+
data.tar.gz: 1ec0b945072f275a21f9bd2ed94116a24125a7018aaffd58e656f3383db5ea94ef9b4cb49a0c175939761dfbc5e88768fc0683ff9bdb2067ce0f2572273a65b2
|
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.6"
|
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. "
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -52,8 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 1.11.3.9
|
55
|
-
description: 'A Ruby-programmed rock paper scissors game.
|
56
|
-
To run: rps'
|
55
|
+
description: 'A Ruby-programmed rock paper scissors game. '
|
57
56
|
email: ''
|
58
57
|
executables:
|
59
58
|
- rps
|