Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good ruby gem sources? [closed]

Tags:

What good ruby gem sources would you recommend, besides http://gems.rubyforge.org/ and http://gems.github.com/? It seems that RubyForge is missing most of the gems I look for these days...

like image 782
szeryf Avatar asked Nov 06 '08 12:11

szeryf


People also ask

Where can I find RubyGems?

The main place where libraries are hosted is RubyGems.org, a public repository of gems that can be searched and installed onto your machine. You may browse and search for gems using the RubyGems website, or use the gem command. Using gem search -r , you can search RubyGems' repository.

What is Gemname?

GEMNAME - name of the gem to print information about.

Which is the command used to list all the gems available in Ruby?

The Gem command is included with Ruby 1.9+ now, and is a standard addition to Ruby pre-1.9. Because local_gems relies on group_by , it returns a hash of the gems, where the key is the gem's name, and the value is an array of the gem specifications.

How do I check RubyGems version?

If this is the case, you can look on /usr/lib/ruby/gems/1.8/gems/rubygems-update-x.x.x and take the directory with the highest value of x.x.x.


1 Answers

This is now the official RubyGems source:

https://rubygems.org/ 
like image 157
Željko Filipin Avatar answered Oct 14 '22 23:10

Željko Filipin