# -*- encoding: utf-8 -*- # stub: PlayRockPaperScissorsGame 1.7.5 ruby liblib/reflib/rpstestexecbin Gem::Specification.new do |s| s.name = "PlayRockPaperScissorsGame".freeze s.version = "1.7.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 2.6.10".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues", "releases" => "https://github.com/bag3318/RockPaperScissors/releases", "source_code" => "https://github.com/bag3318/RockPaperScissors" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze, "lib/ref".freeze, "lib/rps".freeze, "test".freeze, "exec".freeze, "bin".freeze] s.authors = ["bag3318".freeze] s.date = "2017-04-01" s.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".freeze s.executables = ["rps".freeze, "PlayRockPaperScissorsGame".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/PlayRockPaperScissorsGame".freeze, "bin/rps".freeze, "exec/rps.bash".freeze, "exec/run.bat".freeze, "exec/uninstall.sh".freeze, "lib/ref/Constants.rb".freeze, "lib/ref/PrivateMethods.rb".freeze, "lib/rps.rb".freeze, "lib/rps/version.rb".freeze, "rps.gemspec".freeze, "test/test_rps.rb".freeze] s.homepage = "https://rubygems.org/gems/PlayRockPaperScissorsGame/".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.requirements = ["A Windows or Mac computer.".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rock Paper Scissors Ruby Gem".freeze s.test_files = ["test/test_rps.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.14.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 12.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.11.3.9".freeze]) end