rpsg 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd78ce7387b4cba54f0163c80bd8943f46aaa33a
4
- data.tar.gz: 9b14924206637e4cb7d54dcc0db247feb14b8335
3
+ metadata.gz: 28befc7649ef73cba6f9f04868f18e743671be2d
4
+ data.tar.gz: b21ce8f45007f4faa547cc8fb2fe9f12ded54a5f
5
5
  SHA512:
6
- metadata.gz: e36f7cbc5d94d33ddbcef567aacb33babc02eec84ac896c79ca5aa5d4a64a98ed6f9e5d3bfb7439f0512d8b697acf2fd996392e9c69b07281719e9985d9a5760
7
- data.tar.gz: aaa11c7340539b7780a8dc09975bbccc7a1b3e8a07c4a5a52f0b76e0f26137447de18d7c28bf9b6f71fc7a4558f3126cb4b0dd49d6feaffc92a95814a986917c
6
+ metadata.gz: 67c8ab4585374c7fbfbbdbffee51af3fd80584d715459a10060511f439126f87876a34a98a8794c97e7db3f335c3a049fa741fc9e6a0d609e3fa4b4178611660
7
+ data.tar.gz: e267706817a041bbb39e6c13b9f113a81ffea447a8ecb7ac2c636abf975514c66d653fb4d3629f2dc42504eed3cdd43e1e03b420bb082794d20f5b171aa217cd
data/doc/created.rid CHANGED
@@ -1,6 +1,5 @@
1
- Thu, 12 Oct 2017 16:59:15 -0700
1
+ Thu, 12 Oct 2017 17:06:27 -0700
2
2
  lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
3
3
  lib/Main.rb Thu, 12 Oct 2017 16:48:08 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 13:53:33 -0700
5
- lib/rpsg/version.rb Thu, 12 Oct 2017 16:52:34 -0700
6
- README.md Thu, 12 Oct 2017 16:03:59 -0700
5
+ lib/rpsg/version.rb Thu, 12 Oct 2017 17:05:58 -0700
data/doc/index.html CHANGED
@@ -53,16 +53,7 @@
53
53
  </div>
54
54
 
55
55
  <div id="project-metadata">
56
- <div id="fileindex-section" class="nav-section">
57
- <h3>Pages</h3>
58
-
59
- <ul class="link-list">
60
-
61
- <li><a href="./README_md.html">README</a>
62
-
63
- </ul>
64
- </div>
65
-
56
+
66
57
  <div id="classindex-section" class="nav-section">
67
58
  <h3>Class and Module Index</h3>
