PlayRockPaperScissorsGame 1.3.7 → 1.3.8

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 +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecbb71593d1668584a0e5b92dd7c7c2418bb28d8
4
- data.tar.gz: 27fce25161aa902f91587b685e5fb5d373710ab4
3
+ metadata.gz: ac1089b29f4f38bd186fd300437c58a768ce168d
4
+ data.tar.gz: 391a80ac976e4b530487d1313cc33c93fdde78d1
5
5
  SHA512:
6
- metadata.gz: dde318bd51208d856726d60d15ddaa03a07ae15a5e41ac08b68e506085b986631424ed656d156b26dcfc63878b25fba4b5d4a1c64b31de572941fbdf37e433e7
7
- data.tar.gz: 30977ff0e0ed9fa362e26f07b6d0cb5997ae5459656f7cf3b85cd6a80efe40554a6032a17142f65773c427665d68ba10b8dd67a8e89dbdd54449c246f4f5acd0
6
+ metadata.gz: fe06a55a902b03139ed8fe9bc5f0f6969e211770c73c7cd7d18a6cb47058b6e28c447bf59d5bf45d112b5d6ea8c0f1d8571aec54a9b88ff0b1e02d488892f52a
7
+ data.tar.gz: e163622791c9c841ded71e8a9a33a5f6af2567e4dc3c2c4eb0fb23fe538813d2887a4a23c8191ac9f5c80774225b69008ace28c539708facc39412f6e0e6e7d1
@@ -1,14 +1,14 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.3.7"
4
- spec.date = "2017-03-29"
3
+ spec.version = "1.3.8"
4
+ spec.date = "2017-03-30"
5
5
  spec.summary = "Rock Paper Scissors"
6
6
  spec.description = "A Ruby-programmed rock paper scissors game. "
7
7
  spec.author = "bag3318"
8
8
  spec.email = "" # email is disclosed for privacy reasons
9
9
  spec.platform = Gem::Platform::RUBY
10
10
  spec.require_paths = ["lib", "test", "exec", "bin"]
11
- spec.files = ["lib/rps.rb", "lib/ref/PrivateVars.rb", "lib/ref/Constants.rb", "Rakefile", "Gemfile", "test/test_rps.rb", "exec/run.bat", "exec/rps.bash", "exec/uninstall.sh", "rps.gemspec", "LICENSE"]
11
+ spec.files = ["lib/rps.rb", "lib/ref/PrivateVars.rb", "lib/ref/Constants.rb", "test/test_rps.rb", "exec/run.bat", "exec/rps.bash", "exec/uninstall.sh", "rps.gemspec", "Rakefile", "Gemfile", "LICENSE"]
12
12
  spec.bindir = "bin"
13
13
  spec.executables << "rps"
14
14
  spec.executables << "PlayRockPaperScissorsGame"
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.3.7
4
+ version: 1.3.8
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-29 00:00:00.000000000 Z
11
+ date: 2017-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler