Sha256: 8e2e63c0e3938021329ff99880e1b5aeb56a0d1a5e1df887c300376c9d37f159

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

Gem::Specification.new do |spec|
  spec.name                            = "PlayRockPaperScissorsGame"
  spec.version                         = "1.3.9"
  spec.date                            = "2017-03-30"
  spec.summary                         = "A Rock Paper Scissors Ruby Gem"
  spec.description                     = "A Ruby-programmed rock paper scissors game. "
  spec.author                          = "bag3318"
  spec.email                           = "" # email is disclosed for privacy reasons
  spec.platform                        = Gem::Platform::RUBY
  spec.require_paths                   = ["lib", "test", "exec", "bin"]
  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"]
  spec.bindir                          = "bin"
  spec.executables                    << "rps"
  spec.executables                    << "PlayRockPaperScissorsGame"
  spec.license                         = "MIT"
  spec.homepage                        = "https://rubygems.org/gems/PlayRockPaperScissorsGame/"
  spec.extra_rdoc_files                = "README.md"
  spec.required_ruby_version           = "2.4.0"
  spec.required_rubygems_version       = "2.6.11"
  spec.metadata                        = { "issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues" }
  spec.post_install_message            = "Thanks for installing! I hope you have fun playing rock paper scissors :)"
  spec.add_runtime_dependency "bundler", ">= 1.14.6"
  spec.add_runtime_dependency "rake"   , ">= 12.0.0"
  spec.add_runtime_dependency "rvm"    , ">= 1.11.3.9"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-1.3.9 rps.gemspec