-
Notifications
You must be signed in to change notification settings - Fork 186
Remove recommendations to use gem server
#269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
run-your-own-gem-server.md
Outdated
When you install RubyGems, it adds the `gem server` command to your system. | ||
This is the fastest way to start hosting gems. Just run the command: | ||
If you're looking for ways to host your own private gem servers, try Gemstash. | ||
Gemstash is a Rubygems.org gem server application maintained by RubyTogether. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably first line form gemstash readme is more accurate:
Gemstash is both a cache for remote servers such as https://rubygems.org, and a private gem source.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I revised the entire section about Gemstash a bit.
Thanks @duckinator 📑 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update!
subclass of MultiRBTree. | ||
------------------------------------------- | ||
|
||
You can view the documentation for your installed gems in your browser with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be welcomed to replace this with gem install yard
and yard server -g
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure that goes well with intention of the page "Use of common RubyGems commands".
Since we're going to deprecate
gem server
, it doesn't make much sense to keep recommending it.