PlayRockPaperScissorsGame 1.7.6 → 1.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- 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: 8ba80689b8341d8e93f247be332e7c3b144e104c
|
4
|
+
data.tar.gz: d00b1437ccaad47fc997b374cc4e515b4b67febf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d864a12914459cba0d07029301d9179025f6d0b7712d85e4ae6c204807981f84c0a260cb66a7bc1d79ea7bc2177f29ba8ce647b1f1621cedbc9b57eea6f46327
|
7
|
+
data.tar.gz: 38a83339e48f52bb4a8d86fc75ed10768a2f9ed712463eb80aa7695f79778d50b7c368e283b1f9bc1cc8c8ff57facabf73cdc584d5d58ecf2304f34709814ef2
|
data/Rakefile
CHANGED
data/rps.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
3
|
-
spec.version = "1.7.
|
3
|
+
spec.version = "1.7.7"
|
4
4
|
spec.date = "2017-04-01"
|
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"
|