Ruby Changes in Leopard

We received many valuable feedback during the past days, thank you
very much! We also received lots of pertinent questions, and since
most of them were asked many times, we decided to open a FAQ:

http://trac.macosforge.org/projects/ruby/wiki/FAQ

We will continue populating the FAQ while we receive more feedback.

Regards,
Laurent

On Oct 25, 2007 7:42 PM, Laurent S.

Instead of doing all of this, you can simply copy gem_server from the
RubyGems distribution, to /usr/bin.

Or create it yourself:

#!/usr/bin/env ruby
require ‘rubygems/server’
Gem::Server.run ARGV

Laurent

In case other run into the same problems, I stuck together a few tips
to get gem_server back and working in Leopard.

http://fluctisonous.com/2007/11/8/where-has-my-gem_server-gone

On Oct 26, 5:12 pm, “Laurent S.”