PlayRockPaperScissorsGame 2.0.7 → 2.0.8

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.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/doc/Constants.html +135 -0
  5. data/doc/Gemfile.html +174 -0
  6. data/doc/Gemfile_lock.html +199 -0
  7. data/doc/LICENSE.html +183 -0
  8. data/doc/PlayRockPaperScissorsGame.html +110 -0
  9. data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
  10. data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
  11. data/doc/PrivateMethods.html +96 -0
  12. data/doc/README_md.html +227 -0
  13. data/doc/RakeTest.html +268 -0
  14. data/doc/RakeTest/Constants.html +135 -0
  15. data/doc/RakeTest/PrivateMethods.html +96 -0
  16. data/doc/Rakefile.html +187 -0
  17. data/doc/RockPaperScissors_sublime-project.html +196 -0
  18. data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
  19. data/doc/certs/gem-public_cert_pem.html +181 -0
  20. data/doc/created.rid +52 -0
  21. data/doc/css/fonts.css +167 -0
  22. data/doc/css/rdoc.css +590 -0
  23. data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
  24. data/doc/docs/CONTRIBUTING_md.html +239 -0
  25. data/doc/docs/Gemfile.html +164 -0
  26. data/doc/docs/Gemfile_lock.html +373 -0
  27. data/doc/docs/How_to_Build_md.html +207 -0
  28. data/doc/docs/LICENSE.html +286 -0
  29. data/doc/docs/Testing_md.html +200 -0
  30. data/doc/docs/_layouts/default_html.html +212 -0
  31. data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
  32. data/doc/docs/_sass/normalize_scss.html +679 -0
  33. data/doc/docs/_sass/rouge-github_scss.html +431 -0
  34. data/doc/docs/_sass/variables_scss.html +173 -0
  35. data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
  36. data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
  37. data/doc/docs/_site/How_to_Build_html.html +236 -0
  38. data/doc/docs/_site/Testing_html.html +237 -0
  39. data/doc/docs/_site/assets/css/style_css.html +549 -0
  40. data/doc/docs/_site/index_html.html +305 -0
  41. data/doc/docs/_site/script/bootstrap.html +166 -0
  42. data/doc/docs/_site/script/cibuild.html +166 -0
  43. data/doc/docs/_site/script/release.html +209 -0
  44. data/doc/docs/_site/script/server.html +164 -0
  45. data/doc/docs/assets/css/style_scss.html +164 -0
  46. data/doc/docs/index_md.html +259 -0
  47. data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
  48. data/doc/docs/script/bootstrap.html +166 -0
  49. data/doc/docs/script/cibuild.html +166 -0
  50. data/doc/docs/script/release.html +209 -0
  51. data/doc/docs/script/server.html +164 -0
  52. data/doc/exec/rps_bash.html +234 -0
  53. data/doc/exec/run_bat.html +185 -0
  54. data/doc/exec/uninstall_sh.html +194 -0
  55. data/doc/fonts/Lato-Light.ttf +0 -0
  56. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  57. data/doc/fonts/Lato-Regular.ttf +0 -0
  58. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  59. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  60. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  61. data/doc/images/add.png +0 -0
  62. data/doc/images/arrow_up.png +0 -0
  63. data/doc/images/brick.png +0 -0
  64. data/doc/images/brick_link.png +0 -0
  65. data/doc/images/bug.png +0 -0
  66. data/doc/images/bullet_black.png +0 -0
  67. data/doc/images/bullet_toggle_minus.png +0 -0
  68. data/doc/images/bullet_toggle_plus.png +0 -0
  69. data/doc/images/date.png +0 -0
  70. data/doc/images/delete.png +0 -0
  71. data/doc/images/find.png +0 -0
  72. data/doc/images/loadingAnimation.gif +0 -0
  73. data/doc/images/macFFBgHack.png +0 -0
  74. data/doc/images/package.png +0 -0
  75. data/doc/images/page_green.png +0 -0
  76. data/doc/images/page_white_text.png +0 -0
  77. data/doc/images/page_white_width.png +0 -0
  78. data/doc/images/plugin.png +0 -0
  79. data/doc/images/ruby.png +0 -0
  80. data/doc/images/tag_blue.png +0 -0
  81. data/doc/images/tag_green.png +0 -0
  82. data/doc/images/transparent.png +0 -0
  83. data/doc/images/wrench.png +0 -0
  84. data/doc/images/wrench_orange.png +0 -0
  85. data/doc/images/zoom.png +0 -0
  86. data/doc/index.html +186 -0
  87. data/doc/js/darkfish.js +161 -0
  88. data/doc/js/jquery.js +4 -0
  89. data/doc/js/navigation.js +142 -0
  90. data/doc/js/navigation.js.gz +0 -0
  91. data/doc/js/search.js +109 -0
  92. data/doc/js/search_index.js +1 -0
  93. data/doc/js/search_index.js.gz +0 -0
  94. data/doc/js/searcher.js +229 -0
  95. data/doc/js/searcher.js.gz +0 -0
  96. data/doc/rps_gemspec.html +201 -0
  97. data/doc/table_of_contents.html +280 -0
  98. data/lib/rps/version.rb +1 -1
  99. data/rps.gemspec +1 -1
  100. metadata +95 -1
  101. metadata.gz.sig +0 -0
