PlayRockPaperScissorsGame 2.0.9 → 2.1.0

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 (105) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/Rakefile +8 -0
  5. data/{doc → html}/Constants.html +0 -0
  6. data/{doc → html}/Gemfile.html +2 -8
  7. data/{doc → html}/LICENSE.html +2 -8
  8. data/{doc → html}/PlayRockPaperScissorsGame.html +0 -0
  9. data/{doc → html}/PlayRockPaperScissorsGame/Constants.html +0 -0
  10. data/{doc → html}/PlayRockPaperScissorsGame/PrivateMethods.html +0 -0
  11. data/{doc → html}/PrivateMethods.html +0 -0
  12. data/{doc → html}/README_md.html +2 -8
  13. data/{doc → html}/RakeTest.html +0 -0
  14. data/{doc → html}/RakeTest/Constants.html +0 -0
  15. data/{doc → html}/RakeTest/PrivateMethods.html +0 -0
  16. data/{doc → html}/Rakefile.html +12 -8
  17. data/{doc/Gemfile_lock.html → html/_gitignore.html} +7 -47
  18. data/{doc → html}/certs/gem-public_cert_pem.html +2 -8
  19. data/html/created.rid +48 -0
  20. data/{doc → html}/css/fonts.css +0 -0
  21. data/{doc → html}/css/rdoc.css +0 -0
  22. data/{doc → html}/docs/CODE_OF_CONDUCT_md.html +2 -8
  23. data/{doc → html}/docs/CONTRIBUTING_md.html +2 -8
  24. data/{doc → html}/docs/Gemfile.html +2 -8
  25. data/{doc → html}/docs/How_to_Build_md.html +2 -8
  26. data/{doc → html}/docs/LICENSE.html +2 -8
  27. data/{doc → html}/docs/Testing_md.html +2 -8
  28. data/{doc → html}/docs/_layouts/default_html.html +2 -8
  29. data/{doc → html}/docs/_sass/jekyll-theme-cayman_scss.html +2 -8
  30. data/{doc → html}/docs/_sass/normalize_scss.html +2 -8
  31. data/{doc → html}/docs/_sass/rouge-github_scss.html +2 -8
  32. data/{doc → html}/docs/_sass/variables_scss.html +2 -8
  33. data/{doc → html}/docs/_site/CODE_OF_CONDUCT_html.html +2 -8
  34. data/{doc → html}/docs/_site/CONTRIBUTING_html.html +2 -8
  35. data/{doc → html}/docs/_site/How_to_Build_html.html +2 -8
  36. data/{doc → html}/docs/_site/Testing_html.html +2 -8
  37. data/{doc → html}/docs/_site/assets/css/style_css.html +2 -8
  38. data/{doc → html}/docs/_site/index_html.html +2 -8
  39. data/{doc → html}/docs/_site/script/bootstrap.html +2 -8
  40. data/{doc → html}/docs/_site/script/cibuild.html +2 -8
  41. data/{doc → html}/docs/_site/script/release.html +2 -8
  42. data/{doc → html}/docs/_site/script/server.html +2 -8
  43. data/{doc → html}/docs/assets/css/style_scss.html +2 -8
  44. data/{doc → html}/docs/index_md.html +2 -8
  45. data/{doc → html}/docs/jekyll-theme-cayman_gemspec.html +2 -8
  46. data/{doc → html}/docs/script/bootstrap.html +2 -8
  47. data/{doc → html}/docs/script/cibuild.html +2 -8
  48. data/{doc → html}/docs/script/release.html +2 -8
  49. data/{doc → html}/docs/script/server.html +2 -8
  50. data/{doc → html}/exec/rps_bash.html +2 -8
  51. data/{doc → html}/exec/run_bat.html +2 -8
  52. data/{doc → html}/exec/uninstall_sh.html +2 -8
  53. data/{doc → html}/fonts/Lato-Light.ttf +0 -0
  54. data/{doc → html}/fonts/Lato-LightItalic.ttf +0 -0
  55. data/{doc → html}/fonts/Lato-Regular.ttf +0 -0
  56. data/{doc → html}/fonts/Lato-RegularItalic.ttf +0 -0
  57. data/{doc → html}/fonts/SourceCodePro-Bold.ttf +0 -0
  58. data/{doc → html}/fonts/SourceCodePro-Regular.ttf +0 -0
  59. data/{doc → html}/images/add.png +0 -0
  60. data/{doc → html}/images/arrow_up.png +0 -0
  61. data/{doc → html}/images/brick.png +0 -0
  62. data/{doc → html}/images/brick_link.png +0 -0
  63. data/{doc → html}/images/bug.png +0 -0
  64. data/{doc → html}/images/bullet_black.png +0 -0
  65. data/{doc → html}/images/bullet_toggle_minus.png +0 -0
  66. data/{doc → html}/images/bullet_toggle_plus.png +0 -0
  67. data/{doc → html}/images/date.png +0 -0
  68. data/{doc → html}/images/delete.png +0 -0
  69. data/{doc → html}/images/find.png +0 -0
  70. data/{doc → html}/images/loadingAnimation.gif +0 -0
  71. data/{doc → html}/images/macFFBgHack.png +0 -0
  72. data/{doc → html}/images/package.png +0 -0
  73. data/{doc → html}/images/page_green.png +0 -0
  74. data/{doc → html}/images/page_white_text.png +0 -0
  75. data/{doc → html}/images/page_white_width.png +0 -0
  76. data/{doc → html}/images/plugin.png +0 -0
  77. data/{doc → html}/images/ruby.png +0 -0
  78. data/{doc → html}/images/tag_blue.png +0 -0
  79. data/{doc → html}/images/tag_green.png +0 -0
  80. data/{doc → html}/images/transparent.png +0 -0
  81. data/{doc → html}/images/wrench.png +0 -0
  82. data/{doc → html}/images/wrench_orange.png +0 -0
  83. data/{doc → html}/images/zoom.png +0 -0
  84. data/{doc → html}/index.html +55 -9
  85. data/{doc → html}/js/darkfish.js +0 -0
  86. data/{doc → html}/js/jquery.js +0 -0
  87. data/{doc → html}/js/navigation.js +0 -0
  88. data/{doc → html}/js/navigation.js.gz +0 -0
  89. data/{doc → html}/js/search.js +0 -0
  90. data/html/js/search_index.js +1 -0
  91. data/html/js/search_index.js.gz +0 -0
  92. data/{doc → html}/js/searcher.js +0 -0
  93. data/{doc → html}/js/searcher.js.gz +0 -0
  94. data/{doc → html}/rps_gemspec.html +7 -10
  95. data/{doc → html}/table_of_contents.html +2 -11
  96. data/lib/rps/version.rb +1 -1
  97. data/rps.gemspec +1 -2
  98. metadata +92 -95
  99. metadata.gz.sig +0 -0
  100. data/doc/RockPaperScissors_sublime-project.html +0 -196
  101. data/doc/RockPaperScissors_sublime-workspace.html +0 -1049
  102. data/doc/created.rid +0 -53
  103. data/doc/docs/Gemfile_lock.html +0 -373
  104. data/doc/js/search_index.js +0 -1
  105. data/doc/js/search_index.js.gz +0 -0
