PlayRockPaperScissorsGame 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,305 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>index.html - 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 docs/_site/index.html">
151
+
152
+ <p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;</p>
153
+
154
+ <pre>&lt;head&gt;
155
+ &lt;meta charset=&quot;UTF-8&quot;&gt;
156
+ &lt;title&gt;Play Rock Paper Scissors Game&lt;/title&gt;
157
+ &lt;meta name=&quot;description&quot; content=&quot;A Ruby Programmed Rock Paper Scissors Game&quot;/&gt;
158
+ &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
159
+ &lt;meta name=&quot;theme-color&quot; content=&quot;#157878&quot;&gt;
160
+ &lt;link href=&#39;https://fonts.googleapis.com/css?family=Open+Sans:400,700&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt;
161
+ &lt;link rel=&quot;stylesheet&quot; href=&quot;/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16&quot;&gt;
162
+ &lt;/head&gt;
163
+ &lt;body&gt;
164
+ &lt;section class=&quot;page-header&quot;&gt;
165
+ &lt;h1 class=&quot;project-name&quot;&gt;Play Rock Paper Scissors Game&lt;/h1&gt;
166
+ &lt;h2 class=&quot;project-tagline&quot;&gt;A Ruby Programmed Rock Paper Scissors Game&lt;/h2&gt;
167
+
168
+ &lt;a href=&quot;http://github.com/bag3318/RockPaperScissors&quot; class=&quot;btn&quot;&gt;View on GitHub&lt;/a&gt;
169
+ &lt;a href=&quot;http://github.com/bag3318/RockPaperScissors/issues&quot; class=&quot;btn&quot;&gt;Report a Bug&lt;/a&gt;
170
+
171
+ &lt;a href=&quot;http://github.com/bag3318/RockPaperScissors/zipball/gh-pages&quot; class=&quot;btn&quot;&gt;Download .zip&lt;/a&gt;
172
+ &lt;a href=&quot;http://github.com/bag3318/RockPaperScissors/tarball/gh-pages&quot; class=&quot;btn&quot;&gt;Download .tar.gz&lt;/a&gt;
173
+
174
+ &lt;br/&gt;
175
+ &lt;a href=&quot;#site-nav&quot; class=&quot;btn&quot;&gt;Site Nav&lt;/a&gt;
176
+ &lt;/section&gt;
177
+
178
+ &lt;section class=&quot;main-content&quot;&gt;</pre>
179
+
180
+ <p>&lt;h1 id=“rock-paper-scissors”&gt;Rock Paper Scissors&lt;/h1&gt;</p>
181
+
182
+ <p>&lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;</p>
183
+
184
+ <p>&lt;ul&gt;</p>
185
+
186
+ <pre>&lt;li&gt;&lt;a href=&quot;#rock-paper-scissors&quot;&gt;Rock Paper Scissors&lt;/a&gt;
187
+ &lt;ul&gt;
188
+ &lt;li&gt;&lt;a href=&quot;#how-to-run-and-install&quot;&gt;How to Run and Install&lt;/a&gt;
189
+ &lt;ul&gt;
190
+ &lt;li&gt;&lt;a href=&quot;#install-and-run-on-mac&quot;&gt;Install and Run on Mac&lt;/a&gt;
191
+ &lt;ul&gt;
192
+ &lt;li&gt;&lt;a href=&quot;#running&quot;&gt;Running&lt;/a&gt;&lt;/li&gt;
193
+ &lt;li&gt;&lt;a href=&quot;#uninstalling&quot;&gt;Uninstalling&lt;/a&gt;&lt;/li&gt;
194
+ &lt;/ul&gt;
195
+ &lt;/li&gt;
196
+ &lt;li&gt;&lt;a href=&quot;#install-and-run-on-windows&quot;&gt;Install and Run on Windows&lt;/a&gt;
197
+ &lt;ul&gt;
198
+ &lt;li&gt;&lt;a href=&quot;#running-1&quot;&gt;Running&lt;/a&gt;&lt;/li&gt;
199
+ &lt;/ul&gt;
200
+ &lt;/li&gt;
201
+ &lt;/ul&gt;
202
+ &lt;/li&gt;
203
+ &lt;li&gt;&lt;a href=&quot;#links&quot;&gt;Links&lt;/a&gt;&lt;/li&gt;
204
+ &lt;li&gt;&lt;a href=&quot;#site-nav&quot;&gt;Site Nav&lt;/a&gt;&lt;/li&gt;
205
+ &lt;/ul&gt;
206
+ &lt;/li&gt;</pre>
207
+
208
+ <p>&lt;/ul&gt;</p>
209
+
210
+ <p>&lt;h2 id=“how-to-run-and-install”&gt;How to Run and Install&lt;/h2&gt;</p>
211
+
212
+ <p>&lt;h3 id=“install-and-run-on-mac”&gt;Install and Run on Mac&lt;/h3&gt;</p>
213
+
214
+ <p>&lt;ol&gt;</p>
215
+
216
+ <pre>&lt;li&gt;Run the &lt;code class=&quot;highlighter-rouge&quot;&gt;rps.bash&lt;/code&gt; file (located in the &lt;code class=&quot;highlighter-rouge&quot;&gt;exec&lt;/code&gt; folder) with the &lt;code class=&quot;highlighter-rouge&quot;&gt;Terminal&lt;/code&gt;&lt;/li&gt;</pre>
217
+
218
+ <p>&lt;/ol&gt;</p>
219
+
220
+ <p>&lt;h4 id=“running”&gt;Running&lt;/h4&gt;</p>
221
+
222
+ <p>&lt;ol&gt;</p>
223
+
224
+ <pre>&lt;li&gt;Open the &lt;code class=&quot;highlighter-rouge&quot;&gt;Terminal&lt;/code&gt;&lt;/li&gt;
225
+ &lt;li&gt;Type in: &lt;code class=&quot;highlighter-rouge&quot;&gt;rps&lt;/code&gt;, or &lt;code class=&quot;highlighter-rouge&quot;&gt;PlayRockPaperScissorsGame&lt;/code&gt;&lt;/li&gt;
226
+ &lt;li&gt;Hit &lt;kbd&gt;return&lt;/kbd&gt;&lt;/li&gt;</pre>
227
+
228
+ <p>&lt;/ol&gt;</p>
229
+
230
+ <p>&lt;h4 id=“uninstalling”&gt;Uninstalling&lt;/h4&gt;</p>
231
+
232
+ <p>&lt;ol&gt;</p>
233
+
234
+ <pre>&lt;li&gt;Run the &lt;code class=&quot;highlighter-rouge&quot;&gt;uninstaller.sh&lt;/code&gt; file (located in the &lt;code class=&quot;highlighter-rouge&quot;&gt;exec&lt;/code&gt; folder) with the &lt;code class=&quot;highlighter-rouge&quot;&gt;Terminal&lt;/code&gt;&lt;/li&gt;</pre>
235
+
236
+ <p>&lt;/ol&gt;</p>
237
+
238
+ <p>&lt;h3 id=“install-and-run-on-windows”&gt;Install and Run on
239
+ Windows&lt;/h3&gt;</p>
240
+
241
+ <p>&lt;ol&gt;</p>
242
+
243
+ <pre>&lt;li&gt;Download and install Ruby for Windows (if not already installed); download &lt;a href=&quot;https://rubyinstaller.org/downloads/&quot;&gt;here&lt;/a&gt;&lt;/li&gt;
244
+ &lt;li&gt;Open &lt;code class=&quot;highlighter-rouge&quot;&gt;cmd&lt;/code&gt; and type in: &lt;code class=&quot;highlighter-rouge&quot;&gt;gem install PlayRockPaperScissorsGame&lt;/code&gt;; hit &lt;kbd&gt;enter&lt;/kbd&gt;&lt;/li&gt;
245
+ &lt;li&gt;Run the &lt;code class=&quot;highlighter-rouge&quot;&gt;rps.bat&lt;/code&gt; file (located in the &lt;code class=&quot;highlighter-rouge&quot;&gt;exec&lt;/code&gt; folder)&lt;/li&gt;</pre>
246
+
247
+ <p>&lt;/ol&gt;</p>
248
+
249
+ <p>&lt;h4 id=“running-1”&gt;Running&lt;/h4&gt;</p>
250
+
251
+ <p>&lt;ol&gt;</p>
252
+
253
+ <pre>&lt;li&gt;Open the &lt;code class=&quot;highlighter-rouge&quot;&gt;rps.bat&lt;/code&gt; file (located in the &lt;code class=&quot;highlighter-rouge&quot;&gt;exec&lt;/code&gt; folder)
254
+ &lt;ul&gt;
255
+ &lt;li&gt;Another option: type in &lt;code class=&quot;highlighter-rouge&quot;&gt;rps&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;PlayRockPaperScissorsGame&lt;/code&gt; in the &lt;code class=&quot;highlighter-rouge&quot;&gt;Command Prompt&lt;/code&gt;; hit &lt;kbd&gt;enter&lt;/kbd&gt;&lt;/li&gt;
256
+ &lt;/ul&gt;
257
+ &lt;/li&gt;</pre>
258
+
259
+ <p>&lt;/ol&gt;</p>
260
+
261
+ <p>&lt;h2 id=“links”&gt;Links&lt;/h2&gt;</p>
262
+
263
+ <p>&lt;ul&gt;</p>
264
+
265
+ <pre>&lt;li&gt;&lt;a href=&quot;https://rubygems.org/gems/PlayRockPaperScissorsGame&quot;&gt;Ruby Gems Page&lt;/a&gt;&lt;/li&gt;</pre>
266
+
267
+ <p>&lt;/ul&gt;</p>
268
+
269
+ <p>&lt;hr /&gt;</p>
270
+
271
+ <p>&lt;h2 id=“site-nav”&gt;Site Nav&lt;/h2&gt;</p>
272
+
273
+ <p>&lt;table&gt;</p>
274
+
275
+ <pre>&lt;tbody&gt;
276
+ &lt;tr&gt;
277
+ &lt;td&gt;&lt;a href=&quot;Testing&quot;&gt;How to Test&lt;/a&gt;&lt;/td&gt;
278
+ &lt;td&gt;&lt;a href=&quot;How_to_Build&quot;&gt;How to Build&lt;/a&gt;&lt;/td&gt;
279
+ &lt;td&gt;&lt;a href=&quot;CONTRIBUTING&quot;&gt;Contributing&lt;/a&gt;&lt;/td&gt;
280
+ &lt;td&gt;&lt;a href=&quot;CODE_OF_CONDUCT&quot;&gt;Code of Conduct&lt;/a&gt;&lt;/td&gt;
281
+ &lt;/tr&gt;
282
+ &lt;/tbody&gt;</pre>
283
+
284
+ <p>&lt;/table&gt;</p>
285
+
286
+ <pre> &lt;footer class=&quot;site-footer&quot;&gt;
287
+
288
+ &lt;span class=&quot;site-footer-owner&quot;&gt;&lt;a href=&quot;http://github.com/bag3318/RockPaperScissors&quot;&gt;RockPaperScissors&lt;/a&gt; is maintained by &lt;a href=&quot;http://github.com/bag3318&quot;&gt;bag3318&lt;/a&gt;.&lt;/span&gt;
289
+
290
+ &lt;/footer&gt;
291
+ &lt;/section&gt;
292
+
293
+ &lt;/body&gt;</pre>
294
+
295
+ <p>&lt;/html&gt;</p>
296
+ </main>
297
+
298
+
299
+
300
+ <footer id="validator-badges" role="contentinfo">
301
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
302
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
303
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
304
+ </footer>
305
+
@@ -0,0 +1,166 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>bootstrap - 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 docs/_site/script/bootstrap">
151
+
152
+ <p>#!/bin/sh</p>
153
+
154
+ <p>set -e</p>
155
+
156
+ <p>gem install bundler bundle install</p>
157
+ </main>
158
+
159
+
160
+
161
+ <footer id="validator-badges" role="contentinfo">
162
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
163
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
164
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
165
+ </footer>
166
+