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,164 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Gemfile - 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">
|
151
|
+
|
152
|
+
<p>source '<a href="https://rubygems.org">rubygems.org</a>'</p>
|
153
|
+
|
154
|
+
<p>gemspec gem “github-pages”, group: :jekyll_plugins</p>
|
155
|
+
</main>
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
<footer id="validator-badges" role="contentinfo">
|
160
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
161
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
162
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
163
|
+
</footer>
|
164
|
+
|
@@ -0,0 +1,373 @@
|
|
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 (~> 3.3)</pre>
|
158
|
+
|
159
|
+
<p>GEM</p>
|
160
|
+
|
161
|
+
<pre>remote: https://rubygems.org/
|
162
|
+
specs:
|
163
|
+
activesupport (4.2.7)
|
164
|
+
i18n (~> 0.7)
|
165
|
+
json (~> 1.7, >= 1.7.7)
|
166
|
+
minitest (~> 5.1)
|
167
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
168
|
+
tzinfo (~> 1.1)
|
169
|
+
addressable (2.5.1)
|
170
|
+
public_suffix (~> 2.0, >= 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 (>= 1.3.0)
|
178
|
+
execjs (2.7.0)
|
179
|
+
faraday (0.12.0.1)
|
180
|
+
multipart-post (>= 1.2, < 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 (~> 0.3)
|
223
|
+
minima (= 2.0.0)
|
224
|
+
rouge (= 1.11.1)
|
225
|
+
terminal-table (~> 1.4)
|
226
|
+
github-pages-health-check (1.3.3)
|
227
|
+
addressable (~> 2.3)
|
228
|
+
net-dns (~> 0.8)
|
229
|
+
octokit (~> 4.0)
|
230
|
+
public_suffix (~> 2.0)
|
231
|
+
typhoeus (~> 0.7)
|
232
|
+
html-pipeline (2.5.0)
|
233
|
+
activesupport (>= 2)
|
234
|
+
nokogiri (>= 1.4)
|
235
|
+
i18n (0.8.1)
|
236
|
+
jekyll (3.4.3)
|
237
|
+
addressable (~> 2.4)
|
238
|
+
colorator (~> 1.0)
|
239
|
+
jekyll-sass-converter (~> 1.0)
|
240
|
+
jekyll-watch (~> 1.1)
|
241
|
+
kramdown (~> 1.3)
|
242
|
+
liquid (~> 3.0)
|
243
|
+
mercenary (~> 0.3.3)
|
244
|
+
pathutil (~> 0.9)
|
245
|
+
rouge (~> 1.7)
|
246
|
+
safe_yaml (~> 1.0)
|
247
|
+
jekyll-avatar (0.4.2)
|
248
|
+
jekyll (~> 3.0)
|
249
|
+
jekyll-coffeescript (1.0.1)
|
250
|
+
coffee-script (~> 2.2)
|
251
|
+
jekyll-default-layout (0.1.4)
|
252
|
+
jekyll (~> 3.0)
|
253
|
+
jekyll-feed (0.9.2)
|
254
|
+
jekyll (~> 3.3)
|
255
|
+
jekyll-gist (1.4.0)
|
256
|
+
octokit (~> 4.2)
|
257
|
+
jekyll-github-metadata (2.3.1)
|
258
|
+
jekyll (~> 3.1)
|
259
|
+
octokit (~> 4.0, != 4.4.0)
|
260
|
+
jekyll-mentions (1.2.0)
|
261
|
+
activesupport (~> 4.0)
|
262
|
+
html-pipeline (~> 2.3)
|
263
|
+
jekyll (~> 3.0)
|
264
|
+
jekyll-optional-front-matter (0.1.2)
|
265
|
+
jekyll (~> 3.0)
|
266
|
+
jekyll-paginate (1.1.0)
|
267
|
+
jekyll-readme-index (0.1.0)
|
268
|
+
jekyll (~> 3.0)
|
269
|
+
jekyll-redirect-from (0.12.1)
|
270
|
+
jekyll (~> 3.3)
|
271
|
+
jekyll-relative-links (0.4.0)
|
272
|
+
jekyll (~> 3.3)
|
273
|
+
jekyll-sass-converter (1.5.0)
|
274
|
+
sass (~> 3.4)
|
275
|
+
jekyll-seo-tag (2.1.0)
|
276
|
+
jekyll (~> 3.3)
|
277
|
+
jekyll-sitemap (1.0.0)
|
278
|
+
jekyll (~> 3.3)
|
279
|
+
jekyll-swiss (0.4.0)
|
280
|
+
jekyll-theme-architect (0.0.4)
|
281
|
+
jekyll (~> 3.3)
|
282
|
+
jekyll-theme-dinky (0.0.4)
|
283
|
+
jekyll (~> 3.3)
|
284
|
+
jekyll-theme-hacker (0.0.4)
|
285
|
+
jekyll (~> 3.3)
|
286
|
+
jekyll-theme-leap-day (0.0.4)
|
287
|
+
jekyll (~> 3.3)
|
288
|
+
jekyll-theme-merlot (0.0.4)
|
289
|
+
jekyll (~> 3.3)
|
290
|
+
jekyll-theme-midnight (0.0.4)
|
291
|
+
jekyll (~> 3.3)
|
292
|
+
jekyll-theme-minimal (0.0.4)
|
293
|
+
jekyll (~> 3.3)
|
294
|
+
jekyll-theme-modernist (0.0.4)
|
295
|
+
jekyll (~> 3.3)
|
296
|
+
jekyll-theme-primer (0.1.8)
|
297
|
+
jekyll (~> 3.3)
|
298
|
+
jekyll-theme-slate (0.0.4)
|
299
|
+
jekyll (~> 3.3)
|
300
|
+
jekyll-theme-tactile (0.0.4)
|
301
|
+
jekyll (~> 3.3)
|
302
|
+
jekyll-theme-time-machine (0.0.4)
|
303
|
+
jekyll (~> 3.3)
|
304
|
+
jekyll-titles-from-headings (0.1.5)
|
305
|
+
jekyll (~> 3.3)
|
306
|
+
jekyll-watch (1.5.0)
|
307
|
+
listen (~> 3.0, < 3.1)
|
308
|
+
jemoji (0.8.0)
|
309
|
+
activesupport (~> 4.0)
|
310
|
+
gemoji (~> 3.0)
|
311
|
+
html-pipeline (~> 2.2)
|
312
|
+
jekyll (>= 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 (>= 0.9.3)
|
318
|
+
rb-inotify (>= 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 (~> 2.1.0)
|
327
|
+
octokit (4.6.2)
|
328
|
+
sawyer (~> 0.8.0, >= 0.5.3)
|
329
|
+
pathutil (0.14.0)
|
330
|
+
forwardable-extended (~> 2.6)
|
331
|
+
public_suffix (2.0.5)
|
332
|
+
rb-fsevent (0.9.8)
|
333
|
+
rb-inotify (0.9.8)
|
334
|
+
ffi (>= 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 (>= 2.3.5, < 2.6)
|
340
|
+
faraday (~> 0.8, < 1.0)
|
341
|
+
terminal-table (1.7.3)
|
342
|
+
unicode-display_width (~> 1.1.1)
|
343
|
+
thread_safe (0.3.6)
|
344
|
+
typhoeus (0.8.0)
|
345
|
+
ethon (>= 0.8.0)
|
346
|
+
tzinfo (1.2.3)
|
347
|
+
thread_safe (~> 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
|
+
|