Skip to content

Commit

Permalink
Update docs relevant to help.rubygems.org
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir committed Jun 19, 2021
1 parent d7db87d commit 4769af4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<a class="nav--v__link--footer" href="https://rubygems.org/stats">Stats</a>
<a class="nav--v__link--footer" href="http://blog.rubygems.org/">Blog</a>
<a class="nav--v__link--footer" href="https://rubygems.org/pages/about">About</a>
<a class="nav--v__link--footer" href="http://help.rubygems.org/">Help</a>
<a class="nav--v__link--footer" href="mailto:support@rubygems.org">Help</a>
</div>
<div class="l-colspan--l colspan--l--has-border">
<p class="footer__about">RubyGems.org is the Ruby community&rsquo;s gem hosting service. Instantly publish your gems and install them. Use the API to interact and find out more information about available gems. Become a contributor and enhance the site with your own changes.</p>
Expand Down
5 changes: 2 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ Ruby's premier packaging system. Bundled with Ruby 1.9+ and available for Ruby 1
* New features should be coupled with tests.
* Ensure that your code blends well with ours (eg, no trailing whitespace, match indentation and coding style).
* Don’t modify the history file or version number.
* If you have any questions, just ask us on IRC in #rubygems or file [an issue][1].
* If you have any questions, just ask us on [Bundler.io Slack][slack] or file [an issue][1].

[0]: https://github.com/rubygems/rubygems
[slack]: https://slack.bundler.io/
[1]: https://github.com/rubygems/rubygems/issues
[2]: http://help.rubygems.org

<a class="project__name" href="https://github.com/rubygems/rubygems.org">RubyGems.org</a>

Expand Down
11 changes: 6 additions & 5 deletions faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ frequently pop up.
* [Why does `require 'some-gem'` fail?](#why-does-require-some-gem-fail)
* [Why does require return false when loading a file from a gem?](#why-does-require-return-false-when-loading-a-file-from-a-gem)

We also answer questions on the [RubyGems Support](http://help.rubygems.org/) site and on IRC
in #rubygems. Some of the information you can find on the support site includes:
We also answer questions on [Bundler.io Slack][slack].
Some of the information you can find on the support site includes:

* [Installing gems with no network](http://help.rubygems.org/kb/rubygems/installing-gems-with-no-network)
* [Why do I get HTTP Response 302 or 301 when installing a gem?](http://help.rubygems.org/kb/rubygems/why-do-i-get-http-response-302-or-301-when-installing-a-gem)
* [RubyGems Upgrade Issues](http://help.rubygems.org/kb/rubygems/rubygems-upgrade-issues)
* [Installing gems with no network](https://help.rubygems.org/kb/rubygems/installing-gems-with-no-network)
* [Why do I get HTTP Response 302 or 301 when installing a gem?](https://help.rubygems.org/kb/rubygems/why-do-i-get-http-response-302-or-301-when-installing-a-gem)
* [RubyGems Upgrade Issues](https://help.rubygems.org/kb/rubygems/rubygems-upgrade-issues)

[slack]: https://slack.bundler.io/
I installed gems with `--user-install` and their commands are not available
---------------------------------------------------------------------------

Expand Down
7 changes: 3 additions & 4 deletions name-your-gem.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ how to require the files in your gem. Following these conventions also lets
Bundler require your gem with no extra configuration.

If you publish a gem on [rubygems.org][rubygems] it may be removed if the name
is objectionable, violates intellectual property or the contents of the gem
meet these criteria. You can report such a gem on the
[RubyGems Support][rubygems-support] site.
is objectionable, violates intellectual property or the contents of the gem meet
these criteria. You can report such a gem to [[email protected]](mailto:[email protected])
via email.

[rubygems]: http://rubygems.org
[rubygems-support]: http://help.rubygems.org

Use underscores for multiple words
----------------------------------
Expand Down
3 changes: 2 additions & 1 deletion rubygems-org-rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ Following endpoints have rate limits of **300 requests/5 minutes** and **600 req
* 10 request/10 minutes/email on password reset request - `POST /passwords`
* 10 request/10 minutes/email on email confirmation request - `POST /email_confirmations`

The RubyGems.org team may occasionally blackhole user IP addresses for extreme cases to protect the platform. If you think this has happened to you, please [submit a help ticket](https://help.rubygems.org/discussion/new), and we'll be happy to look at it.
The RubyGems.org team may occasionally blackhole user IP addresses for extreme cases to protect the platform.
If you think this has happened to you, please email to [[email protected]](mailto:[email protected]), and we'll be happy to look at it.

0 comments on commit 4769af4

Please sign in to comment.