PlayRockPaperScissorsGame 2.0.7 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/doc/Constants.html +135 -0
- data/doc/Gemfile.html +174 -0
- data/doc/Gemfile_lock.html +199 -0
- data/doc/LICENSE.html +183 -0
- data/doc/PlayRockPaperScissorsGame.html +110 -0
- data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
- data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
- data/doc/PrivateMethods.html +96 -0
- data/doc/README_md.html +227 -0
- data/doc/RakeTest.html +268 -0
- data/doc/RakeTest/Constants.html +135 -0
- data/doc/RakeTest/PrivateMethods.html +96 -0
- data/doc/Rakefile.html +187 -0
- data/doc/RockPaperScissors_sublime-project.html +196 -0
- data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
- data/doc/certs/gem-public_cert_pem.html +181 -0
- data/doc/created.rid +52 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
- data/doc/docs/CONTRIBUTING_md.html +239 -0
- data/doc/docs/Gemfile.html +164 -0
- data/doc/docs/Gemfile_lock.html +373 -0
- data/doc/docs/How_to_Build_md.html +207 -0
- data/doc/docs/LICENSE.html +286 -0
- data/doc/docs/Testing_md.html +200 -0
- data/doc/docs/_layouts/default_html.html +212 -0
- data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
- data/doc/docs/_sass/normalize_scss.html +679 -0
- data/doc/docs/_sass/rouge-github_scss.html +431 -0
- data/doc/docs/_sass/variables_scss.html +173 -0
- data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
- data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
- data/doc/docs/_site/How_to_Build_html.html +236 -0
- data/doc/docs/_site/Testing_html.html +237 -0
- data/doc/docs/_site/assets/css/style_css.html +549 -0
- data/doc/docs/_site/index_html.html +305 -0
- data/doc/docs/_site/script/bootstrap.html +166 -0
- data/doc/docs/_site/script/cibuild.html +166 -0
- data/doc/docs/_site/script/release.html +209 -0
- data/doc/docs/_site/script/server.html +164 -0
- data/doc/docs/assets/css/style_scss.html +164 -0
- data/doc/docs/index_md.html +259 -0
- data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
- data/doc/docs/script/bootstrap.html +166 -0
- data/doc/docs/script/cibuild.html +166 -0
- data/doc/docs/script/release.html +209 -0
- data/doc/docs/script/server.html +164 -0
- data/doc/exec/rps_bash.html +234 -0
- data/doc/exec/run_bat.html +185 -0
- data/doc/exec/uninstall_sh.html +194 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +186 -0
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +229 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/rps_gemspec.html +201 -0
- data/doc/table_of_contents.html +280 -0
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +95 -1
- 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>CODE_OF_CONDUCT.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/CODE_OF_CONDUCT.html">
|
151
|
+
|
152
|
+
<p><!DOCTYPE html> <html lang=“en-us”></p>
|
153
|
+
|
154
|
+
<pre><head>
|
155
|
+
<meta charset="UTF-8">
|
156
|
+
<title>Contributor Covenant Code of Conduct</title>
|
157
|
+
<meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
|
158
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
159
|
+
<meta name="theme-color" content="#157878">
|
160
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
161
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
162
|
+
</head>
|
163
|
+
<body>
|
164
|
+
<section class="page-header">
|
165
|
+
<h1 class="project-name">Play Rock Paper Scissors Game</h1>
|
166
|
+
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
167
|
+
|
168
|
+
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
169
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
170
|
+
|
171
|
+
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
172
|
+
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
173
|
+
|
174
|
+
<br/>
|
175
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
176
|
+
</section>
|
177
|
+
|
178
|
+
<section class="main-content">
|
179
|
+
<h1 id="contributor-covenant-code-of-conduct">Contributor Covenant Code of Conduct</h1></pre>
|
180
|
+
|
181
|
+
<p><h2 id=“our-pledge”>Our Pledge</h2></p>
|
182
|
+
|
183
|
+
<p><p>In the interest of fostering an open and welcoming environment, we
|
184
|
+
as contributors and maintainers pledge to making participation in our
|
185
|
+
project and our community a harassment-free experience for everyone,
|
186
|
+
regardless of age, body size, disability, ethnicity, gender identity and
|
187
|
+
expression, level of experience, nationality, personal appearance, race,
|
188
|
+
religion, or sexual identity and orientation.</p></p>
|
189
|
+
|
190
|
+
<p><h2 id=“our-standards”>Our Standards</h2></p>
|
191
|
+
|
192
|
+
<p><p>Examples of behavior that contributes to creating a positive
|
193
|
+
environment include:</p></p>
|
194
|
+
|
195
|
+
<p><ul></p>
|
196
|
+
|
197
|
+
<pre><li>Using welcoming and inclusive language</li>
|
198
|
+
<li>Being respectful of differing viewpoints and experiences</li>
|
199
|
+
<li>Gracefully accepting constructive criticism</li>
|
200
|
+
<li>Focusing on what is best for the community</li>
|
201
|
+
<li>Showing empathy towards other community members</li></pre>
|
202
|
+
|
203
|
+
<p></ul></p>
|
204
|
+
|
205
|
+
<p><p>Examples of unacceptable behavior by participants
|
206
|
+
include:</p></p>
|
207
|
+
|
208
|
+
<p><ul></p>
|
209
|
+
|
210
|
+
<pre><li>The use of sexualized language or imagery and unwelcome sexual attention or</pre>
|
211
|
+
|
212
|
+
<p>advances</li></p>
|
213
|
+
|
214
|
+
<pre><li>Trolling, insulting/derogatory comments, and personal or political attacks</li>
|
215
|
+
<li>Public or private harassment</li>
|
216
|
+
<li>Publishing others’ private information, such as a physical or electronic</pre>
|
217
|
+
|
218
|
+
<p>address, without explicit permission</li></p>
|
219
|
+
|
220
|
+
<pre><li>Other conduct which could reasonably be considered inappropriate in a</pre>
|
221
|
+
|
222
|
+
<p>professional setting</li> </ul></p>
|
223
|
+
|
224
|
+
<p><h2 id=“our-responsibilities”>Our Responsibilities</h2></p>
|
225
|
+
|
226
|
+
<p><p>Project maintainers are responsible for clarifying the standards
|
227
|
+
of acceptable behavior and are expected to take appropriate and fair
|
228
|
+
corrective action in response to any instances of unacceptable
|
229
|
+
behavior.</p></p>
|
230
|
+
|
231
|
+
<p><p>Project maintainers have the right and responsibility to remove,
|
232
|
+
edit, or reject comments, commits, code, wiki edits, issues, and other
|
233
|
+
contributions that are not aligned to this Code of Conduct, or to ban
|
234
|
+
temporarily or permanently any contributor for other behaviors that they
|
235
|
+
deem inappropriate, threatening, offensive, or harmful.</p></p>
|
236
|
+
|
237
|
+
<p><h2 id=“scope”>Scope</h2></p>
|
238
|
+
|
239
|
+
<p><p>This Code of Conduct applies both within project spaces and in
|
240
|
+
public spaces when an individual is representing the project or its
|
241
|
+
community. Examples of representing a project or community include using an
|
242
|
+
official project e-mail address, posting via an official social media
|
243
|
+
account, or acting as an appointed representative at an online or offline
|
244
|
+
event. Representation of a project may be further defined and clarified by
|
245
|
+
project maintainers.</p></p>
|
246
|
+
|
247
|
+
<p><h2 id=“enforcement”>Enforcement</h2></p>
|
248
|
+
|
249
|
+
<p><p>Instances of abusive, harassing, or otherwise unacceptable
|
250
|
+
behavior may be reported by contacting the project team at <a
|
251
|
+
href="https://github.com/contact/report-abuse">github.com/contact/report-abuse</a>.
|
252
|
+
All complaints will be reviewed and investigated and will result in a
|
253
|
+
response that is deemed necessary and appropriate to the circumstances. The
|
254
|
+
project team is obligated to maintain confidentiality with regard to the
|
255
|
+
reporter of an incident. Further details of specific enforcement policies
|
256
|
+
may be posted separately.</p></p>
|
257
|
+
|
258
|
+
<p><p>Project maintainers who do not follow or enforce the Code of
|
259
|
+
Conduct in good faith may face temporary or permanent repercussions as
|
260
|
+
determined by other members of the project’s leadership.</p></p>
|
261
|
+
|
262
|
+
<p><h2 id=“attribution”>Attribution</h2></p>
|
263
|
+
|
264
|
+
<p><p>This Code of Conduct is adapted from the <a href=“<a
|
265
|
+
href="http://contributor-covenant.org">Contributor”>contributor-covenant.org“>Contributor</a>
|
266
|
+
Covenant</a>, version 1.4, available at <a href=”<a
|
267
|
+
href="http://contributor-covenant.org/version/1/4/">http://contributor-covenant.org/version/1/4</a></p">contributor-covenant.org/version/1/4/“>http://contributor-covenant.org/version/1/4</a></p</a>></p>
|
268
|
+
|
269
|
+
<p><hr /></p>
|
270
|
+
|
271
|
+
<p><h2 id=“site-nav”>Site Nav</h2></p>
|
272
|
+
|
273
|
+
<p><table></p>
|
274
|
+
|
275
|
+
<pre><tbody>
|
276
|
+
<tr>
|
277
|
+
<td><a href="./">Home</a></td>
|
278
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
279
|
+
<td><a href="CONTRIBUTING">Contributing</a></td>
|
280
|
+
<td><a href="Testing">How to Test</a></td>
|
281
|
+
</tr>
|
282
|
+
</tbody></pre>
|
283
|
+
|
284
|
+
<p></table></p>
|
285
|
+
|
286
|
+
<pre> <footer class="site-footer">
|
287
|
+
|
288
|
+
<span class="site-footer-owner"><a href="http://github.com/bag3318/RockPaperScissors">RockPaperScissors</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span>
|
289
|
+
|
290
|
+
</footer>
|
291
|
+
</section>
|
292
|
+
|
293
|
+
</body></pre>
|
294
|
+
|
295
|
+
<p></html></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,261 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>CONTRIBUTING.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/CONTRIBUTING.html">
|
151
|
+
|
152
|
+
<p><!DOCTYPE html> <html lang=“en-us”></p>
|
153
|
+
|
154
|
+
<pre><head>
|
155
|
+
<meta charset="UTF-8">
|
156
|
+
<title>Contributing</title>
|
157
|
+
<meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
|
158
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
159
|
+
<meta name="theme-color" content="#157878">
|
160
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
161
|
+
<link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
|
162
|
+
</head>
|
163
|
+
<body>
|
164
|
+
<section class="page-header">
|
165
|
+
<h1 class="project-name">Play Rock Paper Scissors Game</h1>
|
166
|
+
<h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
|
167
|
+
|
168
|
+
<a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
|
169
|
+
<a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>
|
170
|
+
|
171
|
+
<a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
|
172
|
+
<a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>
|
173
|
+
|
174
|
+
<br/>
|
175
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
176
|
+
</section>
|
177
|
+
|
178
|
+
<section class="main-content">
|
179
|
+
<h2 id="contributing">Contributing</h2></pre>
|
180
|
+
|
181
|
+
<p><p>Hi there! We’re thrilled that you’d like to contribute to this
|
182
|
+
project. Your help is essential for keeping it great.</p></p>
|
183
|
+
|
184
|
+
<p><p>Please note that this project is released with a <a
|
185
|
+
href=“/CODE_OF_CONDUCT.html”>Contributor Code of Conduct</a>. By
|
186
|
+
participating in this project you agree to abide by its terms.</p></p>
|
187
|
+
|
188
|
+
<p><h2 id=“submitting-a-pull-request”>Submitting a pull
|
189
|
+
request</h2></p>
|
190
|
+
|
191
|
+
<p><ol></p>
|
192
|
+
|
193
|
+
<pre><li><a href="https://github.com/pages-themes/cayman/fork">Fork</a> and clone the repository</li>
|
194
|
+
<li>Configure and install the dependencies: <code class="highlighter-rouge">script/bootstrap</code></li>
|
195
|
+
<li>Make sure the tests pass on your machine: <code class="highlighter-rouge">script/cibuild</code></li>
|
196
|
+
<li>Create a new branch: <code class="highlighter-rouge">git checkout -b my-branch-name</code></li>
|
197
|
+
<li>Make your change, add tests, and make sure the tests still pass</li>
|
198
|
+
<li>Push to your fork and <a href="https://github.com/pages-themes/cayman/compare">submit a pull request</a></li>
|
199
|
+
<li>Pat your self on the back and wait for your pull request to be reviewed and merged.</li></pre>
|
200
|
+
|
201
|
+
<p></ol></p>
|
202
|
+
|
203
|
+
<p><p>Here are a few things you can do that will increase the likelihood
|
204
|
+
of your pull request being accepted:</p></p>
|
205
|
+
|
206
|
+
<p><ul></p>
|
207
|
+
|
208
|
+
<pre><li>Follow the <a href="http://ben.balter.com/jekyll-style-guide/">style guide</a>.</li>
|
209
|
+
<li>Write tests.</li>
|
210
|
+
<li>Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.</li>
|
211
|
+
<li>Write a <a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">good commit message</a>.</li></pre>
|
212
|
+
|
213
|
+
<p></ul></p>
|
214
|
+
|
215
|
+
<p><h2 id=“resources”>Resources</h2></p>
|
216
|
+
|
217
|
+
<p><ul></p>
|
218
|
+
|
219
|
+
<pre><li><a href="https://guides.github.com/activities/contributing-to-open-source/">Contributing to Open Source on GitHub</a></li>
|
220
|
+
<li><a href="https://help.github.com/articles/using-pull-requests/">Using Pull Requests</a></li>
|
221
|
+
<li><a href="https://help.github.com">GitHub Help</a></li></pre>
|
222
|
+
|
223
|
+
<p></ul></p>
|
224
|
+
|
225
|
+
<p><hr /></p>
|
226
|
+
|
227
|
+
<p><h2 id=“site-nav”>Site Nav</h2></p>
|
228
|
+
|
229
|
+
<p><table></p>
|
230
|
+
|
231
|
+
<pre><tbody>
|
232
|
+
<tr>
|
233
|
+
<td><a href="./">Home</a></td>
|
234
|
+
<td><a href="How_to_Build">How to Build</a></td>
|
235
|
+
<td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
|
236
|
+
<td><a href="/Testing.html">How to Test</a></td>
|
237
|
+
</tr>
|
238
|
+
</tbody></pre>
|
239
|
+
|
240
|
+
<p></table></p>
|
241
|
+
|
242
|
+
<pre> <footer class="site-footer">
|
243
|
+
|
244
|
+
<span class="site-footer-owner"><a href="http://github.com/bag3318/RockPaperScissors">RockPaperScissors</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span>
|
245
|
+
|
246
|
+
</footer>
|
247
|
+
</section>
|
248
|
+
|
249
|
+
</body></pre>
|
250
|
+
|
251
|
+
<p></html></p>
|
252
|
+
</main>
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
<footer id="validator-badges" role="contentinfo">
|
257
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
258
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
259
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
260
|
+
</footer>
|
261
|
+
|