PlayRockPaperScissorsGame 1.5.1 → 1.5.2

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 +3 -3
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e3c1de9e9c0cd2ca45cc201daf500a064315eda
4
- data.tar.gz: 12b71ba94fddc619b7bf4b7def9ddf7fc300aab5
3
+ metadata.gz: 4fc96596a9c15cc42d1dece11afd7fbc4fc73a5b
4
+ data.tar.gz: 21f1b8e83550dc4e19705dd867fbec78bfde1578
5
5
  SHA512:
6
- metadata.gz: 3d842c344b85fefe5542596587a3a8e14e56900b2155aa897a9dd0510c69f159c47c2979f2c309415a407f714ce6f17d5ed4fbb79004941c981bbf8016cfbfa0
7
- data.tar.gz: 82634342c161fc348df8b2c1a61609ab4b4a5e9b04bce02f9869e67f2d369826666976c2395703774df8e93c772e6d86abc6c4a042bf9568cb1ec1b2dfd5992d
6
+ metadata.gz: 429c4f13f13cdb88718e21aa40baef3dd0136712a779b376ed817e62b45128f25eb6eb1464ec4e841ae3f83c397fc62426163b98599853675ad6aad369df53b8
7
+ data.tar.gz: 996cc3e75854ee5f459d825ac96b28c576e6bdda1250b3138ad34f0a5f01a6b989e684c9b67b67c9fa3e2eb92fd8bd92e44ec2d19d084a70d492bc5770d15b18
data/rps.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.5.1"
3
+ spec.version = "1.5.2"
4
4
  spec.date = "2017-03-30"
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"
7
7
  spec.author = "bag3318"
8
8
  spec.email = "" # email is disclosed for privacy reasons
9
9
  spec.platform = Gem::Platform::RUBY
10
- spec.require_paths = ["lib", "test", "exec", "bin"]
11
- 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"]
10
+ spec.require_paths = ["lib", "lib/ref", "test", "exec", "bin"]
11
+ 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"]
12
12
  spec.bindir = "bin"
13
13
  spec.executables << "rps"
14
14
  spec.executables << "PlayRockPaperScissorsGame"
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.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -100,6 +100,7 @@ post_install_message: Thanks for installing! I hope you have fun playing rock pa
100
100
  rdoc_options: []
101
101
  require_paths:
102
102
  - lib
103
+ - lib/ref
103
104
  - test
104
105
  - exec
105
106
  - bin