PlayRockPaperScissorsGame 1.5.8 → 1.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rps.gemspec +2 -2
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b06ddea59fab9a14220e92886db36ade40b9d5a7
4
- data.tar.gz: 21a1c7e9cc41177485eb9885717b673914afb330
3
+ metadata.gz: a360e552a3dff07d802301a335fcd704acb73fc3
4
+ data.tar.gz: c9e460c18b3c3fc4cbf2b2698316541752507661
5
5
  SHA512:
6
- metadata.gz: 3d5271d4e9109c63d463d65d2b6edfa014b3c6044f554ac9d1ac637cdfaf2150f86785f91b4b36d4cc6bd5dd3930321fce28b7a134bf818c98bf28f06854ea7a
7
- data.tar.gz: 5fb3cb3325c3ea1cffac8ada50005f95039b5d11f8211277158dc99d59b6be4032518e5e4e12aa68f2bd484975a0ef49f1b19f3101836494d4bf70f3e3b0bdcc
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.8"
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.8
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