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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rps.gemspec +2 -2
  3. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7d53bac50a9efc563e4b13dce2328cf0ad2975b
4
- data.tar.gz: 7cf7441de5d747b2d23859dce02291aec666a578
3
+ metadata.gz: 22f17e6be4fe162b5185e93881a32a25078ee681
4
+ data.tar.gz: 412079ab7a89dca75667cf00571aec2389f4dd17
5
5
  SHA512:
6
- metadata.gz: 324ee550454fdadf4ae6b3c83afbf5fd0ba3ec937a89cd40f95ea1d3cdaeb62d3d2997e82839c16fe2a40d2cd542e0781a3c5434c35449246dce0c7774eefaab
7
- data.tar.gz: 39ab9c45b3c11f297a6dcd151671c675523fa8ec5798ef720d8f4f1193f7aa44d2ce80dfa31f427a1c0edd9c0e490dfc9a34df071fdcda5f5aa40a1eed47e2a5
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.4"
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.\nTo install: gem install PlayRockPaperScissorsGame\nTo run: rps , or: PlayRockPaperScissorsGame"
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
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
- A Ruby-programmed rock paper scissors game.
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