# -*- encoding: utf-8 -*- # stub: PlayRockPaperScissorsGame 1.3.3 ruby libtestexecbin Gem::Specification.new do |s| s.name = "PlayRockPaperScissorsGame".freeze s.version = "1.3.3".freeze s.required_rubygems_version = Gem::Requirement.new("= 2.6.11".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze, "test".freeze, "exec".freeze, "bin".freeze] s.authors = ["bag3318".freeze] s.date = "2017-03-29" s.description = "A Ruby-programmed rock paper scissors game. ".freeze s.email = "".freeze s.executables = ["rps".freeze, "PlayRockPaperScissorsGame".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["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/PrivateVars.rb".freeze, "lib/rps.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.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rock Paper Scissors".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.14.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 12.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.11.3.9".freeze]) end