-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
432 lines (420 loc) · 13.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<title>RubyGems.org | your community gem host</title>
<meta charset="UTF-8" />
<meta
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
name="viewport"
/>
<meta
name="google-site-verification"
content="AuesbWQ9MCDMmC1lbDlw25RJzyqWOcDYpuaCjgPxEZY"
/>
<link
rel="apple-touch-icon"
href="/apple-touch-icons/apple-touch-icon.png"
/>
<link
rel="apple-touch-icon"
sizes="57x57"
href="/apple-touch-icons/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="/apple-touch-icons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/apple-touch-icons/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="/apple-touch-icons/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/apple-touch-icons/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/apple-touch-icons/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/apple-touch-icons/apple-touch-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icons/apple-touch-icon-180x180.png"
/>
<link rel="mask-icon" href="/rubygems_logo.svg" color="#e9573f" />
<link rel="fluid-icon" href="/fluid-icon.png" />
<link
rel="search"
type="application/opensearchdescription+xml"
title="RubyGems.org"
href="/opensearch.xml"
/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link
rel="stylesheet"
href="/assets/application-f56960dc6cd8f23aa94177ef25746d2069e430d200719a5706dfa6a0f2c36a08.css"
media="screen"
/>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
<link
href="https://fonts.googleapis.com/css?family=Roboto:100&subset=greek,latin,cyrillic,latin-ext"
rel="stylesheet"
type="text/css"
/>
<link
rel="alternate"
type="application/atom+xml"
href="https://feeds.feedburner.com/gemcutter-latest"
title="RubyGems.org | Latest Gems"
/>
<meta name="csrf-param" content="authenticity_token" />
<meta
name="csrf-token"
content="rV4JS4bfd84G7T8mL03UKK6IiYE4Zg00mxTVSYfTpisk3Ro16-V0YwemYMs7RhtXs1QuytxdQc6wYHHMbmO3Xg"
/>
</head>
<body class="body--index">
<header class="header">
<div class="l-wrap--header">
<a title="RubyGems" class="header__logo-wrap" href="/">
<span class="header__logo" data-icon="⬡">⬢</span>
<span class="t-hidden">RubyGems</span>
</a>
<a class="header__club-sandwich" href="#">
<span class="t-hidden">Navigation menu</span>
</a>
<div class="header__nav-links-wrap">
<form
class="header__search-wrap--home"
action="/search"
accept-charset="UTF-8"
method="get"
>
<input
type="search"
name="query"
id="query"
placeholder="Search Gems…"
class="header__search"
autocomplete="off"
/>
<ul id="suggest" class="suggest-list"></ul>
<label for="query">
<span class="t-hidden">Search Gems…</span>
</label>
<input
type="submit"
value="⌕"
id="search_submit"
class="header__search__icon"
data-disable-with="⌕"
/>
</form>
<nav class="header__nav-links">
<a class="header__nav-link" href="https://rubygems.org/releases"
>Releases</a
>
<a class="header__nav-link" href="https://blog.rubygems.org"
>Blog</a
>
<a class="header__nav-link" href="/gems">Gems</a>
<a class="header__nav-link" href="https://guides.rubygems.org"
>Guides</a
>
<a class="header__nav-link" href="/sign_in">Sign in</a>
<a class="header__nav-link" href="/sign_up">Sign up</a>
</nav>
</div>
</div>
</header>
<main class="">
<div class="home__image-wrap">
<div class="home__image"></div>
</div>
<h1 class="home__heading">Find, install, and publish RubyGems.</h1>
<div class="home__search-wrap">
<form action="/search" accept-charset="UTF-8" method="get">
<input
type="search"
name="query"
id="home_query"
placeholder="Search Gems…"
autofocus="autofocus"
class="home__search"
autocomplete="off"
/>
<ul id="suggest-home" class="suggest-list"></ul>
<label for="home_query">
<span class="t-hidden">Search Gems…</span>
<center>
<a
class="home__advanced__search t-link--has-arrow"
href="/search/advanced"
>Advanced Search</a
>
</center>
</label>
<input
type="submit"
value="⌕"
class="home__search__icon"
data-disable-with="⌕"
/>
</form>
</div>
<div class="home__cta-wrap">
<h2 class="home__downloads">
<p>121,446,823,248</p>
<span class="home__downloads__desc">downloads & counting</span>
</h2>
<a
class="home__join"
data-icon=">"
href="https://rubygems.org/pages/download"
>Install RubyGems</a
>
</div>
<div class="home__links">
<a class="home__link" data-icon="⌁" href="https://status.rubygems.org"
>Status</a
>
<a class="home__link" data-icon="⧖" href="https://uptime.rubygems.org"
>Uptime</a
>
</div>
</main>
<footer class="footer">
<div class="l-wrap--footer">
<div class="l-overflow">
<div class="nav--v l-col--r--pad">
<a class="nav--v__link--footer" href="https://status.rubygems.org"
>Status</a
>
<a class="nav--v__link--footer" href="https://uptime.rubygems.org"
>Uptime</a
>
<a
class="nav--v__link--footer"
href="https://github.com/rubygems/rubygems.org"
>Code</a
>
<a class="nav--v__link--footer" href="/pages/data">Data</a>
<a
class="nav--v__link--footer"
href="https://groups.google.com/group/rubygems-org"
>Discuss</a
>
<a class="nav--v__link--footer" href="/stats">Stats</a>
<a
class="nav--v__link--footer"
href="https://guides.rubygems.org/contributing/"
>Contribute</a
>
<a class="nav--v__link--footer" href="/pages/about">About</a>
<a class="nav--v__link--footer" href="mailto:[email protected]"
>Help</a
>
<a
class="nav--v__link--footer"
href="https://guides.rubygems.org/rubygems-org-api"
>API</a
>
<a class="nav--v__link--footer" href="/pages/security">Security</a>
<a class="nav--v__link--footer" href="/ownership_calls"
>maintainers wanted</a
>
</div>
<div class="l-colspan--l colspan--l--has-border">
<div class="footer__about">
<p>
RubyGems.org is the Ruby community’s gem hosting service.
Instantly
<a href="https://guides.rubygems.org/publishing/"
>publish your gems</a
>
and then
<a
href="https://guides.rubygems.org/command-reference/#gem-install"
>install them</a
>. Use
<a href="https://guides.rubygems.org/rubygems-org-api/"
>the API</a
>
to find out more about <a href="/gems">available gems</a>.
<a href="https://guides.rubygems.org/contributing/"
>Become a contributor</a
>
and improve the site yourself.
</p>
<p>
RubyGems.org is made possible through a partnership with the
greater Ruby community.
<a href="https://www.fastly.com/">Fastly</a> provides bandwidth
and CDN support,
<a href="https://www.rubycentral.org/">Ruby Central</a> covers
infrastructure costs, and
<a href="https://rubytogether.org/?source=rubygems"
>Ruby Together</a
>
funds ongoing development and ops work.
<a href="/pages/sponsors"
>Learn more about our sponsors and how they work together</a
>.
</p>
<p>
We need your help to fund the developer time that keeps
RubyGems.org running smoothly for everyone.
<a href="https://rubytogether.org/join?source=rubygems"
>Join Ruby Together today</a
>.
</p>
</div>
</div>
</div>
</div>
<div class="footer__sponsors-wrap">
<div class="footer__sponsors">
<a
class="footer__sponsor"
href="https://rubycentral.org/"
target="_blank"
>
Supported by
<span class="t-hidden">Ruby Central</span>
</a>
<a
class="footer__sponsor"
href="https://rubytogether.org/"
target="_blank"
>
Supported by
<span class="t-hidden">Ruby Together</span>
</a>
<a
class="footer__sponsor"
href="https://dockyard.com/ruby-on-rails-consulting"
target="_blank"
>
Designed by
<span class="t-hidden">DockYard</span>
</a>
<a
class="footer__sponsor"
href="https://dnsimple.link/resolving-rubygems"
target="_blank"
>
Resolved with
<span class="t-hidden">DNSimple</span>
</a>
<a
class="footer__sponsor"
href="https://newrelic.com/"
target="_blank"
>
Optimized by
<span class="t-hidden">New Relic</span>
</a>
<a
class="footer__sponsor"
href="https://www.datadoghq.com/"
target="_blank"
>
Monitored by
<span class="t-hidden">Datadog</span>
</a>
<a
class="footer__sponsor"
href="https://www.runscope.com/"
target="_blank"
>
Monitored by
<span class="t-hidden">Runscope</span>
</a>
<a
class="footer__sponsor"
href="https://www.fastly.com/"
target="_blank"
>
Gems served by
<span class="t-hidden">Fastly</span>
</a>
<a
class="footer__sponsor"
href="https://www.honeybadger.io/"
target="_blank"
>
Monitored by
<span class="t-hidden">Honeybadger</span>
</a>
<a
class="footer__sponsor"
href="https://domainr.com/"
target="_blank"
>
Verified by
<span class="t-hidden">Domainr</span>
</a>
<a
class="footer__sponsor"
href="https://www.whitesourcesoftware.com/"
target="_blank"
>
Secured by
<span class="t-hidden">Whitesource</span>
</a>
</div>
</div>
<div class="footer__language_selector">
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=en">English</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=nl">Nederlands</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=zh-CN">简体中文</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=zh-TW">正體中文</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=pt-BR"
>Português do Brasil</a
>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=fr">Français</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=es">Español</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=de">Deutsch</a>
</div>
<div class="footer__language">
<a class="nav--v__link--footer" href="/?locale=ja">日本語</a>
</div>
</div>
</footer>
<script src="/assets/application-68dd35e668af2ea94b211fc5f2dbb5591d5b641e7b3afeed93ee9c80198d7a2b.js"></script>
<script
type="text/javascript"
defer
src="https://www.fastly-insights.com/insights.js?k=3e63c3cd-fc37-4b19-80b9-65ce64af060a"
></script>
</body>
</html>