Binary file
@@ -0,0 +1,201 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>rps.gemspec - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+
56
+ <div id="project-metadata">
57
+ <div id="fileindex-section" class="nav-section">
58
+ <h3>Pages</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./Gemfile.html">Gemfile</a>
63
+
64
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
65
+
66
+ <li><a href="./LICENSE.html">LICENSE</a>
67
+
68
+ <li><a href="./README_md.html">README</a>
69
+
70
+ <li><a href="./Rakefile.html">Rakefile</a>
71
+
72
+ <li><a href="./RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
73
+
74
+ <li><a href="./RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
75
+
76
+ <li><a href="./certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
77
+
78
+ <li><a href="./docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
79
+
80
+ <li><a href="./docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
81
+
82
+ <li><a href="./docs/Gemfile.html">Gemfile</a>
83
+
84
+ <li><a href="./docs/Gemfile_lock.html">Gemfile.lock</a>
85
+
86
+ <li><a href="./docs/How_to_Build_md.html">How_to_Build</a>
87
+
88
+ <li><a href="./docs/LICENSE.html">LICENSE</a>
89
+
90
+ <li><a href="./docs/Testing_md.html">Testing</a>
91
+
92
+ <li><a href="./docs/_layouts/default_html.html">default.html</a>
93
+
94
+ <li><a href="./docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
95
+
96
+ <li><a href="./docs/_sass/normalize_scss.html">normalize.scss</a>
97
+
98
+ <li><a href="./docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
99
+
100
+ <li><a href="./docs/_sass/variables_scss.html">variables.scss</a>
101
+
102
+ <li><a href="./docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
103
+
104
+ <li><a href="./docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
105
+
106
+ <li><a href="./docs/_site/How_to_Build_html.html">How_to_Build.html</a>
107
+
108
+ <li><a href="./docs/_site/Testing_html.html">Testing.html</a>
109
+
110
+ <li><a href="./docs/_site/assets/css/style_css.html">style.css</a>
111
+
112
+ <li><a href="./docs/_site/index_html.html">index.html</a>
113
+
114
+ <li><a href="./docs/_site/script/bootstrap.html">bootstrap</a>
115
+
116
+ <li><a href="./docs/_site/script/cibuild.html">cibuild</a>
117
+
118
+ <li><a href="./docs/_site/script/release.html">release</a>
119
+
120
+ <li><a href="./docs/_site/script/server.html">server</a>
121
+
122
+ <li><a href="./docs/assets/css/style_scss.html">style.scss</a>
123
+
124
+ <li><a href="./docs/index_md.html">index</a>
125
+
126
+ <li><a href="./docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
127
+
128
+ <li><a href="./docs/script/bootstrap.html">bootstrap</a>
129
+
130
+ <li><a href="./docs/script/cibuild.html">cibuild</a>
131
+
132
+ <li><a href="./docs/script/release.html">release</a>
133
+
134
+ <li><a href="./docs/script/server.html">server</a>
135
+
136
+ <li><a href="./exec/rps_bash.html">rps.bash</a>
137
+
138
+ <li><a href="./exec/run_bat.html">run.bat</a>
139
+
140
+ <li><a href="./exec/uninstall_sh.html">uninstall.sh</a>
141
+
142
+ <li><a href="./rps_gemspec.html">rps.gemspec</a>
143
+
144
+ </ul>
145
+ </div>
146
+
147
+ </div>
148
+ </nav>
149
+
150
+ <main role="main" aria-label="Page rps.gemspec">
151
+
152
+ <p>Gem::Specification.new do |spec|</p>
153
+
154
+ <pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span> = <span class="ruby-string">&quot;PlayRockPaperScissorsGame&quot;</span>
155
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">&quot;2.0.7&quot;</span>
156
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">date</span> = <span class="ruby-string">&quot;2017-04-02&quot;</span>
157
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">&quot;A Rock Paper Scissors Ruby Gem&quot;</span>
158
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">&quot; A Ruby-programmed rock paper scissors game.
159
+ To install: gem install PlayRockPaperScissorsGame;
160
+ To run: rps; or: PlayRockPaperScissorsGame;
161
+ For issues: https://github.com/bag3318/RockPaperScissors/issues
162
+ &quot;</span>
163
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">author</span> = <span class="ruby-string">&quot;bag3318&quot;</span>
164
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">platform</span> = <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Platform</span><span class="ruby-operator">::</span><span class="ruby-constant">RUBY</span>
165
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">require_paths</span> = [<span class="ruby-string">&quot;lib&quot;</span>, <span class="ruby-string">&quot;lib/ref&quot;</span>, <span class="ruby-string">&quot;lib/rps&quot;</span>, <span class="ruby-string">&quot;test&quot;</span>, <span class="ruby-string">&quot;exec&quot;</span>, <span class="ruby-string">&quot;bin&quot;</span>, <span class="ruby-string">&quot;docs&quot;</span>, <span class="ruby-string">&quot;certs&quot;</span>]
166
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span> = <span class="ruby-value">%x`git ls-files -z`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\x0&quot;</span>)
167
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">test_files</span> = [<span class="ruby-string">&quot;test/test_rps.rb&quot;</span>]
168
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">post_install_message</span> = <span class="ruby-string">&quot;Thanks for installing! I hope you have fun playing rock paper scissors! :)&quot;</span>
169
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">&quot;MIT&quot;</span>
170
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">&quot;https://bag3318.github.io/RockPaperScissors/&quot;</span>
171
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">extra_rdoc_files</span> = <span class="ruby-string">&quot;README.md&quot;</span>
172
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_ruby_version</span> = <span class="ruby-string">&quot;&gt;= 2.0.0&quot;</span>
173
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_rubygems_version</span> = <span class="ruby-string">&quot;&gt;= 2.6.0&quot;</span>
174
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">cert_chain</span> = [<span class="ruby-string">&quot;certs/gem-public_cert.pem&quot;</span>]
175
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">signing_key</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-string">&quot;~/.ssh/gem-private_key.pem&quot;</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">$0</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/gem\z/</span>
176
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&quot;bin&quot;</span>
177
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">executables</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot;rps&quot;</span>
178
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">executables</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot;PlayRockPaperScissorsGame&quot;</span>
179
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">requirements</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot;A Windows or Mac computer&quot;</span>
180
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">metadata</span> = {
181
+ <span class="ruby-string">&quot;issue_tracker&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;https://github.com/bag3318/RockPaperScissors/issues&quot;</span>,
182
+ <span class="ruby-string">&quot;source_code&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;https://github.com/bag3318/RockPaperScissors&quot;</span> ,
183
+ <span class="ruby-string">&quot;releases&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;https://github.com/bag3318/RockPaperScissors/releases&quot;</span>
184
+ }
185
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">&quot;bundler&quot;</span> , <span class="ruby-string">&quot;~&gt; 1.14.6&quot;</span>
186
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">&quot;colorize&quot;</span>, <span class="ruby-string">&quot;~&gt; 0.8.1&quot;</span>
187
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">&quot;rake&quot;</span> , <span class="ruby-string">&quot;~&gt; 12.0.0&quot;</span>
188
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">&quot;rvm&quot;</span> , <span class="ruby-string">&quot;~&gt; 1.11.3.9&quot;</span>
189
+ </pre>
190
+
191
+ <p>end</p>
192
+ </main>
193
+
194
+
195
+
196
+ <footer id="validator-badges" role="contentinfo">
197
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
198
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
199
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
200
+ </footer>
201
+
@@ -0,0 +1,280 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Table of Contents - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" class="table-of-contents">
23
+ <main role="main">
24
+ <h1 class="class">Table of Contents - RDoc Documentation</h1>
25
+
26
+ <h2 id="pages">Pages</h2>
27
+ <ul>
28
+ <li class="file">
29
+ <a href="Gemfile.html">Gemfile</a>
30
+ </li>
31
+ <li class="file">
32
+ <a href="Gemfile_lock.html">Gemfile.lock</a>
33
+ </li>
34
+ <li class="file">
35
+ <a href="LICENSE.html">LICENSE</a>
36
+ </li>
37
+ <li class="file">
38
+ <a href="README_md.html">README</a>
39
+
40
+ <ul>
41
+ <li><a href="README_md.html#label-Rock+Paper+Scissors">Rock Paper Scissors</a>
42
+ <li><a href="README_md.html#label-How+to+Run+and+Install">How to Run and Install</a>
43
+ <li><a href="README_md.html#label-Install+and+Run+on+Mac">Install and Run on Mac</a>
44
+ <li><a href="README_md.html#label-Running">Running</a>
45
+ <li><a href="README_md.html#label-Uninstalling">Uninstalling</a>
46
+ <li><a href="README_md.html#label-Install+and+Run+on+Windows">Install and Run on Windows</a>
47
+ <li><a href="README_md.html#label-Running">Running</a>
48
+ <li><a href="README_md.html#label-Links">Links</a>
49
+ </ul>
50
+ </li>
51
+ <li class="file">
52
+ <a href="Rakefile.html">Rakefile</a>
53
+ </li>
54
+ <li class="file">
55
+ <a href="RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
56
+ </li>
57
+ <li class="file">
58
+ <a href="RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
59
+ </li>
60
+ <li class="file">
61
+ <a href="certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
62
+ </li>
63
+ <li class="file">
64
+ <a href="docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
65
+
66
+ <ul>
67
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
68
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Our+Pledge">Our Pledge</a>
69
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Our+Standards">Our Standards</a>
70
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Our+Responsibilities">Our Responsibilities</a>
71
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Scope">Scope</a>
72
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Enforcement">Enforcement</a>
73
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Attribution">Attribution</a>
74
+ <li><a href="docs/CODE_OF_CONDUCT_md.html#label-Site+Nav">Site Nav</a>
75
+ </ul>
76
+ </li>
77
+ <li class="file">
78
+ <a href="docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
79
+
80
+ <ul>
81
+ <li><a href="docs/CONTRIBUTING_md.html#label-Contributing">Contributing</a>
82
+ <li><a href="docs/CONTRIBUTING_md.html#label-Submitting+a+pull+request">Submitting a pull request</a>
83
+ <li><a href="docs/CONTRIBUTING_md.html#label-Resources">Resources</a>
84
+ <li><a href="docs/CONTRIBUTING_md.html#label-Site+Nav">Site Nav</a>
85
+ </ul>
86
+ </li>
87
+ <li class="file">
88
+ <a href="docs/Gemfile.html">Gemfile</a>
89
+ </li>
90
+ <li class="file">
91
+ <a href="docs/Gemfile_lock.html">Gemfile.lock</a>
92
+ </li>
93
+ <li class="file">
94
+ <a href="docs/How_to_Build_md.html">How_to_Build</a>
95
+
96
+ <ul>
97
+ <li><a href="docs/How_to_Build_md.html#label-How+to+build+the+Gemspec">How to build the Gemspec</a>
98
+ <li><a href="docs/How_to_Build_md.html#label-Instructions">Instructions</a>
99
+ <li><a href="docs/How_to_Build_md.html#label-Site+Nav">Site Nav</a>
100
+ </ul>
101
+ </li>
102
+ <li class="file">
103
+ <a href="docs/LICENSE.html">LICENSE</a>
104
+ </li>
105
+ <li class="file">
106
+ <a href="docs/Testing_md.html">Testing</a>
107
+
108
+ <ul>
109
+ <li><a href="docs/Testing_md.html#label-How+to+test+this+Gem">How to test this Gem</a>
110
+ <li><a href="docs/Testing_md.html#label-What+you+will+need">What you will need</a>
111
+ <li><a href="docs/Testing_md.html#label-Start+Testing">Start Testing</a>
112
+ <li><a href="docs/Testing_md.html#label-Site+Nav">Site Nav</a>
113
+ </ul>
114
+ </li>
115
+ <li class="file">
116
+ <a href="docs/_layouts/default_html.html">default.html</a>
117
+ </li>
118
+ <li class="file">
119
+ <a href="docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
120
+ </li>
121
+ <li class="file">
122
+ <a href="docs/_sass/normalize_scss.html">normalize.scss</a>
123
+ </li>
124
+ <li class="file">
125
+ <a href="docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
126
+ </li>
127
+ <li class="file">
128
+ <a href="docs/_sass/variables_scss.html">variables.scss</a>
129
+ </li>
130
+ <li class="file">
131
+ <a href="docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
132
+ </li>
133
+ <li class="file">
134
+ <a href="docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
135
+ </li>
136
+ <li class="file">
137
+ <a href="docs/_site/How_to_Build_html.html">How_to_Build.html</a>
138
+ </li>
139
+ <li class="file">
140
+ <a href="docs/_site/Testing_html.html">Testing.html</a>
141
+ </li>
142
+ <li class="file">
143
+ <a href="docs/_site/assets/css/style_css.html">style.css</a>
144
+ </li>
145
+ <li class="file">
146
+ <a href="docs/_site/index_html.html">index.html</a>
147
+ </li>
148
+ <li class="file">
149
+ <a href="docs/_site/script/bootstrap.html">bootstrap</a>
150
+ </li>
151
+ <li class="file">
152
+ <a href="docs/_site/script/cibuild.html">cibuild</a>
153
+ </li>
154
+ <li class="file">
155
+ <a href="docs/_site/script/release.html">release</a>
156
+ </li>
157
+ <li class="file">
158
+ <a href="docs/_site/script/server.html">server</a>
159
+ </li>
160
+ <li class="file">
161
+ <a href="docs/assets/css/style_scss.html">style.scss</a>
162
+ </li>
163
+ <li class="file">
164
+ <a href="docs/index_md.html">index</a>
165
+
166
+ <ul>
167
+ <li><a href="docs/index_md.html#label-Rock+Paper+Scissors">Rock Paper Scissors</a>
168
+ <li><a href="docs/index_md.html#label-How+to+Run+and+Install">How to Run and Install</a>
169
+ <li><a href="docs/index_md.html#label-Install+and+Run+on+Mac">Install and Run on Mac</a>
170
+ <li><a href="docs/index_md.html#label-Running">Running</a>
171
+ <li><a href="docs/index_md.html#label-Uninstalling">Uninstalling</a>
172
+ <li><a href="docs/index_md.html#label-Install+and+Run+on+Windows">Install and Run on Windows</a>
173
+ <li><a href="docs/index_md.html#label-Running">Running</a>
174
+ <li><a href="docs/index_md.html#label-Links">Links</a>
175
+ <li><a href="docs/index_md.html#label-Site+Nav">Site Nav</a>
176
+ </ul>
177
+ </li>
178
+ <li class="file">
179
+ <a href="docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
180
+ </li>
181
+ <li class="file">
182
+ <a href="docs/script/bootstrap.html">bootstrap</a>
183
+ </li>
184
+ <li class="file">
185
+ <a href="docs/script/cibuild.html">cibuild</a>
186
+ </li>
187
+ <li class="file">
188
+ <a href="docs/script/release.html">release</a>
189
+ </li>
190
+ <li class="file">
191
+ <a href="docs/script/server.html">server</a>
192
+ </li>
193
+ <li class="file">
194
+ <a href="exec/rps_bash.html">rps.bash</a>
195
+ </li>
196
+ <li class="file">
197
+ <a href="exec/run_bat.html">run.bat</a>
198
+ </li>
199
+ <li class="file">
200
+ <a href="exec/uninstall_sh.html">uninstall.sh</a>
201
+ </li>
202
+ <li class="file">
203
+ <a href="rps_gemspec.html">rps.gemspec</a>
204
+ </li>
205
+
206
+ </ul>
207
+
208
+ <h2 id="classes">Classes and Modules</h2>
209
+ <ul>
210
+ <li class="module">
211
+ <a href="Constants.html">Constants</a>
212
+ </li>
213
+ <li class="class">
214
+ <a href="PlayRockPaperScissorsGame.html">PlayRockPaperScissorsGame</a>
215
+ </li>
216
+ <li class="module">
217
+ <a href="PlayRockPaperScissorsGame.html">PlayRockPaperScissorsGame</a>
218
+ </li>
219
+ <li class="module">
220
+ <a href="PlayRockPaperScissorsGame/Constants.html">PlayRockPaperScissorsGame::Constants</a>
221
+ </li>
222
+ <li class="module">
223
+ <a href="PlayRockPaperScissorsGame/PrivateMethods.html">PlayRockPaperScissorsGame::PrivateMethods</a>
224
+ </li>
225
+ <li class="module">
226
+ <a href="PrivateMethods.html">PrivateMethods</a>
227
+ </li>
228
+ <li class="class">
229
+ <a href="RakeTest.html">RakeTest</a>
230
+ </li>
231
+ <li class="module">
232
+ <a href="RakeTest/Constants.html">RakeTest::Constants</a>
233
+ </li>
234
+ <li class="module">
235
+ <a href="RakeTest/PrivateMethods.html">RakeTest::PrivateMethods</a>
236
+ </li>
237
+ </ul>
238
+
239
+ <h2 id="methods">Methods</h2>
240
+ <ul>
241
+
242
+ <li class="method">
243
+ <a href="PlayRockPaperScissorsGame.html#method-c-continue">::continue</a>
244
+ &mdash;
245
+ <span class="container">PlayRockPaperScissorsGame</span>
246
+
247
+ <li class="method">
248
+ <a href="RakeTest.html#method-c-continue">::continue</a>
249
+ &mdash;
250
+ <span class="container">RakeTest</span>
251
+
252
+ <li class="method">
253
+ <a href="PlayRockPaperScissorsGame.html#method-c-new">::new</a>
254
+ &mdash;
255
+ <span class="container">PlayRockPaperScissorsGame</span>
256
+
257
+ <li class="method">
258
+ <a href="RakeTest.html#method-c-new">::new</a>
259
+ &mdash;
260
+ <span class="container">RakeTest</span>
261
+
262
+ <li class="method">
263
+ <a href="PlayRockPaperScissorsGame.html#method-i-play">#play</a>
264
+ &mdash;
265
+ <span class="container">PlayRockPaperScissorsGame</span>
266
+
267
+ <li class="method">
268
+ <a href="RakeTest.html#method-i-testPlay">#testPlay</a>
269
+ &mdash;
270
+ <span class="container">RakeTest</span>
271
+ </ul>
272
+ </main>
273
+
274
+
275
+ <footer id="validator-badges" role="contentinfo">
276
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
277
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
278
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
279
+ </footer>
280
+