Interpreter global gemsets
RVM provides (>= 0.1.8) a @global gemset per interpreter.
Gems that are installed to the per-interpreter @global gemset are available to all other gemsets for that interpreter.
This is a good way to allow all of your projects to share the same installed gem for a specific ruby interpreter installation.