Skip to content

Commit 8431afe

Browse files
committed
Fix favicon linking
Remove unneccessary files
1 parent 87074a6 commit 8431afe

21 files changed

+2
-81
lines changed

Diff for: _includes/big.html

-6
This file was deleted.

Diff for: _layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>{{ page.title }} - RubyGems Guides</title>
55
<meta charset="utf-8" />
66
<link rel="icon" href="/favicon.ico" type="image/x-icon">
7+
<link rel="icon" href="/favicon.icns">
78
<meta http-equiv="Description" name="Description" content="Tutorials, guides, FAQs for RubyGems package management" />
89
<meta http-equiv="Keywords" name="Keywords" content="rubygems, gems, programming, ruby, packages" />
910
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" name="viewport">

Diff for: _layouts/home.html

-59
This file was deleted.

Diff for: command-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: /rubygems-org-api
88

99
<em class="t-gray">What each `gem` command does, and how to use it.</em>
1010

11-
This reference was automatically generated from RubyGems version 2.4.4.
11+
This reference was automatically generated from RubyGems version 2.2.0.
1212

1313
* [gem build](#gem-build)
1414
* [gem cert](#gem-cert)

Diff for: rubygems.icns renamed to favicon.icns

File renamed without changes.

Diff for: rubygems.ico renamed to favicon.ico

File renamed without changes.

Diff for: images/404__bg.jpg

-164 KB
Binary file not shown.

Diff for: images/404__bubble.png

-5.89 KB
Binary file not shown.

Diff for: images/500__bg.jpg

-100 KB
Binary file not shown.

Diff for: images/500__boat.png

-43.1 KB
Binary file not shown.

Diff for: images/500__shadow.png

-4.48 KB
Binary file not shown.

Diff for: images/arrow.svg

-7
This file was deleted.

Diff for: images/background.jpg

-37.2 KB
Binary file not shown.

Diff for: images/favicon.ico

-1.68 KB
Binary file not shown.

Diff for: images/logo-small.png

-9.06 KB
Binary file not shown.

Diff for: images/logo.png

-23.5 KB
Binary file not shown.

Diff for: rdoc/generator/template/jekdoc/classpage.rhtml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ previous: /patterns
66
next: /command-reference
77
---
88

9-
{% include big.html %}
10-
119
<% description = klass.description
1210
description.gsub! %r%<a\shref=(["'])Specification\.html#.*?\1>(.*?)</a>%m, '\2'
1311
description.gsub! %r%<a\shref=(["'])Specification\.html\1>Specification</a>%,

Diff for: rdoc/generator/template/jekdoc/rdoc.css

Whitespace-only changes.

Diff for: rubygems-org-api.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ previous: /command-reference
66
next: /run-your-own-gem-server
77
---
88

9-
{% include big.html %}
10-
119
<em class="t-gray">Details on interacting with RubyGems.org over HTTP.</em>
1210

1311
> NOTE: The API is a work in progress, and [can use your help!](https://github.com/rubygems/gemcutter)

Diff for: run-your-own-gem-server.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ next: /resources
88

99
<em class="t-gray">Need to serve gems locally or for your organization?</em>
1010

11-
{% include big.html %}
12-
1311
There are times you would like to run your own gem server. You may want to
1412
share gems with colleagues when you are both without internet connectivity. You
1513
may have private code, internal to your organization, that you'd like to

Diff for: specification-reference.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ next: /command-reference
88

99
<em class="t-gray">Learn about the data in each gem package and how you can configure it.</em>
1010

11-
{% include big.html %}
12-
1311
<p>The Specification class contains the
1412
information for a Gem. Typically defined in a .gemspec file or a Rakefile,
1513
and looks like this:</p>

0 commit comments

Comments
 (0)