PlayRockPaperScissorsGame 1.5.9 → 1.6.0

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 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a360e552a3dff07d802301a335fcd704acb73fc3
4
- data.tar.gz: c9e460c18b3c3fc4cbf2b2698316541752507661
3
+ metadata.gz: b70202b226cb8f6d51feff29b82e3d7e86a13dfd
4
+ data.tar.gz: 5e8fe4f995ad175250ba2d387712975daa2b2088
5
5
  SHA512:
6
- metadata.gz: 5eb57b11bdd25d497f963d83a10014e2abf6d7ed0bb9ac80b0c11da4605ba1ae8446ef0094c9efba08bafc9ffbff61b802bd5fb3b40e297141ebba5d7170387a
7
- data.tar.gz: fc6ada5f8d6d95c6486319945b3a8b6ec43dbcd82e5209e7fe4969b847a8821adbec597110d0c35795db9859d732a01caa908e2f861b1ed9b4823596740124b7
6
+ metadata.gz: 97bb74a10fc7c63dae33726d45695db6016cdb25fbcde88f717eddd24c2df8f2571a639c8c617a18b6cf549603acd2759df0fc55b66c7b540383f616d977d0d1
7
+ data.tar.gz: b443660d6fcd1c1da964643a45f92df60ba379a134ab8aa91b009290dbc852eab01e732c22678db7e1bc68a45328012a6f5c0c644831bbdc4759d4ed9538b906
data/rps.gemspec CHANGED
@@ -1,11 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.5.9"
4
- spec.date = "2017-03-30"
3
+ spec.version = "1.6.0"
4
+ spec.date = "2017-03-31"
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"
7
7
  spec.author = "bag3318"
8
- spec.email = "" # email is disclosed for privacy reasons
9
8
  spec.platform = Gem::Platform::RUBY
10
9
  spec.require_paths = ["lib", "lib/ref", "test", "exec", "bin"]
11
10
  spec.files = ["lib/rps.rb", "lib/ref/PrivateMethods.rb", "lib/ref/Constants.rb", "test/test_rps.rb", "exec/run.bat", "exec/rps.bash", "exec/uninstall.sh", "rps.gemspec", "Rakefile", "Gemfile", "LICENSE", "README.md"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PlayRockPaperScissorsGame
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.9
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ dependencies:
69
69
  description: 'A Ruby-programmed rock paper scissors game. To install: gem install
70
70
  PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame; For issues:
71
71
  https://github.com/bag3318/RockPaperScissors/issues'
72
- email: ''
72
+ email:
73
73
  executables:
74
74
  - rps
75
75
  - PlayRockPaperScissorsGame