Sha256: 53efae9ec188eb0a76c2ccca5c9a90d2ad1c9c3f6b962cb2c8792ea19b13f148
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
Gem::Specification.new do |spec| spec.name = "rpsg" spec.version = "0.2.7" spec.date = "2017-10-13" spec.summary = "A Rock Paper Scissors Game RubyGem" spec.description = <<-EOF A Ruby-programmed rock paper scissors game. Now you can play rock paper scissors on your computer whenever you'd like! :) EOF spec.author = "bag3318" spec.email = "disclosed" spec.homepage = "https://bag3318.github.io/RPSG" spec.platform = Gem::Platform::RUBY spec.require_paths = ["lib"] spec.files = `git ls-files -z`.split("\x0") spec.post_install_message = <<-EOF Thanks for installing my RPSG gem! I hope you will have fun playing rock paper scissors! :) EOF spec.license = "MIT" spec.required_ruby_version = ">= 2.0.0" spec.required_rubygems_version = ">= 2.6.0" spec.extra_rdoc_files = ["README.md"] spec.bindir = "bin" spec.metadata = { "issue_tracker" => "https://github.com/bag3318/RPSG/issues", "source_code" => "https://github.com/bag3318/RPSG" } spec.executables << "rpsg" spec.requirements << "A Windows or Mac computer" # spec.rdoc_options << '--title' << 'Rake -- Ruby Make' << # '--main' << 'README' << # '--line-numbers' spec.add_runtime_dependency 'bundler' , '~> 1.14', '>= 1.14.6' spec.add_runtime_dependency 'jekyll' spec.add_runtime_dependency 'rake' , '~> 12.0', '>= 12.0.0' spec.add_runtime_dependency 'rdoc' , '~> 5.1' , '>= 5.1.0' spec.add_runtime_dependency 'rvm' , '~> 1.11', '>= 1.11.3.9' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rpsg-0.2.7 | rpsg.gemspec |