68
59
 
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","continue()","final_outcome()","new()","play()","player_choice()","player_outcome()","readme"],"longSearchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","rockpaperscissorsgame::continue()","privatemethods::final_outcome()","rockpaperscissorsgame::new()","rockpaperscissorsgame#play()","privatemethods::player_choice()","privatemethods::player_outcome()",""],"info":[["Constants","","Constants.html","","<p>create module that holds all contents for this script\n"],["PrivateMethods","","PrivateMethods.html","","<p>add module for private methods for the rpsg calculations\n"],["RPSG","","RPSG.html","","<p>specify the version for the rubygem\n"],["RockPaperScissorsGame","","RockPaperScissorsGame.html","","<p>create master class for rpsg\n"],["continue","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-continue","(str1,str2,str3)","<p>add continue method for asking the user if they want to play rock paper\nscissors\n"],["final_outcome","PrivateMethods","PrivateMethods.html#method-c-final_outcome","(pl,co)","<p>define final outcome that gives the result of who one the whole match\n"],["new","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-new","()","<p>initialize variables\n"],["play","RockPaperScissorsGame","RockPaperScissorsGame.html#method-i-play","(winning_score)","<p>define play method, this will be the main function for playing rock paper\nscissors\n"],["player_choice","PrivateMethods","PrivateMethods.html#method-c-player_choice","()","<p>make a definition that asks for the players choice\n"],["player_outcome","PrivateMethods","PrivateMethods.html#method-c-player_outcome","(plays)","<p>define outcomes of players choice against cpu\n"],["README","","README_md.html","","<p>RPSG (Rock Paper Scissors Game)\n<p>Requirements\n<p>For Windows\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","continue()","final_outcome()","new()","play()","player_choice()","player_outcome()"],"longSearchIndex":["constants","privatemethods","rpsg","rockpaperscissorsgame","rockpaperscissorsgame::continue()","privatemethods::final_outcome()","rockpaperscissorsgame::new()","rockpaperscissorsgame#play()","privatemethods::player_choice()","privatemethods::player_outcome()"],"info":[["Constants","","Constants.html","","<p>create module that holds all contents for this script\n"],["PrivateMethods","","PrivateMethods.html","","<p>add module for private methods for the rpsg calculations\n"],["RPSG","","RPSG.html","","<p>specify the version for the rubygem\n"],["RockPaperScissorsGame","","RockPaperScissorsGame.html","","<p>create master class for rpsg\n"],["continue","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-continue","(str1,str2,str3)","<p>add continue method for asking the user if they want to play rock paper\nscissors\n"],["final_outcome","PrivateMethods","PrivateMethods.html#method-c-final_outcome","(pl,co)","<p>define final outcome that gives the result of who one the whole match\n"],["new","RockPaperScissorsGame","RockPaperScissorsGame.html#method-c-new","()","<p>initialize variables\n"],["play","RockPaperScissorsGame","RockPaperScissorsGame.html#method-i-play","(winning_score)","<p>define play method, this will be the main function for playing rock paper\nscissors\n"],["player_choice","PrivateMethods","PrivateMethods.html#method-c-player_choice","()","<p>make a definition that asks for the players choice\n"],["player_outcome","PrivateMethods","PrivateMethods.html#method-c-player_outcome","(plays)","<p>define outcomes of players choice against cpu\n"]]}}
Binary file
@@ -23,23 +23,6 @@
23
23
  <main role="main">
24
24
  <h1 class="class">Table of Contents - RDoc Documentation</h1>
25
25
 
26
- <h2 id="pages">Pages</h2>
27
- <ul>
28
- <li class="file">
29
- <a href="README_md.html">README</a>
30
-
31
- <ul>
32
- <li><a href="README_md.html#label-RPSG+-28Rock+Paper+Scissors+Game-29">RPSG (Rock Paper Scissors Game)</a>
33
- <li><a href="README_md.html#label-Requirements">Requirements</a>
34
- <li><a href="README_md.html#label-For+Windows">For Windows</a>
35
- <li><a href="README_md.html#label-For+Mac">For Mac</a>
36
- <li><a href="README_md.html#label-How+To+Use">How To Use</a>
37
- <li><a href="README_md.html#label-Windows">Windows</a>
38
- <li><a href="README_md.html#label-Mac">Mac</a>
39
- </ul>
40
- </li>
41
-
42
- </ul>
43
26
 
44
27
  <h2 id="classes">Classes and Modules</h2>
45
28
  <ul>
data/lib/rpsg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # specify the version for the rubygem
2
2
  module RPSG
3
3
  # create version constant for the rubygem
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
data/rpsg.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.2.0"
3
+ spec.version = "0.2.1"
4
4
  spec.date = "2017-10-12"
5
5
  spec.summary = "A Rock Paper Scissors Game Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.license = "MIT"
21
21
  spec.required_ruby_version = ">= 2.0.0"
22
22
  spec.required_rubygems_version = ">= 2.6.0"
23
- # spec.extra_rdoc_files = ["README.md"]
23
+ spec.extra_rdoc_files = ["README.md"]
24
24
  spec.bindir = "bin"
25
25
  spec.metadata = {
26
26
  "issue_tracker" => "https://github.com/bag3318/RPSG/issues/",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpsg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -96,7 +96,8 @@ email: ''
96
96
  executables:
97
97
  - rpsg
98
98
  extensions: []
99
- extra_rdoc_files: []
99
+ extra_rdoc_files:
100
+ - README.md
100
101
  files:
101
102
  - ".gitignore"
102
103
  - Gemfile