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,207 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>How_to_Build - 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-How+to+build+the+Gemspec">How to build the Gemspec</a>
60
+ <li><a href="#label-Instructions">Instructions</a>
61
+ <li><a href="#label-Site+Nav">Site Nav</a>
62
+ </ul>
63
+ </div>
64
+
65
+
66
+ <div id="project-metadata">
67
+ <div id="fileindex-section" class="nav-section">
68
+ <h3>Pages</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+ <li><a href="../Gemfile.html">Gemfile</a>
73
+
74
+ <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
75
+
76
+ <li><a href="../LICENSE.html">LICENSE</a>
77
+
78
+ <li><a href="../README_md.html">README</a>
79
+
80
+ <li><a href="../Rakefile.html">Rakefile</a>
81
+
82
+ <li><a href="../RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
83
+
84
+ <li><a href="../RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
85
+
86
+ <li><a href="../certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
87
+
88
+ <li><a href="../docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
89
+
90
+ <li><a href="../docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
91
+
92
+ <li><a href="../docs/Gemfile.html">Gemfile</a>
93
+
94
+ <li><a href="../docs/Gemfile_lock.html">Gemfile.lock</a>
95
+
96
+ <li><a href="../docs/How_to_Build_md.html">How_to_Build</a>
97
+
98
+ <li><a href="../docs/LICENSE.html">LICENSE</a>
99
+
100
+ <li><a href="../docs/Testing_md.html">Testing</a>
101
+
102
+ <li><a href="../docs/_layouts/default_html.html">default.html</a>
103
+
104
+ <li><a href="../docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
105
+
106
+ <li><a href="../docs/_sass/normalize_scss.html">normalize.scss</a>
107
+
108
+ <li><a href="../docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
109
+
110
+ <li><a href="../docs/_sass/variables_scss.html">variables.scss</a>
111
+
112
+ <li><a href="../docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
113
+
114
+ <li><a href="../docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
115
+
116
+ <li><a href="../docs/_site/How_to_Build_html.html">How_to_Build.html</a>
117
+
118
+ <li><a href="../docs/_site/Testing_html.html">Testing.html</a>
119
+
120
+ <li><a href="../docs/_site/assets/css/style_css.html">style.css</a>
121
+
122
+ <li><a href="../docs/_site/index_html.html">index.html</a>
123
+
124
+ <li><a href="../docs/_site/script/bootstrap.html">bootstrap</a>
125
+
126
+ <li><a href="../docs/_site/script/cibuild.html">cibuild</a>
127
+
128
+ <li><a href="../docs/_site/script/release.html">release</a>
129
+
130
+ <li><a href="../docs/_site/script/server.html">server</a>
131
+
132
+ <li><a href="../docs/assets/css/style_scss.html">style.scss</a>
133
+
134
+ <li><a href="../docs/index_md.html">index</a>
135
+
136
+ <li><a href="../docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
137
+
138
+ <li><a href="../docs/script/bootstrap.html">bootstrap</a>
139
+
140
+ <li><a href="../docs/script/cibuild.html">cibuild</a>
141
+
142
+ <li><a href="../docs/script/release.html">release</a>
143
+
144
+ <li><a href="../docs/script/server.html">server</a>
145
+
146
+ <li><a href="../exec/rps_bash.html">rps.bash</a>
147
+
148
+ <li><a href="../exec/run_bat.html">run.bat</a>
149
+
150
+ <li><a href="../exec/uninstall_sh.html">uninstall.sh</a>
151
+
152
+ <li><a href="../rps_gemspec.html">rps.gemspec</a>
153
+
154
+ </ul>
155
+ </div>
156
+
157
+ </div>
158
+ </nav>
159
+
160
+ <main role="main" aria-label="Page docs/How_to_Build.md">
161
+
162
+ <p>— layout: default —</p>
163
+
164
+ <h1 id="label-How+to+build+the+Gemspec">How to build the Gemspec<span><a href="#label-How+to+build+the+Gemspec">&para;</a> <a href="#top">&uarr;</a></span></h1>
165
+
166
+ <h2 id="label-Instructions">Instructions<span><a href="#label-Instructions">&para;</a> <a href="#top">&uarr;</a></span></h2>
167
+ <ol><li>
168
+ <p>Open the <code>rps.gemspec</code> file with your preferred
169
+ <strong>IDE</strong></p>
170
+ </li><li>
171
+ <p>Delete these lines:</p>
172
+ </li><li>
173
+ <p><code>spec.cert_chain = [&quot;certs/gem-public_cert.pem&quot;]</code></p>
174
+ </li><li>
175
+ <p><code>spec.signing_key =
176
+ File.expand_path(&quot;~/.ssh/gem-private_key.pem&quot;) if $0 =~
177
+ /gem\z/</code></p>
178
+ </li><li>
179
+ <p>Save</p>
180
+ </li><li>
181
+ <p>Open <code>Terminal</code>/<code>Command Prompt</code></p>
182
+ </li><li>
183
+ <p><code>cd</code> to the directory of the <code>rps.gemspec</code> file
184
+ (<strong>note: this file must be in the <em>root</em> of the repo
185
+ folder</strong>)</p>
186
+ </li><li>
187
+ <p>Type: <code>gem build rps</code></p>
188
+ </li><li>
189
+ <p>Hit &lt;kbd&gt;return&lt;/kbd&gt;/&lt;kbd&gt;enter&lt;/kbd&gt;</p>
190
+ </li></ol>
191
+ <hr>
192
+
193
+ <h2 id="label-Site+Nav">Site Nav<span><a href="#label-Site+Nav">&para;</a> <a href="#top">&uarr;</a></span></h2>
194
+
195
+ <p><a href="./">Home</a> | <a href="Testing">How to Test</a> | <a
196
+ href="CONTRIBUTING">Contributing</a> | <a href="CODE_OF_CONDUCT">Code of
197
+ Conduct</a></p>
198
+ </main>
199
+
200
+
201
+
202
+ <footer id="validator-badges" role="contentinfo">
203
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
204
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
205
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
206
+ </footer>
207
+
@@ -0,0 +1,286 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>LICENSE - 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/LICENSE">
151
+
152
+ <p>CC0 1.0 Universal</p>
153
+
154
+ <p>Statement of Purpose</p>
155
+
156
+ <p>The laws of most jurisdictions throughout the world automatically confer
157
+ exclusive Copyright and Related Rights (defined below) upon the creator and
158
+ subsequent owner(s) (each and all, an “owner”) of an original work of
159
+ authorship and/or a database (each, a “Work”).</p>
160
+
161
+ <p>Certain owners wish to permanently relinquish those rights to a Work for
162
+ the purpose of contributing to a commons of creative, cultural and
163
+ scientific works (“Commons”) that the public can reliably and without fear
164
+ of later claims of infringement build upon, modify, incorporate in other
165
+ works, reuse and redistribute as freely as possible in any form whatsoever
166
+ and for any purposes, including without limitation commercial purposes.
167
+ These owners may contribute to the Commons to promote the ideal of a free
168
+ culture and the further production of creative, cultural and scientific
169
+ works, or to gain reputation or greater distribution for their Work in part
170
+ through the use and efforts of others.</p>
171
+
172
+ <p>For these and/or other purposes and motivations, and without any
173
+ expectation of additional consideration or compensation, the person
174
+ associating CC0 with a Work (the “Affirmer”), to the extent that he or she
175
+ is an owner of Copyright and Related Rights in the Work, voluntarily elects
176
+ to apply CC0 to the Work and publicly distribute the Work under its terms,
177
+ with knowledge of his or her Copyright and Related Rights in the Work and
178
+ the meaning and intended legal effect of CC0 on those rights.</p>
179
+ <ol><li>
180
+ <p>Copyright and Related Rights. A Work made available under CC0 may be</p>
181
+ </li></ol>
182
+
183
+ <p>protected by copyright and related or neighboring rights (“Copyright and
184
+ Related Rights”). Copyright and Related Rights include, but are not limited
185
+ to, the following:</p>
186
+
187
+ <pre>i. the right to reproduce, adapt, distribute, perform, display, communicate,
188
+ and translate a Work;
189
+
190
+ ii. moral rights retained by the original author(s) and/or performer(s);
191
+
192
+ iii. publicity and privacy rights pertaining to a person&#39;s image or likeness
193
+ depicted in a Work;
194
+
195
+ iv. rights protecting against unfair competition in regards to a Work,
196
+ subject to the limitations in paragraph 4(a), below;
197
+
198
+ v. rights protecting the extraction, dissemination, use and reuse of data in
199
+ a Work;
200
+
201
+ vi. database rights (such as those arising under Directive 96/9/EC of the
202
+ European Parliament and of the Council of 11 March 1996 on the legal
203
+ protection of databases, and under any national implementation thereof,
204
+ including any amended or successor version of such directive); and
205
+
206
+ vii. other similar, equivalent or corresponding rights throughout the world
207
+ based on applicable law or treaty, and any national implementations thereof.</pre>
208
+ <ol><li>
209
+ <p>Waiver. To the greatest extent permitted by, but not in contravention of,</p>
210
+ </li></ol>
211
+
212
+ <p>applicable law, Affirmer hereby overtly, fully, permanently, irrevocably
213
+ and unconditionally waives, abandons, and surrenders all of Affirmer&#39;s
214
+ Copyright and Related Rights and associated claims and causes of action,
215
+ whether now known or unknown (including existing as well as future claims
216
+ and causes of action), in the Work (i) in all territories worldwide, (ii)
217
+ for the maximum duration provided by applicable law or treaty (including
218
+ future time extensions), (iii) in any current or future medium and for any
219
+ number of copies, and (iv) for any purpose whatsoever, including without
220
+ limitation commercial, advertising or promotional purposes (the “Waiver”).
221
+ Affirmer makes the Waiver for the benefit of each member of the public at
222
+ large and to the detriment of Affirmer&#39;s heirs and successors, fully
223
+ intending that such Waiver shall not be subject to revocation, rescission,
224
+ cancellation, termination, or any other legal or equitable action to
225
+ disrupt the quiet enjoyment of the Work by the public as contemplated by
226
+ Affirmer&#39;s express Statement of Purpose.</p>
227
+ <ol><li>
228
+ <p>Public License Fallback. Should any part of the Waiver for any reason be</p>
229
+ </li></ol>
230
+
231
+ <p>judged legally invalid or ineffective under applicable law, then the Waiver
232
+ shall be preserved to the maximum extent permitted taking into account
233
+ Affirmer&#39;s express Statement of Purpose. In addition, to the extent the
234
+ Waiver is so judged Affirmer hereby grants to each affected person a
235
+ royalty-free, non transferable, non sublicensable, non exclusive,
236
+ irrevocable and unconditional license to exercise Affirmer&#39;s Copyright
237
+ and Related Rights in the Work (i) in all territories worldwide, (ii) for
238
+ the maximum duration provided by applicable law or treaty (including future
239
+ time extensions), (iii) in any current or future medium and for any number
240
+ of copies, and (iv) for any purpose whatsoever, including without
241
+ limitation commercial, advertising or promotional purposes (the “License”).
242
+ The License shall be deemed effective as of the date CC0 was applied by
243
+ Affirmer to the Work. Should any part of the License for any reason be
244
+ judged legally invalid or ineffective under applicable law, such partial
245
+ invalidity or ineffectiveness shall not invalidate the remainder of the
246
+ License, and in such case Affirmer hereby affirms that he or she will not
247
+ (i) exercise any of his or her remaining Copyright and Related Rights in
248
+ the Work or (ii) assert any associated claims and causes of action with
249
+ respect to the Work, in either case contrary to Affirmer&#39;s express
250
+ Statement of Purpose.</p>
251
+ <ol><li>
252
+ <p>Limitations and Disclaimers.</p>
253
+ </li></ol>
254
+
255
+ <pre>a. No trademark or patent rights held by Affirmer are waived, abandoned,
256
+ surrendered, licensed or otherwise affected by this document.
257
+
258
+ b. Affirmer offers the Work as-is and makes no representations or warranties
259
+ of any kind concerning the Work, express, implied, statutory or otherwise,
260
+ including without limitation warranties of title, merchantability, fitness
261
+ for a particular purpose, non infringement, or the absence of latent or
262
+ other defects, accuracy, or the present or absence of errors, whether or not
263
+ discoverable, all to the greatest extent permissible under applicable law.
264
+
265
+ c. Affirmer disclaims responsibility for clearing rights of other persons
266
+ that may apply to the Work or any use thereof, including without limitation
267
+ any person&#39;s Copyright and Related Rights in the Work. Further, Affirmer
268
+ disclaims responsibility for obtaining any necessary consents, permissions
269
+ or other rights required for any use of the Work.
270
+
271
+ d. Affirmer understands and acknowledges that Creative Commons is not a
272
+ party to this document and has no duty or obligation with respect to this
273
+ CC0 or use of the Work.</pre>
274
+
275
+ <p>For more information, please see &lt;<a
276
+ href="http://creativecommons.org/publicdomain/zero/1.0">creativecommons.org/publicdomain/zero/1.0</a>/&gt;</p>
277
+ </main>
278
+
279
+
280
+
281
+ <footer id="validator-badges" role="contentinfo">
282
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
283
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
284
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
285
+ </footer>
286
+