-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs relevant to help.rubygems.org
Signed-off-by: Takuya Noguchi <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
---------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |