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,270 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>CODE_OF_CONDUCT - 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
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
60
+ <li><a href="#label-Our+Pledge">Our Pledge</a>
61
+ <li><a href="#label-Our+Standards">Our Standards</a>
62
+ <li><a href="#label-Our+Responsibilities">Our Responsibilities</a>
63
+ <li><a href="#label-Scope">Scope</a>
64
+ <li><a href="#label-Enforcement">Enforcement</a>
65
+ <li><a href="#label-Attribution">Attribution</a>
66
+ <li><a href="#label-Site+Nav">Site Nav</a>
67
+ </ul>
68
+ </div>
69
+
70
+
71
+ <div id="project-metadata">
72
+ <div id="fileindex-section" class="nav-section">
73
+ <h3>Pages</h3>
74
+
75
+ <ul class="link-list">
76
+
77
+ <li><a href="../Gemfile.html">Gemfile</a>
78
+
79
+ <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
80
+
81
+ <li><a href="../LICENSE.html">LICENSE</a>
82
+
83
+ <li><a href="../README_md.html">README</a>
84
+
85
+ <li><a href="../Rakefile.html">Rakefile</a>
86
+
87
+ <li><a href="../RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
88
+
89
+ <li><a href="../RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
90
+
91
+ <li><a href="../certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
92
+
93
+ <li><a href="../docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
94
+
95
+ <li><a href="../docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
96
+
97
+ <li><a href="../docs/Gemfile.html">Gemfile</a>
98
+
99
+ <li><a href="../docs/Gemfile_lock.html">Gemfile.lock</a>
100
+
101
+ <li><a href="../docs/How_to_Build_md.html">How_to_Build</a>
102
+
103
+ <li><a href="../docs/LICENSE.html">LICENSE</a>
104
+
105
+ <li><a href="../docs/Testing_md.html">Testing</a>
106
+
107
+ <li><a href="../docs/_layouts/default_html.html">default.html</a>
108
+
109
+ <li><a href="../docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
110
+
111
+ <li><a href="../docs/_sass/normalize_scss.html">normalize.scss</a>
112
+
113
+ <li><a href="../docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
114
+
115
+ <li><a href="../docs/_sass/variables_scss.html">variables.scss</a>
116
+
117
+ <li><a href="../docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
118
+
119
+ <li><a href="../docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
120
+
121
+ <li><a href="../docs/_site/How_to_Build_html.html">How_to_Build.html</a>
122
+
123
+ <li><a href="../docs/_site/Testing_html.html">Testing.html</a>
124
+
125
+ <li><a href="../docs/_site/assets/css/style_css.html">style.css</a>
126
+
127
+ <li><a href="../docs/_site/index_html.html">index.html</a>
128
+
129
+ <li><a href="../docs/_site/script/bootstrap.html">bootstrap</a>
130
+
131
+ <li><a href="../docs/_site/script/cibuild.html">cibuild</a>
132
+
133
+ <li><a href="../docs/_site/script/release.html">release</a>
134
+
135
+ <li><a href="../docs/_site/script/server.html">server</a>
136
+
137
+ <li><a href="../docs/assets/css/style_scss.html">style.scss</a>
138
+
139
+ <li><a href="../docs/index_md.html">index</a>
140
+
141
+ <li><a href="../docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
142
+
143
+ <li><a href="../docs/script/bootstrap.html">bootstrap</a>
144
+
145
+ <li><a href="../docs/script/cibuild.html">cibuild</a>
146
+
147
+ <li><a href="../docs/script/release.html">release</a>
148
+
149
+ <li><a href="../docs/script/server.html">server</a>
150
+
151
+ <li><a href="../exec/rps_bash.html">rps.bash</a>
152
+
153
+ <li><a href="../exec/run_bat.html">run.bat</a>
154
+
155
+ <li><a href="../exec/uninstall_sh.html">uninstall.sh</a>
156
+
157
+ <li><a href="../rps_gemspec.html">rps.gemspec</a>
158
+
159
+ </ul>
160
+ </div>
161
+
162
+ </div>
163
+ </nav>
164
+
165
+ <main role="main" aria-label="Page docs/CODE_OF_CONDUCT.md">
166
+
167
+ <p>— layout: default —</p>
168
+
169
+ <h1 id="label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct<span><a href="#label-Contributor+Covenant+Code+of+Conduct">&para;</a> <a href="#top">&uarr;</a></span></h1>
170
+
171
+ <h2 id="label-Our+Pledge">Our Pledge<span><a href="#label-Our+Pledge">&para;</a> <a href="#top">&uarr;</a></span></h2>
172
+
173
+ <p>In the interest of fostering an open and welcoming environment, we as
174
+ contributors and maintainers pledge to making participation in our project
175
+ and our community a harassment-free experience for everyone, regardless of
176
+ age, body size, disability, ethnicity, gender identity and expression,
177
+ level of experience, nationality, personal appearance, race, religion, or
178
+ sexual identity and orientation.</p>
179
+
180
+ <h2 id="label-Our+Standards">Our Standards<span><a href="#label-Our+Standards">&para;</a> <a href="#top">&uarr;</a></span></h2>
181
+
182
+ <p>Examples of behavior that contributes to creating a positive environment
183
+ include:</p>
184
+ <ul><li>
185
+ <p>Using welcoming and inclusive language</p>
186
+ </li><li>
187
+ <p>Being respectful of differing viewpoints and experiences</p>
188
+ </li><li>
189
+ <p>Gracefully accepting constructive criticism</p>
190
+ </li><li>
191
+ <p>Focusing on what is best for the community</p>
192
+ </li><li>
193
+ <p>Showing empathy towards other community members</p>
194
+ </li></ul>
195
+
196
+ <p>Examples of unacceptable behavior by participants include:</p>
197
+ <ul><li>
198
+ <p>The use of sexualized language or imagery and unwelcome sexual attention or
199
+ advances</p>
200
+ </li><li>
201
+ <p>Trolling, insulting/derogatory comments, and personal or political attacks</p>
202
+ </li><li>
203
+ <p>Public or private harassment</p>
204
+ </li><li>
205
+ <p>Publishing others&#39; private information, such as a physical or
206
+ electronic address, without explicit permission</p>
207
+ </li><li>
208
+ <p>Other conduct which could reasonably be considered inappropriate in a
209
+ professional setting</p>
210
+ </li></ul>
211
+
212
+ <h2 id="label-Our+Responsibilities">Our Responsibilities<span><a href="#label-Our+Responsibilities">&para;</a> <a href="#top">&uarr;</a></span></h2>
213
+
214
+ <p>Project maintainers are responsible for clarifying the standards of
215
+ acceptable behavior and are expected to take appropriate and fair
216
+ corrective action in response to any instances of unacceptable behavior.</p>
217
+
218
+ <p>Project maintainers have the right and responsibility to remove, edit, or
219
+ reject comments, commits, code, wiki edits, issues, and other contributions
220
+ that are not aligned to this Code of Conduct, or to ban temporarily or
221
+ permanently any contributor for other behaviors that they deem
222
+ inappropriate, threatening, offensive, or harmful.</p>
223
+
224
+ <h2 id="label-Scope">Scope<span><a href="#label-Scope">&para;</a> <a href="#top">&uarr;</a></span></h2>
225
+
226
+ <p>This Code of Conduct applies both within project spaces and in public
227
+ spaces when an individual is representing the project or its community.
228
+ Examples of representing a project or community include using an official
229
+ project e-mail address, posting via an official social media account, or
230
+ acting as an appointed representative at an online or offline event.
231
+ Representation of a project may be further defined and clarified by project
232
+ maintainers.</p>
233
+
234
+ <h2 id="label-Enforcement">Enforcement<span><a href="#label-Enforcement">&para;</a> <a href="#top">&uarr;</a></span></h2>
235
+
236
+ <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
237
+ reported by contacting the project team at <a
238
+ href="https://github.com/contact/report-abuse">github.com/contact/report-abuse</a>.
239
+ All complaints will be reviewed and investigated and will result in a
240
+ response that is deemed necessary and appropriate to the circumstances. The
241
+ project team is obligated to maintain confidentiality with regard to the
242
+ reporter of an incident. Further details of specific enforcement policies
243
+ may be posted separately.</p>
244
+
245
+ <p>Project maintainers who do not follow or enforce the Code of Conduct in
246
+ good faith may face temporary or permanent repercussions as determined by
247
+ other members of the project&#39;s leadership.</p>
248
+
249
+ <h2 id="label-Attribution">Attribution<span><a href="#label-Attribution">&para;</a> <a href="#top">&uarr;</a></span></h2>
250
+
251
+ <p>This Code of Conduct is adapted from the <a
252
+ href="http://contributor-covenant.org">Contributor Covenant</a>, version
253
+ 1.4, available at <a
254
+ href="http://contributor-covenant.org/version/1/4/">contributor-covenant.org/version/1/4</a></p>
255
+ <hr>
256
+
257
+ <h2 id="label-Site+Nav">Site Nav<span><a href="#label-Site+Nav">&para;</a> <a href="#top">&uarr;</a></span></h2>
258
+
259
+ <p><a href="./">Home</a> | <a href="How_to_Build">How to Build</a> | <a
260
+ href="CONTRIBUTING">Contributing</a> | <a href="Testing">How to Test</a></p>
261
+ </main>
262
+
263
+
264
+
265
+ <footer id="validator-badges" role="contentinfo">
266
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
267
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
268
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
269
+ </footer>
270
+
@@ -0,0 +1,239 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>CONTRIBUTING - 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
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-Contributing">Contributing</a>
60
+ <li><a href="#label-Submitting+a+pull+request">Submitting a pull request</a>
61
+ <li><a href="#label-Resources">Resources</a>
62
+ <li><a href="#label-Site+Nav">Site Nav</a>
63
+ </ul>
64
+ </div>
65
+
66
+
67
+ <div id="project-metadata">
68
+ <div id="fileindex-section" class="nav-section">
69
+ <h3>Pages</h3>
70
+
71
+ <ul class="link-list">
72
+
73
+ <li><a href="../Gemfile.html">Gemfile</a>
74
+
75
+ <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
76
+
77
+ <li><a href="../LICENSE.html">LICENSE</a>
78
+
79
+ <li><a href="../README_md.html">README</a>
80
+
81
+ <li><a href="../Rakefile.html">Rakefile</a>
82
+
83
+ <li><a href="../RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
84
+
85
+ <li><a href="../RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
86
+
87
+ <li><a href="../certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
88
+
89
+ <li><a href="../docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
90
+
91
+ <li><a href="../docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
92
+
93
+ <li><a href="../docs/Gemfile.html">Gemfile</a>
94
+
95
+ <li><a href="../docs/Gemfile_lock.html">Gemfile.lock</a>
96
+
97
+ <li><a href="../docs/How_to_Build_md.html">How_to_Build</a>
98
+
99
+ <li><a href="../docs/LICENSE.html">LICENSE</a>
100
+
101
+ <li><a href="../docs/Testing_md.html">Testing</a>
102
+
103
+ <li><a href="../docs/_layouts/default_html.html">default.html</a>
104
+
105
+ <li><a href="../docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
106
+
107
+ <li><a href="../docs/_sass/normalize_scss.html">normalize.scss</a>
108
+
109
+ <li><a href="../docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
110
+
111
+ <li><a href="../docs/_sass/variables_scss.html">variables.scss</a>
112
+
113
+ <li><a href="../docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
114
+
115
+ <li><a href="../docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
116
+
117
+ <li><a href="../docs/_site/How_to_Build_html.html">How_to_Build.html</a>
118
+
119
+ <li><a href="../docs/_site/Testing_html.html">Testing.html</a>
120
+
121
+ <li><a href="../docs/_site/assets/css/style_css.html">style.css</a>
122
+
123
+ <li><a href="../docs/_site/index_html.html">index.html</a>
124
+
125
+ <li><a href="../docs/_site/script/bootstrap.html">bootstrap</a>
126
+
127
+ <li><a href="../docs/_site/script/cibuild.html">cibuild</a>
128
+
129
+ <li><a href="../docs/_site/script/release.html">release</a>
130
+
131
+ <li><a href="../docs/_site/script/server.html">server</a>
132
+
133
+ <li><a href="../docs/assets/css/style_scss.html">style.scss</a>
134
+
135
+ <li><a href="../docs/index_md.html">index</a>
136
+
137
+ <li><a href="../docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
138
+
139
+ <li><a href="../docs/script/bootstrap.html">bootstrap</a>
140
+
141
+ <li><a href="../docs/script/cibuild.html">cibuild</a>
142
+
143
+ <li><a href="../docs/script/release.html">release</a>
144
+
145
+ <li><a href="../docs/script/server.html">server</a>
146
+
147
+ <li><a href="../exec/rps_bash.html">rps.bash</a>
148
+
149
+ <li><a href="../exec/run_bat.html">run.bat</a>
150
+
151
+ <li><a href="../exec/uninstall_sh.html">uninstall.sh</a>
152
+
153
+ <li><a href="../rps_gemspec.html">rps.gemspec</a>
154
+
155
+ </ul>
156
+ </div>
157
+
158
+ </div>
159
+ </nav>
160
+
161
+ <main role="main" aria-label="Page docs/CONTRIBUTING.md">
162
+
163
+ <p>— layout: default —</p>
164
+
165
+ <h2 id="label-Contributing">Contributing<span><a href="#label-Contributing">&para;</a> <a href="#top">&uarr;</a></span></h2>
166
+
167
+ <p>Hi there! We&#39;re thrilled that you&#39;d like to contribute to this
168
+ project. Your help is essential for keeping it great.</p>
169
+
170
+ <p>Please note that this project is released with a <a
171
+ href="CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating
172
+ in this project you agree to abide by its terms.</p>
173
+
174
+ <h2 id="label-Submitting+a+pull+request">Submitting a pull request<span><a href="#label-Submitting+a+pull+request">&para;</a> <a href="#top">&uarr;</a></span></h2>
175
+ <ol><li>
176
+ <p><a href="https://github.com/pages-themes/cayman/fork">Fork</a> and clone
177
+ the repository</p>
178
+ </li><li>
179
+ <p>Configure and install the dependencies: <code>script/bootstrap</code></p>
180
+ </li><li>
181
+ <p>Make sure the tests pass on your machine: <code>script/cibuild</code></p>
182
+ </li><li>
183
+ <p>Create a new branch: <code>git checkout -b my-branch-name</code></p>
184
+ </li><li>
185
+ <p>Make your change, add tests, and make sure the tests still pass</p>
186
+ </li><li>
187
+ <p>Push to your fork and <a
188
+ href="https://github.com/pages-themes/cayman/compare">submit a pull
189
+ request</a></p>
190
+ </li><li>
191
+ <p>Pat your self on the back and wait for your pull request to be reviewed and
192
+ merged.</p>
193
+ </li></ol>
194
+
195
+ <p>Here are a few things you can do that will increase the likelihood of your
196
+ pull request being accepted:</p>
197
+ <ul><li>
198
+ <p>Follow the <a href="http://ben.balter.com/jekyll-style-guide/">style
199
+ guide</a>.</p>
200
+ </li><li>
201
+ <p>Write tests.</p>
202
+ </li><li>
203
+ <p>Keep your change as focused as possible. If there are multiple changes you
204
+ would like to make that are not dependent upon each other, consider
205
+ submitting them as separate pull requests.</p>
206
+ </li><li>
207
+ <p>Write a <a
208
+ href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">good
209
+ commit message</a>.</p>
210
+ </li></ul>
211
+
212
+ <h2 id="label-Resources">Resources<span><a href="#label-Resources">&para;</a> <a href="#top">&uarr;</a></span></h2>
213
+ <ul><li>
214
+ <p><a
215
+ href="https://guides.github.com/activities/contributing-to-open-source/">Contributing
216
+ to Open Source on GitHub</a></p>
217
+ </li><li>
218
+ <p><a href="https://help.github.com/articles/using-pull-requests/">Using Pull
219
+ Requests</a></p>
220
+ </li><li>
221
+ <p><a href="https://help.github.com">GitHub Help</a></p>
222
+ </li></ul>
223
+ <hr>
224
+
225
+ <h2 id="label-Site+Nav">Site Nav<span><a href="#label-Site+Nav">&para;</a> <a href="#top">&uarr;</a></span></h2>
226
+
227
+ <p><a href="./">Home</a> | <a href="How_to_Build">How to Build</a> | <a
228
+ href="CODE_OF_CONDUCT">Code of Conduct</a> | <a href="Testing.md">How to
229
+ Test</a></p>
230
+ </main>
231
+
232
+
233
+
234
+ <footer id="validator-badges" role="contentinfo">
235
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
236
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
237
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
238
+ </footer>
239
+