PlayRockPaperScissorsGame 1.7.6 → 1.7.7

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/rps.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54457c6fb6d9b6b8c756d6a1c8caf6132e21743f
4
- data.tar.gz: 6c556b9eed4b4218673991598ec3f6e0e64b8c5b
3
+ metadata.gz: 8ba80689b8341d8e93f247be332e7c3b144e104c
4
+ data.tar.gz: d00b1437ccaad47fc997b374cc4e515b4b67febf
5
5
  SHA512:
6
- metadata.gz: ba24a6477a421bb38f1b8fa71b7883264ca638b66a01ce526ee3836fedb6b01e306c9a04a01824f7666dee1050338f0c66388079686858e59bf280559733d07c
7
- data.tar.gz: 0a290ca4532480a574695f51d2eab804562775c4a5b7960acf7c1163a46a271fc4326029d96c173a7cb02d958a591fd25bc5f93691627e59f2617a1110758487
6
+ metadata.gz: d864a12914459cba0d07029301d9179025f6d0b7712d85e4ae6c204807981f84c0a260cb66a7bc1d79ea7bc2177f29ba8ce647b1f1621cedbc9b57eea6f46327
7
+ data.tar.gz: 38a83339e48f52bb4a8d86fc75ed10768a2f9ed712463eb80aa7695f79778d50b7c368e283b1f9bc1cc8c8ff57facabf73cdc584d5d58ecf2304f34709814ef2
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  task :default => [:test, :PlayRockPaperScissorsGame, :rps]
2
2
 
3
- file_path = "~/Desktop/RockPaperScissors/test/test_rps.rb"
3
+ file_path = "./test/test_rps.rb"
4
4
 
5
5
  # rps = Regexp.new(/\A((PlayRockPaperScissorsGame)(\-)(\d\.\d\.\d)(\.gem))\z/)
6
6
 
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.6"
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"
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.7.6
4
+ version: 1.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318