PlayRockPaperScissorsGame 1.8.3 → 1.8.4

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/lib/rps/version.rb +1 -1
  3. data/rps.gemspec +12 -7
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c735ef86c07f47786469c4edc44598c69c9527a
4
- data.tar.gz: 3e1aeb49a453290d314f56587e3f5d337188b3a9
3
+ metadata.gz: 70b292b59c6d972010b5fa94a0df13542f27a606
4
+ data.tar.gz: db0b73c24f18b905ea6f7ba4b1655064492b87cd
5
5
  SHA512:
6
- metadata.gz: e3100a3bfd0db3930650297bcf1826d0cf98699a3be4b793fe7b4f2b439b4ca21f4fc12d77fe3b0adde830049fc8e507720b76840736bc89fef4aad78d062382
7
- data.tar.gz: 1bd1c35cddb7a98ebe6e55001ed6fc3b9d6fe37323dcc3ed7d1fd2eac9d5143f3754183a2a7e12360d97617d0787b1533975310d56e0204c3b59bec97fe8115c
6
+ metadata.gz: 58669cc97dbf9575f4abca1cae42de79cd8830fe5728d747cff610f5e2972cc94ac29e94eb652e8583b0e21051c5d7c2f679a6b8e471e22c06a18e29f473c59f
7
+ data.tar.gz: 269495dd275e6ee4523490a95caa7d60499ed3e4be44c7927d3872833dee1940b951b23c5682ceca5136d7fe0e3e78a79367e64c3b24dcdbfc800487d4f29d50
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.8.3"
2
+ VERSION = "1.8.4"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,26 +1,31 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.8.3"
3
+ spec.version = "1.8.4"
4
4
  spec.date = "2017-04-01"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
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"
6
+ spec.description = <<-EOF
7
+ A Ruby-programmed rock paper scissors game.
8
+ To install: gem install PlayRockPaperScissorsGame
9
+ To run: rps; or: PlayRockPaperScissorsGame
10
+ For issues: https://github.com/bag3318/RockPaperScis sors/issues
11
+ EOF
7
12
  spec.author = "bag3318"
8
13
  spec.platform = Gem::Platform::RUBY
9
14
  spec.require_paths = ["lib", "lib/ref", "lib/rps", "test", "exec", "bin"]
10
15
  # spec.files = ["lib/rps.rb", "lib/ref/PrivateMethods.rb", "lib/ref/Constants.rb", "lib/rps/version.rb", "exec/run.bat", "exec/rps.bash", "exec/uninstall.sh", "rps.gemspec", "Rakefile", "Gemfile", "LICENSE", "README.md"]
11
16
  spec.files = `git ls-files -z`.split("\x0")
12
17
  spec.test_files = ["test/test_rps.rb"]
13
- spec.bindir = "bin"
14
- spec.executables << "rps"
15
- spec.executables << "PlayRockPaperScissorsGame"
18
+ spec.metadata = { "issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues", "source_code" => "https://github.com/bag3318/RockPaperScissors", "releases" => "https://github.com/bag3318/RockPaperScissors/releases" }
19
+ spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
16
20
  spec.license = "MIT"
17
21
  spec.homepage = "https://rubygems.org/gems/PlayRockPaperScissorsGame/"
18
22
  spec.extra_rdoc_files = "README.md"
19
23
  spec.required_ruby_version = ">= 2.0.0"
20
24
  spec.required_rubygems_version = ">= 2.6.0"
25
+ spec.bindir = "bin"
26
+ spec.executables << "rps"
27
+ spec.executables << "PlayRockPaperScissorsGame"
21
28
  spec.requirements << "A Windows or Mac computer."
22
- spec.metadata = { "issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues", "source_code" => "https://github.com/bag3318/RockPaperScissors", "releases" => "https://github.com/bag3318/RockPaperScissors/releases" }
23
- spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
24
29
  spec.add_runtime_dependency "bundler" , "~> 1.14.6"
25
30
  spec.add_runtime_dependency "colorize", "~> 0.8.1"
26
31
  spec.add_runtime_dependency "rake" , "~> 12.0.0"
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.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -66,9 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.11.3.9
69
- description: 'A Ruby-programmed rock paper scissors game. To install: gem install
70
- PlayRockPaperScissorsGame; To run: rps; or: PlayRockPaperScissorsGame; For issues:
71
- https://github.com/bag3318/RockPaperScissors/issues'
69
+ description: " A Ruby-programmed rock paper scissors game. \n To install: gem
70
+ install PlayRockPaperScissorsGame \n To run: rps; or: PlayRockPaperScissorsGame\n
71
+ \ For issues: https://github.com/bag3318/RockPaperScis sors/issues\n"
72
72
  email:
73
73
  executables:
74
74
  - rps