data/doc/created.rid DELETED
@@ -1,53 +0,0 @@
1
- Sun, 02 Apr 2017 18:40:30 -0700
2
- ./bin/PlayRockPaperScissorsGame Sat, 01 Apr 2017 17:34:37 -0700
3
- ./bin/rps Sat, 01 Apr 2017 17:35:12 -0700
4
- ./certs/gem-public_cert.pem Sat, 01 Apr 2017 18:29:40 -0700
5
- ./docs/_config.yml Sun, 02 Apr 2017 14:01:03 -0700
6
- ./docs/_layouts/default.html Sun, 02 Apr 2017 18:19:42 -0700
7
- ./docs/_sass/jekyll-theme-cayman.scss Wed, 29 Mar 2017 09:08:52 -0700
8
- ./docs/_sass/normalize.scss Wed, 29 Mar 2017 09:08:52 -0700
9
- ./docs/_sass/rouge-github.scss Wed, 29 Mar 2017 09:08:52 -0700
10
- ./docs/_sass/variables.scss Wed, 29 Mar 2017 09:08:52 -0700
11
- ./docs/_site/assets/css/style.css Sun, 02 Apr 2017 18:20:17 -0700
12
- ./docs/_site/CODE_OF_CONDUCT.html Sun, 02 Apr 2017 18:20:17 -0700
13
- ./docs/_site/CONTRIBUTING.html Sun, 02 Apr 2017 18:20:17 -0700
14
- ./docs/_site/How_to_Build.html Sun, 02 Apr 2017 18:20:17 -0700
15
- ./docs/_site/index.html Sun, 02 Apr 2017 18:20:17 -0700
16
- ./docs/_site/script/bootstrap Sun, 02 Apr 2017 09:59:33 -0700
17
- ./docs/_site/script/cibuild Wed, 29 Mar 2017 09:08:52 -0700
18
- ./docs/_site/script/release Wed, 29 Mar 2017 09:08:52 -0700
19
- ./docs/_site/script/server Wed, 29 Mar 2017 09:08:52 -0700
20
- ./docs/_site/Testing.html Sun, 02 Apr 2017 18:20:17 -0700
21
- ./docs/assets/css/style.scss Wed, 29 Mar 2017 09:08:52 -0700
22
- ./docs/CODE_OF_CONDUCT.md Sun, 02 Apr 2017 16:44:27 -0700
23
- ./docs/CONTRIBUTING.md Sun, 02 Apr 2017 16:44:32 -0700
24
- ./docs/Gemfile Sun, 02 Apr 2017 09:49:43 -0700
25
- ./docs/Gemfile.lock Sun, 02 Apr 2017 09:50:25 -0700
26
- ./docs/How_to_Build.md Sun, 02 Apr 2017 17:18:44 -0700
27
- ./docs/index.md Sun, 02 Apr 2017 18:15:41 -0700
28
- ./docs/jekyll-theme-cayman.gemspec Wed, 29 Mar 2017 09:08:52 -0700
29
- ./docs/LICENSE Wed, 29 Mar 2017 09:08:52 -0700
30
- ./docs/script/bootstrap Sun, 02 Apr 2017 09:59:33 -0700
31
- ./docs/script/cibuild Wed, 29 Mar 2017 09:08:52 -0700
32
- ./docs/script/release Wed, 29 Mar 2017 09:08:52 -0700
33
- ./docs/script/server Wed, 29 Mar 2017 09:08:52 -0700
34
- ./docs/Testing.md Sun, 02 Apr 2017 16:44:20 -0700
35
- ./docs/thumbnail.png Wed, 29 Mar 2017 09:08:52 -0700
36
- ./exec/rps.bash Sun, 02 Apr 2017 09:19:41 -0700
37
- ./exec/run.bat Sat, 01 Apr 2017 14:27:33 -0700
38
- ./exec/uninstall.sh Sun, 02 Apr 2017 09:08:32 -0700
39
- ./Gemfile Sat, 01 Apr 2017 07:43:20 -0700
40
- ./Gemfile.lock Sun, 02 Apr 2017 17:37:27 -0700
41
- ./lib/ref/Constants.rb Sat, 01 Apr 2017 17:29:20 -0700
42
- ./lib/ref/PrivateMethods.rb Sat, 01 Apr 2017 17:35:24 -0700
43
- ./lib/rps/version.rb Sun, 02 Apr 2017 18:40:26 -0700
44
- ./lib/rps.rb Sat, 01 Apr 2017 17:27:41 -0700
45
- ./LICENSE Sat, 01 Apr 2017 07:43:20 -0700
46
- ./PlayRockPaperScissorsGame-2.0.7.gem Sun, 02 Apr 2017 18:20:59 -0700
47
- ./PlayRockPaperScissorsGame-2.0.8.gem Sun, 02 Apr 2017 18:38:51 -0700
48
- ./Rakefile Sat, 01 Apr 2017 14:43:11 -0700
49
- ./README.md Sun, 02 Apr 2017 17:40:30 -0700
50
- ./RockPaperScissors.sublime-project Wed, 29 Mar 2017 12:37:26 -0700
51
- ./RockPaperScissors.sublime-workspace Fri, 31 Mar 2017 20:25:13 -0700
52
- ./rps.gemspec Sun, 02 Apr 2017 18:40:21 -0700
53
- ./test/test_rps.rb Sat, 01 Apr 2017 19:02:07 -0700
@@ -1,373 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>Gemfile.lock - 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/Gemfile.lock">
151
-
152
- <p>PATH</p>
153
-
154
- <pre>remote: .
155
- specs:
156
- jekyll-theme-cayman (0.0.4)
157
- jekyll (~&gt; 3.3)</pre>
158
-
159
- <p>GEM</p>
160
-
161
- <pre>remote: https://rubygems.org/
162
- specs:
163
- activesupport (4.2.7)
164
- i18n (~&gt; 0.7)
165
- json (~&gt; 1.7, &gt;= 1.7.7)
166
- minitest (~&gt; 5.1)
167
- thread_safe (~&gt; 0.3, &gt;= 0.3.4)
168
- tzinfo (~&gt; 1.1)
169
- addressable (2.5.1)
170
- public_suffix (~&gt; 2.0, &gt;= 2.0.2)
171
- coffee-script (2.4.1)
172
- coffee-script-source
173
- execjs
174
- coffee-script-source (1.12.2)
175
- colorator (1.1.0)
176
- ethon (0.10.1)
177
- ffi (&gt;= 1.3.0)
178
- execjs (2.7.0)
179
- faraday (0.12.0.1)
180
- multipart-post (&gt;= 1.2, &lt; 3)
181
- ffi (1.9.18)
182
- forwardable-extended (2.6.0)
183
- gemoji (3.0.0)
184
- github-pages (133)
185
- activesupport (= 4.2.7)
186
- github-pages-health-check (= 1.3.3)
187
- jekyll (= 3.4.3)
188
- jekyll-avatar (= 0.4.2)
189
- jekyll-coffeescript (= 1.0.1)
190
- jekyll-default-layout (= 0.1.4)
191
- jekyll-feed (= 0.9.2)
192
- jekyll-gist (= 1.4.0)
193
- jekyll-github-metadata (= 2.3.1)
194
- jekyll-mentions (= 1.2.0)
195
- jekyll-optional-front-matter (= 0.1.2)
196
- jekyll-paginate (= 1.1.0)
197
- jekyll-readme-index (= 0.1.0)
198
- jekyll-redirect-from (= 0.12.1)
199
- jekyll-relative-links (= 0.4.0)
200
- jekyll-sass-converter (= 1.5.0)
201
- jekyll-seo-tag (= 2.1.0)
202
- jekyll-sitemap (= 1.0.0)
203
- jekyll-swiss (= 0.4.0)
204
- jekyll-theme-architect (= 0.0.4)
205
- jekyll-theme-cayman (= 0.0.4)
206
- jekyll-theme-dinky (= 0.0.4)
207
- jekyll-theme-hacker (= 0.0.4)
208
- jekyll-theme-leap-day (= 0.0.4)
209
- jekyll-theme-merlot (= 0.0.4)
210
- jekyll-theme-midnight (= 0.0.4)
211
- jekyll-theme-minimal (= 0.0.4)
212
- jekyll-theme-modernist (= 0.0.4)
213
- jekyll-theme-primer (= 0.1.8)
214
- jekyll-theme-slate (= 0.0.4)
215
- jekyll-theme-tactile (= 0.0.4)
216
- jekyll-theme-time-machine (= 0.0.4)
217
- jekyll-titles-from-headings (= 0.1.5)
218
- jemoji (= 0.8.0)
219
- kramdown (= 1.13.2)
220
- liquid (= 3.0.6)
221
- listen (= 3.0.6)
222
- mercenary (~&gt; 0.3)
223
- minima (= 2.0.0)
224
- rouge (= 1.11.1)
225
- terminal-table (~&gt; 1.4)
226
- github-pages-health-check (1.3.3)
227
- addressable (~&gt; 2.3)
228
- net-dns (~&gt; 0.8)
229
- octokit (~&gt; 4.0)
230
- public_suffix (~&gt; 2.0)
231
- typhoeus (~&gt; 0.7)
232
- html-pipeline (2.5.0)
233
- activesupport (&gt;= 2)
234
- nokogiri (&gt;= 1.4)
235
- i18n (0.8.1)
236
- jekyll (3.4.3)
237
- addressable (~&gt; 2.4)
238
- colorator (~&gt; 1.0)
239
- jekyll-sass-converter (~&gt; 1.0)
240
- jekyll-watch (~&gt; 1.1)
241
- kramdown (~&gt; 1.3)
242
- liquid (~&gt; 3.0)
243
- mercenary (~&gt; 0.3.3)
244
- pathutil (~&gt; 0.9)
245
- rouge (~&gt; 1.7)
246
- safe_yaml (~&gt; 1.0)
247
- jekyll-avatar (0.4.2)
248
- jekyll (~&gt; 3.0)
249
- jekyll-coffeescript (1.0.1)
250
- coffee-script (~&gt; 2.2)
251
- jekyll-default-layout (0.1.4)
252
- jekyll (~&gt; 3.0)
253
- jekyll-feed (0.9.2)
254
- jekyll (~&gt; 3.3)
255
- jekyll-gist (1.4.0)
256
- octokit (~&gt; 4.2)
257
- jekyll-github-metadata (2.3.1)
258
- jekyll (~&gt; 3.1)
259
- octokit (~&gt; 4.0, != 4.4.0)
260
- jekyll-mentions (1.2.0)
261
- activesupport (~&gt; 4.0)
262
- html-pipeline (~&gt; 2.3)
263
- jekyll (~&gt; 3.0)
264
- jekyll-optional-front-matter (0.1.2)
265
- jekyll (~&gt; 3.0)
266
- jekyll-paginate (1.1.0)
267
- jekyll-readme-index (0.1.0)
268
- jekyll (~&gt; 3.0)
269
- jekyll-redirect-from (0.12.1)
270
- jekyll (~&gt; 3.3)
271
- jekyll-relative-links (0.4.0)
272
- jekyll (~&gt; 3.3)
273
- jekyll-sass-converter (1.5.0)
274
- sass (~&gt; 3.4)
275
- jekyll-seo-tag (2.1.0)
276
- jekyll (~&gt; 3.3)
277
- jekyll-sitemap (1.0.0)
278
- jekyll (~&gt; 3.3)
279
- jekyll-swiss (0.4.0)
280
- jekyll-theme-architect (0.0.4)
281
- jekyll (~&gt; 3.3)
282
- jekyll-theme-dinky (0.0.4)
283
- jekyll (~&gt; 3.3)
284
- jekyll-theme-hacker (0.0.4)
285
- jekyll (~&gt; 3.3)
286
- jekyll-theme-leap-day (0.0.4)
287
- jekyll (~&gt; 3.3)
288
- jekyll-theme-merlot (0.0.4)
289
- jekyll (~&gt; 3.3)
290
- jekyll-theme-midnight (0.0.4)
291
- jekyll (~&gt; 3.3)
292
- jekyll-theme-minimal (0.0.4)
293
- jekyll (~&gt; 3.3)
294
- jekyll-theme-modernist (0.0.4)
295
- jekyll (~&gt; 3.3)
296
- jekyll-theme-primer (0.1.8)
297
- jekyll (~&gt; 3.3)
298
- jekyll-theme-slate (0.0.4)
299
- jekyll (~&gt; 3.3)
300
- jekyll-theme-tactile (0.0.4)
301
- jekyll (~&gt; 3.3)
302
- jekyll-theme-time-machine (0.0.4)
303
- jekyll (~&gt; 3.3)
304
- jekyll-titles-from-headings (0.1.5)
305
- jekyll (~&gt; 3.3)
306
- jekyll-watch (1.5.0)
307
- listen (~&gt; 3.0, &lt; 3.1)
308
- jemoji (0.8.0)
309
- activesupport (~&gt; 4.0)
310
- gemoji (~&gt; 3.0)
311
- html-pipeline (~&gt; 2.2)
312
- jekyll (&gt;= 3.0)
313
- json (1.8.6)
314
- kramdown (1.13.2)
315
- liquid (3.0.6)
316
- listen (3.0.6)
317
- rb-fsevent (&gt;= 0.9.3)
318
- rb-inotify (&gt;= 0.9.7)
319
- mercenary (0.3.6)
320
- mini_portile2 (2.1.0)
321
- minima (2.0.0)
322
- minitest (5.10.1)
323
- multipart-post (2.0.0)
324
- net-dns (0.8.0)
325
- nokogiri (1.7.1)
326
- mini_portile2 (~&gt; 2.1.0)
327
- octokit (4.6.2)
328
- sawyer (~&gt; 0.8.0, &gt;= 0.5.3)
329
- pathutil (0.14.0)
330
- forwardable-extended (~&gt; 2.6)
331
- public_suffix (2.0.5)
332
- rb-fsevent (0.9.8)
333
- rb-inotify (0.9.8)
334
- ffi (&gt;= 0.5.0)
335
- rouge (1.11.1)
336
- safe_yaml (1.0.4)
337
- sass (3.4.23)
338
- sawyer (0.8.1)
339
- addressable (&gt;= 2.3.5, &lt; 2.6)
340
- faraday (~&gt; 0.8, &lt; 1.0)
341
- terminal-table (1.7.3)
342
- unicode-display_width (~&gt; 1.1.1)
343
- thread_safe (0.3.6)
344
- typhoeus (0.8.0)
345
- ethon (&gt;= 0.8.0)
346
- tzinfo (1.2.3)
347
- thread_safe (~&gt; 0.1)
348
- unicode-display_width (1.1.3)</pre>
349
-
350
- <p>PLATFORMS</p>
351
-
352
- <pre class="ruby"><span class="ruby-identifier">ruby</span>
353
- </pre>
354
-
355
- <p>DEPENDENCIES</p>
356
-
357
- <pre class="ruby"><span class="ruby-identifier">github</span><span class="ruby-operator">-</span><span class="ruby-identifier">pages</span>
358
- <span class="ruby-identifier">jekyll</span><span class="ruby-operator">-</span><span class="ruby-identifier">theme</span><span class="ruby-operator">-</span><span class="ruby-identifier">cayman!</span>
359
- </pre>
360
-
361
- <p>BUNDLED WITH</p>
362
-
363
- <pre>1.14.6</pre>
364
- </main>
365
-
366
-
367
-
368
- <footer id="validator-badges" role="contentinfo">
369
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
370
- <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
371
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
372
- </footer>
373
-
@@ -1 +0,0 @@
1
- var search_data = {"index":{"searchIndex":["constants","playrockpaperscissorsgame","playrockpaperscissorsgame","constants","privatemethods","privatemethods","raketest","constants","privatemethods","continue()","continue()","new()","new()","play()","testplay()","gemfile","gemfile.lock","license","readme","rakefile","rockpaperscissors.sublime-project","rockpaperscissors.sublime-workspace","gem-public_cert.pem","code_of_conduct","contributing","gemfile","gemfile.lock","how_to_build","license","testing","default.html","jekyll-theme-cayman.scss","normalize.scss","rouge-github.scss","variables.scss","code_of_conduct.html","contributing.html","how_to_build.html","testing.html","style.css","index.html","bootstrap","cibuild","release","server","style.scss","index","jekyll-theme-cayman.gemspec","bootstrap","cibuild","release","server","rps.bash","run.bat","uninstall.sh","rps.gemspec"],"longSearchIndex":["constants","playrockpaperscissorsgame","playrockpaperscissorsgame","playrockpaperscissorsgame::constants","playrockpaperscissorsgame::privatemethods","privatemethods","raketest","raketest::constants","raketest::privatemethods","playrockpaperscissorsgame::continue()","raketest::continue()","playrockpaperscissorsgame::new()","raketest::new()","playrockpaperscissorsgame#play()","raketest#testplay()","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"info":[["Constants","","Constants.html","",""],["PlayRockPaperScissorsGame","","PlayRockPaperScissorsGame.html","","<p>|====================================| | Req Ruby Ver | Req Ruby Gems Ver \n| |————–|———————| …\n"],["PlayRockPaperScissorsGame","","PlayRockPaperScissorsGame.html","",""],["PlayRockPaperScissorsGame::Constants","","PlayRockPaperScissorsGame/Constants.html","",""],["PlayRockPaperScissorsGame::PrivateMethods","","PlayRockPaperScissorsGame/PrivateMethods.html","",""],["PrivateMethods","","PrivateMethods.html","",""],["RakeTest","","RakeTest.html","","<p>|====================================| | Req Ruby Ver | Req Ruby Gems Ver \n| |————–|———————| …\n"],["RakeTest::Constants","","RakeTest/Constants.html","",""],["RakeTest::PrivateMethods","","RakeTest/PrivateMethods.html","",""],["continue","PlayRockPaperScissorsGame","PlayRockPaperScissorsGame.html#method-c-continue","(str1, str2, str3)",""],["continue","RakeTest","RakeTest.html#method-c-continue","(str1, str2, str3)",""],["new","PlayRockPaperScissorsGame","PlayRockPaperScissorsGame.html#method-c-new","()",""],["new","RakeTest","RakeTest.html#method-c-new","()",""],["play","PlayRockPaperScissorsGame","PlayRockPaperScissorsGame.html#method-i-play","(winning_score)",""],["testPlay","RakeTest","RakeTest.html#method-i-testPlay","(winning_score)",""],["Gemfile","","Gemfile.html","","<p>source &#39;rubygems.org&#39; ruby &#39;&gt;= 2.0.0&#39; platform :ruby do\n\n<pre>gemspec\ngroup :test do\n ...</pre>\n"],["Gemfile.lock","","Gemfile_lock.html","","<p>PATH\n\n<pre>remote: .\nspecs:\n PlayRockPaperScissorsGame (2.0.5)\n bundler (~&gt; 1.14.6)\n colorize (~&gt; 0.8.1) ...</pre>\n"],["LICENSE","","LICENSE.html","","<p>The MIT License\n<p>Copyright © 2010-2017 Google, Inc. angularjs.org\n<p>Permission is hereby granted, free of …\n"],["README","","README_md.html","","<p>Rock Paper Scissors\n<p>How to Run and Install\n<p>Install and Run on Mac\n"],["Rakefile","","Rakefile.html","","<p>task :default =&gt; [:test, :PlayRockPaperScissorsGame, :rps]\n<p>file_path = “./test/test_rps.rb” …\n"],["RockPaperScissors.sublime-project","","RockPaperScissors_sublime-project.html","","<p>{\n\n<pre> &quot;folders&quot;:\n [\n {\n &quot;name&quot;: &quot;RockPaperScissors&quot;,\n ...</pre>\n"],["RockPaperScissors.sublime-workspace","","RockPaperScissors_sublime-workspace.html","","<p>{\n\n<pre>&quot;auto_complete&quot;:\n{\n &quot;selected_items&quot;:\n [\n [\n &quot;Play&quot;, ...</pre>\n"],["gem-public_cert.pem","","certs/gem-public_cert_pem.html","","<p>—–BEGIN CERTIFICATE—–\nMIIDeDCCAmCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMREwDwYDVQQDDAhiZ2xh\ndG1hbjEXMBUGCgmSJomT8ixkARkWB291dGxvb2sxEzARBgoJkiaJk/IsZAEZFgNj …\n"],["CODE_OF_CONDUCT","","docs/CODE_OF_CONDUCT_md.html","","<p>—\nlayout: default\n---\n<p>Contributor Covenant Code of Conduct\n<p>Our Pledge\n"],["CONTRIBUTING","","docs/CONTRIBUTING_md.html","","<p>—\nlayout: default\n---\n<p>Contributing\n<p>Hi there! We&#39;re thrilled that you&#39;d like to contribute to …\n"],["Gemfile","","docs/Gemfile.html","","<p>source &#39;rubygems.org&#39;\n<p>gemspec gem “github-pages”, group: :jekyll_plugins\n"],["Gemfile.lock","","docs/Gemfile_lock.html","","<p>PATH\n\n<pre>remote: .\nspecs:\n jekyll-theme-cayman (0.0.4)\n jekyll (~&gt; 3.3)</pre>\n<p>GEM\n"],["How_to_Build","","docs/How_to_Build_md.html","","<p>—\nlayout: default\n---\n<p>How to build the Gemspec\n<p>Instructions\n"],["LICENSE","","docs/LICENSE.html","","<p>CC0 1.0 Universal\n<p>Statement of Purpose\n<p>The laws of most jurisdictions throughout the world automatically …\n"],["Testing","","docs/Testing_md.html","","<p>—\nlayout: default\n---\n<p>How to test this Gem\n<p>What you will need\n"],["default.html","","docs/_layouts/default_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;{{ ...</pre>\n"],["jekyll-theme-cayman.scss","","docs/_sass/jekyll-theme-cayman_scss.html","","<p>@import “normalize”; @import “rouge-github”; @import “variables”;\n<p>@mixin …\n"],["normalize.scss","","docs/_sass/normalize_scss.html","","\n<pre>! normalize.css v3.0.2 | MIT License | git.io/normalize \n\n 1. Set default font family to sans-serif. ...</pre>\n"],["rouge-github.scss","","docs/_sass/rouge-github_scss.html","","<p>.highlight table td { padding: 5px; } .highlight table pre { margin: 0; }\n.highlight .cm {\n\n<pre>color: #999988; ...</pre>\n"],["variables.scss","","docs/_sass/variables_scss.html","","<p>// Breakpoints $large-breakpoint: 64em; $medium-breakpoint: 42em;\n<p>// Headers $header-heading-color: #fff …\n"],["CODE_OF_CONDUCT.html","","docs/_site/CODE_OF_CONDUCT_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;Contributor ...</pre>\n"],["CONTRIBUTING.html","","docs/_site/CONTRIBUTING_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;Contributing&lt;/title&gt; ...</pre>\n"],["How_to_Build.html","","docs/_site/How_to_Build_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;How ...</pre>\n"],["Testing.html","","docs/_site/Testing_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;Play ...</pre>\n"],["style.css","","docs/_site/assets/css/style_css.html","","\n<pre>! normalize.css v3.0.2 | MIT License | git.io/normalize \n 1. Set default font family to sans-serif. ...</pre>\n"],["index.html","","docs/_site/index_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-us”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;UTF-8&quot;&gt;\n &lt;title&gt;Play ...</pre>\n"],["bootstrap","","docs/_site/script/bootstrap.html","","<p>#!/bin/sh\n<p>set -e\n<p>gem install bundler bundle install\n"],["cibuild","","docs/_site/script/cibuild.html","","<p>#!/bin/sh\n<p>set -e\n<p>bundle exec jekyll build gem build jekyll-theme-cayman.gemspec\n"],["release","","docs/_site/script/release.html","","<p>#!/bin/sh # Tag and push a release.\n<p>set -e\n<p># Make sure we&#39;re in the project root.\n"],["server","","docs/_site/script/server.html","","<p>#!/bin/sh\n<p>bundle exec jekyll serve\n"],["style.scss","","docs/assets/css/style_scss.html","","<p>@import &#39;jekyll-theme-cayman&#39;;\n"],["index","","docs/index_md.html","","<p>—\nlayout: default\n---\n<p>Rock Paper Scissors\n<p><strong>Table of Contents</strong>\n"],["jekyll-theme-cayman.gemspec","","docs/jekyll-theme-cayman_gemspec.html","","<p>Gem::Specification.new do |s|\n\n<pre>s.name = &quot;jekyll-theme-cayman&quot;\ns.version = &quot;0.0.4&quot;\ns.license ...</pre>\n"],["bootstrap","","docs/script/bootstrap.html","","<p>#!/bin/sh\n<p>set -e\n<p>gem install bundler bundle install\n"],["cibuild","","docs/script/cibuild.html","","<p>#!/bin/sh\n<p>set -e\n<p>bundle exec jekyll build gem build jekyll-theme-cayman.gemspec\n"],["release","","docs/script/release.html","","<p>#!/bin/sh # Tag and push a release.\n<p>set -e\n<p># Make sure we&#39;re in the project root.\n"],["server","","docs/script/server.html","","<p>#!/bin/sh\n<p>bundle exec jekyll serve\n"],["rps.bash","","exec/rps_bash.html","","<p>#!/bin/bash\n<p>master() {\n\n<pre>normal=$(tput sgr0); # Select normal mode\nbold=`tput bold`; # Select ...</pre>\n"],["run.bat","","exec/run_bat.html","","<p>@ECHO OFF\n<p>:master\n\n<pre>:confirm\n CHOICE /C YN &quot;Would you like to play Rock Paper Scissors?&quot;\n if ...</pre>\n"],["uninstall.sh","","exec/uninstall_sh.html","","<p>#!/bin/sh\n<p>master() {\n\n<pre>echo &quot;Would you like to Uninstall the RPS gem, Ruby Gems, Ruby, and xcode command ...</pre>\n"],["rps.gemspec","","rps_gemspec.html","","<p>Gem::Specification.new do |spec|\n\n<pre>spec.name = &quot;PlayRockPaperScissorsGame&quot; ...</pre>\n"]]}}
Binary file